@charset "utf-8";
/* CSS Document */

/* include contents link */
._top {
margin-top: 30px;
}
._top img {
width: 100%;
}
.un_janis_cont_linkbox_wrap {
margin-top: 40px;
}
.un_janis_cont_linkbox {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.un_janis_cont_linkbox > a {
background: #fff;
width: calc(100% / 2 - 8px);
margin-top: 10px;
}
.un_janis_cont_flex {
display: flex;
align-items: center;
border: solid 2px #ececec;
padding: 5px;
}
.un_janis_cont_flex p {
font-weight: bold;
margin-left: 10px;
}
.un_janis_cont_flex p::after {
content: "\020\03e\020";
white-space: pre;
}
.un_janis_cont_linkbox a:link, a:visited {
text-decoration: none;
}
a .un_janis_cont_flex img {
opacity: 1;
}
a .un_janis_cont_flex:hover {
border: solid 2px #319b03;
}