﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* 全体のコンテナ：ここには枠線を付けず、上部のオレンジラインのみ配置 */
.PickUp_Urgent {
    margin: 30px auto 20px;
    width: 1000px;
    border-top: 8px solid #ffb400; /* ヘッダー上部のオレンジライン */
}

/* ヘッダー全体の背景（赤） */
.PickUp_Urgent .outside_b {
    background-color: #e60012; 
    padding: 0 10px 0 0;
    overflow: hidden; /* 斜めカットの飛び出し防止 */
}

/* 見出し：緊急情報・注意喚起 */
.PickUp_Urgent .Fix_header2 {
    margin: 0;
    padding: 10px 40px 10px 80px; /* アイコンと斜めカット用の余白 */
    background-color: #ffb400; 
    color: #000;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    z-index: 1;
}

/* 見出し右側の斜めカット */
.PickUp_Urgent .Fix_header2::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    border-top: 50px solid #ffb400; /* 見出しの高さに合わせて調整 */
    border-right: 25px solid transparent;
}

/* 左側のサイレンアイコン（白丸背景） */
.PickUp_Urgent .Fix_header2::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff url('../../../Images/2026/tel_plamp.png') no-repeat center center;
    background-size: 80%;
    border-radius: 50%;
}

/* RSSリンクの配置（右側の白いボタン風） */
.PickUp_Urgent .op_control {
    position: absolute;
    transform: translate(450%,-100%);
    z-index: 2;
  display: flex;
  gap: 10px;
}

.PickUp_Urgent .op_control a
{
  background-color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
}

.PickUp_Urgent .op_control img
{
  padding: 0 5px 0 0;
}
.PickUp_Urgent .op_control .RSSLink_mj
{
}

/* 一覧へリンクの配置（右側の白いボタン風） */
.PickUp_Urgent .page_control
{
  background-color: #fff;
}


/* 情報表示部分（白背景エリア）を赤い太枠で囲む */
.PickUp_Urgent .LatestHolder_wrapper, /* 該当する要素がない場合は ul 等に直接指定 */
.PickUp_Urgent .kinkyu_contents
{
}
.PickUp_Urgent ul
 {
  background-color: #fff;
  padding: 5px;
  margin: 10px 0 10px 10px;
}

/* リンク項目のスタイル */
.PickUp_Urgent li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

/* 青い三角マーク */
.PickUp_Urgent .Mark {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #004d99;
    margin: 0 8px;
    flex-shrink: 0;
}

.PickUp_Urgent a {
    color: #333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == 外枠 == */
.PickUp_Urgent
{
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 320px;
    border-top: 8px solid #ffb400; /* ヘッダー上部のオレンジライン */
}

.PickUp_Urgent .outside_h
{
/*
    background: url("../../../Images/kinkyu_sp_h.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    width: 320px;
*/
}
/* ヘッダー全体の背景（赤） */
.PickUp_Urgent .outside_b
{
    background-color: #e60012; 
    padding: 0 10px 0 0;
    overflow: hidden; /* 斜めカットの飛び出し防止 */
}

.PickUp_Urgent .outside_f
{
/*
    background: url("../../../Images/kinkyu_sp_f.gif") no-repeat left bottom;
    float: left;
    font-size: 1px !important;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 320px;
*/
}


/* == 見出しブロック == */
.PickUp_Urgent h2
{
/*
    background: url("../../../Images/kinkyu_sp_bg.gif") no-repeat left top;
    float: left;
    margin: 0;
    padding: 0;
    width: 320px;
*/
}

.PickUp_Urgent h2 img
{
/*
    float: left;
    padding: 4px 107px;
*/
}

/* 見出し：緊急情報・注意喚起 */
.PickUp_Urgent .Fix_header2 {
    margin: 0;
    padding: 10px 5px 10px 65px; /* アイコンと斜めカット用の余白 */
    background-color: #ffb400; 
    color: #000;
    font-size: large;
    font-weight: bold;
    display: inline-block;
    position: relative;
    z-index: 1;
}

/* 見出し右側の斜めカット */
.PickUp_Urgent .Fix_header2::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    border-top: 50px solid #ffb400; /* 見出しの高さに合わせて調整 */
    border-right: 25px solid transparent;
}

/* 左側のサイレンアイコン（白丸背景） */
.PickUp_Urgent .Fix_header2::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 55%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: #fff url('../../../Images/2026/tel_plamp.png') no-repeat center center;
    background-size: 80%;
    border-radius: 50%;
}

/* RSSリンクの配置（右側の白いボタン風） */
.PickUp_Urgent .op_control {
    position: absolute;
    transform: translate(363%,-100%);
    z-index: 2;
/*  display: flex; */
/*  gap: 10px; */
}

.PickUp_Urgent .op_control a
{
  background-color: #fff;
  border-radius: 5px;
  padding: 0 10px;
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
font-size: medium;
}
.PickUp_Urgent .op_control #C1_5460_RSSLink
{
display: none;
}
.PickUp_Urgent .op_control img
{
}
.PickUp_Urgent .op_control .RSSLink_mj
{
}

/* 一覧へリンクの配置（右側の白いボタン風） */
.PickUp_Urgent .page_control
{
  background-color: #fff;
width: 320px;
}


/* == リスト == */
/* 情報表示部分（白背景エリア）を赤い太枠で囲む */
.PickUp_Urgent .LatestHolder_wrapper, /* 該当する要素がない場合は ul 等に直接指定 */
.PickUp_Urgent .kinkyu_contents
{
}

.PickUp_Urgent ul
{
  background-color: #fff;
  padding: 5px;
  margin: 10px 0 10px 10px;
}

.PickUp_Urgent li
{
    padding: 10px 0;
    display: flex;
    align-items: center;
}
* 青い三角マーク */
.PickUp_Urgent .Mark {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #004d99;
    margin: 0 8px;
    flex-shrink: 0;
}

.PickUp_Urgent a {
    color: #333;
    text-decoration: none;
    font-size: medium;
    font-weight: 500;
}
.PickUp_Urgent .op_control
{
/*
    display: none;
*/
}
}
