
body {
    font-family: "ヒラギノ角ゴシック", "游ゴシック", sans-serif;
    font-size: large;
    font-weight: 500;
    background-color: #ffffff;
    padding: 0;
    margin: 0 0 20PX 0;
}

input {
    display: none;
}

/* SNSヘノシェア */

#x-logo {
    background-color: black;
    width: 18px;
    padding: 2px 30px;
    margin: 10px 10px 0 5px;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 1px #999999;
}

#fb-logo {
    background-color: #0866ff;
    width: 18px;
    padding: 2px 30px;
    margin: 10px 5px 0 10px;
    border-radius: 2px;
    box-shadow: 0px 0px 3px 1px #999999;
}

#x-logo:hover, #fb-logo:hover {
    opacity: 0.8;
    box-shadow: 0px 0px 3px 1px #999999;
}

#SNS-share{
    width: 100%;
    max-width: 920px;
    margin: 5px auto 0 auto;
    background-color: #e8f3ff;
}

#SNS-share ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
}

#SNS-share a:link,
#SNS-share a:visited {
    color: #ffffff;
    text-decoration: none;
}

/*メイン*/

.main {
    display: flex;
    justify-content: center;
}

.main_inner {
    max-width: 920px;
    width: 100%;
    background-color: #e8f3ff;
    margin-bottom: 10px;
}

.pTitle {
    padding: 10px 15px 0 15px;
    font-size: 27px;
    color: #0e0e0e;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.mention {
    width: 100%;
    height: auto;
    padding: 10px 5px;
    font-weight: 600;
}

#Main-contents {
    width: 100%;
    font-size: medium;
    display: flex
}

.selectBlock {
    width: 48%;
    padding: 1%;
    border-right: 1px solid #000000;
}

.selectBlock_wrapper_wrapper {
    display: flex;
    font-weight: 500;
    border-bottom: 1px solid #bebebe;
}

.selectBlock_wrapper_ttl {
    width: 30%;
    color: #000000;
}

.selectBlock_ttl {
    width: 30%;
    text-indent: 1em;
    color: #000000;
}

.selectBlock_content {
    width: 70%;
}

.selectBlock_check {
    display: inline-block;
    margin: 5px 5px;
}

.selectBlock_check label {
    display: inline;
    cursor: pointer;
    font-weight: normal;
}

.selectBlock_check label:hover {
    font-weight: bold;
}

.selectBlock_check label .checkbox {
    position: relative;
    top: 0px;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid #000000;
    background-color: #fff;
}

.selectBlock_check label .checkbox:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
}

.selectBlock_check input[type=checkbox]:checked+label .checkbox:after {
    background-color: #4f9efc;
}

.selectBlock_check:last-child {
    margin-right: 0;
}

.selectBlock_release {
    text-align: center;
    color: #fff;
    background-color: #bdbdbd;
    border-radius: 10px;
    margin-top: 5px;
    padding: 10px 0;
}

.js_release {
    cursor: pointer;
}

.js_release:hover {
    background-color: #7f7f7f;
    font-weight: bolder;
}

.js_target {
    display: none;
}

.js_target.js_selected {
    display: block;
}

.searchResult {
    text-align: center;
    color: #0e0e0e;
    margin: 10px 0;
}

.searchResultBlock {
    width: 48%;
    padding: 1%;
    font-size: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-content: start;
}

.searchResultBlock_item {
    box-sizing: border-box;
    padding: 1%;
    border-bottom: 1px solid #bdbdbd;
    text-align: center;
}

.spName {
    text-align: center;
    margin: 0;
}

.searchResultBlock_item a:link,
.searchResultBlock_item a:visited {
    color: #2d098f;
}

.searchResultBlock_item a:hover {
    font-weight: bolder;
    opacity: 0.6;
}

#Main a {
    text-decoration: none;
}

.speciesLink img {
    width: 80%;
    border-radius: 5px;
}

footer {
    width: 100%;
    max-width: 920px;
    margin: 5px auto;
}

.copyright {
    text-align: center;
    font-size: small;
}

.desktop_none {
    display: none;
}