
.show_help{
    padding:10px;

}
.show_help ul{
    margin:10px 0px;
}

.show_help ul li{
    color:#08089f;
    font-weight: bold;
    margin: 3px 0px;
}
.help_title{
    margin-top: 15px;
    display: inline-block;
    padding: 4px 20px;
    color:#0000a0;
    font-weight: bold;
    background-color: #f1f1ff;
    /*角丸*/
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.help_content{
    margin: 2px 0px 15px 25px;
    
}
.help_content a{
    text-decoration: underline;
    
}
.help_content a:hover{
    color: #ff981d;
}

.help_content_cautions{
    padding: 10px;
    color: #ff5623;
    
}

@media print, screen and (min-width: 768px) {

}
@media print, screen and (min-width: 1024px) {

}

