#contents div.inner_txt h3.adplan_2307 {
    font-size: 18px;
    padding: 10px;
    background-color: #f5f5f5 ;
    padding: 0.5em 0.75em;/*上下 左右の余白*/
    border-left: solid 5px #00008b ;
}

.osusume-wrap {
    list-style: none;
    margin:  0;
    padding: 0;
    line-height: 2em;
}

.osusume::before {
    content:  "";
    width:  8px;               /* 幅指定 */
    height:  8px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #00008b;  /* 背景色指定 */
    border-radius:  50%; 
    margin-right: 10px;
    margin-left: 2px;
}

.btn_2307 {
    display:inline-block;
    padding: 10px 40px;
    margin: 0 0 30px 0;
    border:solid 2px #ffdb43;
    border-radius: 15px;
    background-color: #ffdb43 ;
    color: #00008b;
    font-weight: bold;
    font-size: 20px;
    transition: .3s;
}

.btn_2307:hover {
    background: #ffffff;
    border:solid 2px #00008b;
    color: #00008b;
}

.inline-link {
    background-color: #00008b;
    border-radius: 5px;
    padding:2px 6px;
    font-size:12px;
    color: #ffffff;
}
