.common_headline1_{
    margin-bottom: 15px;
    padding: 5px 0 5px 12px;
    border-left: 6px solid #590313;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #333; 
    }
/*0318デザインガイドラインの実施*/
/*
   div.container_ div.mainframe_{
    width: 80%;
    padding-left: 0;
    }
*/
   #navWrap h2{
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    }
   

   #navWrap h2 a{
    font-size: 18px!important;
    color: #fff!important;
    font-weight: bold!important;
    background: #590313 !important;
    margin-left: 45px!important;
    }


   #navWrap h2 a span{
    font-size: 15px!important;
    }
   #navWrap h2 a:before{
    position: absolute;
     content: '';
     display: block;
     left: 10px;
     top: 4px;
     width: 45px;
     height: 35px;
     background: url(https://www.shop.post.japanpost.jp/img/usr/valentine2025/ic01.png) no-repeat left/ 45px 35px;
    }
   /*-----------------------------------------ナビ-----------------------------------------*/
   
/*0318デザインガイドラインの実施*/
#navWrap{
	 height: 100px;
    /*height: 57px;*/
    }
   #navWrap .navInner{
    position: relative;
    width: 100%;
    background-color: #590313;
    padding: 10px 0;
   }
   #navWrap .navInner.navfixed{
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0 1.25px 6px rgba(0,0,0,0.3);
   }
   #navWrap #nav{
    width: 100%;
    margin: 0 auto;
   }
   #navWrap #nav:after{
    content: "";
    clear: both;
    display: block;
   }
   #navWrap .navInner #nav{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding-left: 0;
    height: 48px;
   }
   #navWrap .navInner #nav li{
    position: relative;
    text-align: center;
    list-style: none;
   } 
   #navWrap .navInner #nav li a{
    display: block;
    /* margin: 0 10px; */
    padding: 10px 15px;
    background: #f2f2f2;
    font-size: 15px;
    /*color: #333;
	   font-weight: 600;*/
    text-decoration: none;
    border: 2px solid #590313;
    color: #590313;
   }
   /*  #navWrap .navInner #nav li:nth-child(2),#navWrap .navInner #nav li:nth-child(3),#navWrap .navInner #nav li:nth-child(4){
     width: 200px;
   } */
   #navWrap #nav li a
   #navWrap .navInner #nav li a img{
    width: 26px;
    height: 26px;
    margin-bottom: 5px;
   }
   #navWrap .navInner #nav li >a:hover{
    background: #590313;
    color: #fff;
    border: 2px solid #fff;
    transition: all .2s ease-out;
   }
   
   .area-text{
       font-size: 14px;
	   margin-bottom: 10px;
       color: #bf3434!important;
       line-height: 1.3;
   }
   
   /*終了文言*/
   #fin{
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background-color: #f6f6f6
   }
   #fin>p{
    border: 1px solid #fff;
    padding: 30px 0;
    color: #444;
    font-size: 20px;
    font-weight: bold;
   }

/*注意*/
.lead_text {
    display: flex;
	  width: 610px;
    align-items: center;
    padding: 0 20px 0 80px;
    border: 1px solid #bf3434;
	  background: rgba(191,52,52,0.1);
	line-height: 1.5;
	margin: 10px 0;
  }

  .lead_text p {
    width: 100%;
    color: #bf3434;
    font-weight: bold;
    font-size: 18px;
	position: relative;
	  margin: 10px auto;
  }
.lead_text p::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 49px;
  background: url(https://www.shop.post.japanpost.jp/img/usr/valentine2025/attention1.png) no-repeat top center/ 50px 49px;
  top: 33%;
  left: -65px;
  margin-top: -15px;
}
.br-sp {
    display: none;
}   