@charset "UTF-8";
div#furuta_pc section.main-contents .inner .cnt03 .present_open {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 24px;
}

div#furuta_pc section.main-contents .inner .cnt03 .present_open a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 20px;
    background: #FFF;
    width: 30%;
    border-radius: 50px;
    margin: 50px auto;
    transition: 0.2s;
	border: 5px dashed #F40009;
}

div#furuta_pc section.main-contents .inner .cnt03 .present_open a:hover {
    opacity: 0.5;
}