.common_headline1_{
    margin-bottom: 15px;
    padding: 5px 0 5px 12px;
    border-left: 6px solid #61a7f2;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 20px;
    color: #333; 
    }
   /* 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: #61a7f2 !important;
    }
   #navWrap h2 a span{
    font-size: 18px!important;
    }
   /*-----------------------------------------ナビ-----------------------------------------*/
   #navWrap{
    height: 100px;
    }
   #navWrap .navInner{
    position: relative;
    width: 100%;
    background-color: #61a7f2;
    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 10px 10px 15px;
    background: #fff;
    color: #61a7f2;
    font-size: 15px;
    /*font-weight: 600;*/
    text-decoration: none;
    border: 2px solid #61a7f2;
    font-weight: bold;
   }
    #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: #61a7f2;
    color: #fff;
    border: 2px solid #fff;
    transition: all .2s ease-out;
   }
   
   .area-text{
       font-size: 14px;
       margin-bottom: 20px;
       color: #f53457!important;
       line-height: 1.3;
   }
   
   /*終了文言*/
   #fin{
    text-align: center;
    margin-top: 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;
   }


   /* 注釈 */
   .attention_text {
    display: flex;
    width: 580px;
    align-items: center;
    padding: 0 20px 0 80px;
    border: 1px solid #bf3434;
    background: #fbf3f5;
    margin: 10px 0;
}

.attention_text p {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    margin: 10px auto;
    color: #f53457;
    line-height: 1.4;
}

.attention_text p::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 49px;
    background: url(/img/usr/whiteday2025/attention1.png) no-repeat top center / 43px 39px;
    top: 41%;
    left: -63px;
    margin-top: -15px;
}