@charset "UTF-8";

/******************************************************

fonts

******************************************************/
/*! ALL ***************************************************/
html {
    font-size: 62.5%;
    /* 62.5% 10px 1em */
    height: 100%;
}

body {
    color: #4d4d4d;
    font-family: sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    background: #fff;
    -webkit-text-size-adjust: none;
    height: 100%;
}

img {
    vertical-align: top;
}

p {
    color: #4d4d4d;
}

.blue {
    color: #0068b7;
}

a {
    color: #4d4d4d;
    text-decoration: none;
    border: 0;
    transition: all 0.5s ease;
    backface-visibility: hidden;
}

a img {
    transition: all 0.5s ease;
    backface-visibility: hidden;
}

a.hover {
    filter: brightness(120%);
}

#wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

#login {
    width: 100%;
    height: 100%;
    background: #f6f6f6 url(../img/bg.png) no-repeat center center;
    background-size: cover;
}

#login .loginBox {
    margin: 0 auto;
    text-align: center;
    width: 610px;
}

#login .loginBox .logo {
    width: 610px;
    height: 300px;
    position: relative;
}

#login .loginBox .logo #animation {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

#login .loginBox .logo #Gluee {
    position: absolute;
    left: 200px;
    top: 110px;
}

#login .loginBox .formBox {
    width: 610px;
    background: #fff;
    padding: 40px 80px;
    box-sizing: border-box;
}

#login .loginBox .formBox .checkBox {
    margin-bottom: 30px;
}

.input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}

.input>em {
    width: 114px;
    flex-shrink: 0;
    font-weight: bold;
    text-align: left;
}

.input .inputBox {
    width: calc(100% - 120px);
}

#mypage header {
    width: 100%;
    height: 70px;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#mypage header ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

#mypage header ul li a {
    color: #0068b7;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

#mypage header ul li+li {
    margin-left: 20px;
}

#mypage article {
    display: flex;
    justify-content: flex-start;
    background: #f6f6f6;
    min-height: calc(100% - 70px);
}

#mypage article aside {
    width: 200px;
    background: #4d4d4d;
    flex-shrink: 0;
}

#mypage article aside ul li {
    border-bottom: #000 solid 1px;
}

#mypage article aside ul li a {
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    height: 80px;
    padding-left: 20px;
    font-size: 17px;
    font-weight: bold;
}

#mypage article aside ul li a i {
    margin-right: 10px;
    font-size: 2.2rem;
}

#mypage article section {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

#mypage article section .searchBox {
    position: absolute;
    right: 20px;
    top: 20px;
}

#mypage article section h2 {
    font-size: 3rem;
    font-weight: bold;
    border-bottom: #cacaca solid 2px;
}

#mypage article section .inner {
    padding: 40px 0 0;
}

#mypage article section .inner h3 {
    font-weight: bold;
    font-size: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#mypage article section .inner h3 small {
    font-size: 14px;
    margin-left: 10px;
}

#mypage article section .inner .canvasBox {
    position: relative;
    width: 100%;
    height: 455px;
}

#mypage article section .inner .canvasBox canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#mypage article section .inner .numBox {
    border: #cacaca solid 1px;
    background: #f0f0f0;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#mypage article section .inner .numBox>small {
    width: 100%;
    line-height: 1;
    display: block;
}

#mypage article section .inner .numBox p {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#mypage article section .inner .numBox p em {
    margin-left: 10px;
    font-size: 30px;
    font-weight: bold;
}

#mypage article section .inner .numBox p+p {
    margin-left: 50px;
}

.memberSearch {
    background: #fff;
    padding: 20px;
    margin-bottom: 40px;
}

.memberSearch form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.memberSearch form .input {
    width: calc(50% - 20px);
    margin-bottom: 20px;
}

.memberSearch form .input>em {
    width: 130px;
}

.memberSearch form .input .inputBox {
    width: calc(100% - 130px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.memberSearch form .input .inputBox input.middle+span {
    display: block;
    margin: 0 10px;
    line-height: 34px;
}

.memberSearch form .submit {
    margin: 0 auto;
}

.memberSearch form .submit input[type="submit"] {
    width: 420px;
}

.selectWrap {
    margin-bottom: -10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.selectWrap .selectBox {
    margin-bottom: 10px;
}

.selectWrap .selectBox+span {
    display: block;
    margin: 0 10px 10px;
}

.checkBox,
.radioBox {
    margin-bottom: -20px;
}

.searchResult .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.searchResult table {
    font-size: 16px;
    width: 100%;
}

.searchResult table thead th {
    background: #e7e7e7;
    height: 48px;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #0068b7;
    transition: all 0.2s ease;
    backface-visibility: hidden;
}

.searchResult table thead th a {
    color: #0068b7;
    transition: all 0.2s ease;
    backface-visibility: hidden;
}

.searchResult table thead th:after {
    content: "▼";
    font-size: 1rem;
    margin-left: 10px;
    position: relative;
    top: -2px;
    opacity: 0.3;
}

.searchResult table thead th:hover,
.searchResult table thead th a:hover {
    color: #008ef8;
}

.searchResult table thead th:hover:after,
.searchResult table thead th a {
    opacity: 1;
}

.searchResult table thead th:last-child {
    cursor: auto;
}

.searchResult table thead th:last-child:after {
    content: none;
}

.searchResult table tbody td {
    height: 60px;
    padding: 0 10px;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom: #e7e7e7 solid 1px;
    text-align: center;
}

.searchResult table tbody td a {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cacaca;
}

.searchResult table tbody td a:hover {
    color: #0068b7;
}

.searchResult table tbody td:last-child {
    width: 60px;
    padding: 0;
}

.searchResult .page {
    margin-top: 30px;
}

.searchResult .page ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchResult .page ul li {
    width: 30px;
    height: 30px;
}

.searchResult .page ul li a,
.searchResult .page ul li span {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #cacaca solid 1px;
    box-sizing: border-box;
    color: #0068b7;
    font-size: 1.4rem;
    margin: 0 2px;
}

.searchResult .page ul li a i,
.searchResult .page ul li span i {
    font-size: 2rem;
}

.searchResult .page ul li a:hover,
.searchResult .page ul li a.current {
    background: #cacaca;
    color: #4d4d4d;
}

.searchResult .page ul li span {
    background: #efefef;
    color: #4d4d4d;
}

.detail {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}

.detail table tbody td:nth-child(1) {
    font-weight: bold;
    width: 180px;
    padding-bottom: 20px;
}

.detail table tbody td a {
    color: #0068b7;
    text-decoration: underline;
}

.detail table+table {
    margin-top: 40px;
}

.detail .favorite {
    margin-top: 40px;
    border-top: #ccc dotted 1px;
    padding-top: 20px;
}

.detail .favorite p {
    font-weight: bold;
    margin-bottom: 20px;
}

.detail .favorite .favorite_box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.detail .favorite .favorite_box .item {
    width: 195px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}

.detail .favorite .favorite_box .item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}

.detail .favorite .favorite_box .item a:hover~img {
    opacity: 0.8;
}

.detail .favorite .favorite_box .item a:hover~span {
    color: #0068b7;
}

.detail .favorite .favorite_box .item a:hover~small {
    color: #0068b7;
}

.detail .favorite .favorite_box .item img {
    transition: all 0.2s ease;
    backface-visibility: hidden;
}

.detail .favorite .favorite_box .item small {
    margin-top: 10px;
    display: block;
    line-height: 1;
    font-size: 1rem;
    font-weight: bold;
}

.detail .favorite .favorite_box .item span {
    display: block;
    line-height: 1;
    padding-top: 5px;
}

/*! SP ***************************************************/
@media screen and (max-width: 740px) {
    body {
        min-width: 320px;
    }

    img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .pc {
        display: none !important;
    }

    /*! SP /subpage ***************************************************/
}

/*! PC ***************************************************/
@media screen and (min-width: 741px) {
    .sp {
        display: none !important;
    }

    /*! PC /subpage ***************************************************/
}
