@media screen and (min-width:769px) {
    #Content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
#Content #SideNavi {
    color: #fff;
    position: relative;
    background-color: #000;
}
@media screen and (min-width:769px) {
    #Content #SideNavi {
        width: 26%;
    }
}
@media screen and (max-width:768px) {
    #Content #SideNavi {
        z-index: 10;
    }
}
#Content #Main {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
@media screen and (min-width:769px) {
    #Content #Main {
        width: 74%;
    }
}
@media screen and (max-width:768px) {
    #Content #Main {
        z-index: 5;
    }
}
#Content #Main section {
    border-bottom: 1px solid #ddd;
}
#Content #Main section:last-of-type {
    border-bottom: 0;
}
@media screen and (min-width:769px) {
    #Content #Main section {
        padding: 5.95238vw;
    }
    #Content #Main section .category_name {
        margin: -5px 0 43px;
    }
}
@media screen and (max-width:1280px) {
    #Content #Main section {
        padding: 76.2px;
    }
}
@media screen and (max-width:768px) {
    #Content #Main section {
        padding: 55px 6.66667vw;
    }
    #Content #Main section .category_name {
        margin-bottom: 30px;
    }
}
.category_list {
    position: relative;
    box-sizing: border-box;
}
@media screen and (min-width:769px) {
    .category_list {
        padding: 5.95238vw 0;
    }
}
@media screen and (max-width:1280px) {
    .category_list {
        padding: 76.2px 0;
    }
}
@media screen and (max-width:768px) {
    .category_list {
        -webkit-perspective: 400px;
        perspective: 400px;
        padding: 0;
    }
}
@media screen and (min-width:769px) {
    .category_list.fixed {
        position: fixed;
        width: 26%;
    }
    .category_list.stop {
        position: absolute;
    }
}
@media screen and (max-width:1280px) {
    .category_list.fixed {
        width: 333px;
    }
}
@media screen and (min-width:769px) {
    .category_list p {
        display: none;
    }
}
@media screen and (max-width:768px) {
    .category_list p {
        height: 60px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 6.66667vw;
        cursor: pointer;
    }
    .category_list p i {
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 6.66667vw;
        margin: auto;
    }
    .category_list p i:after,
    .category_list p i:before {
        content: "";
        width: 100%;
        height: 1px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #fff;
    }
    .category_list p i:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transition: -webkit-transform 0.2s cubic-bezier(.215,.61,.355,1);
        transition: transform 0.2s cubic-bezier(.215,.61,.355,1);
        transition: transform 0.2s cubic-bezier(.215,.61,.355,1),-webkit-transform 0.2s cubic-bezier(.215,.61,.355,1);
    }
    .category_list p.close i:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@media screen and (max-width:768px) {
    .category_list .pulldown {
        width: 100%;
        visibility: hidden;
        overflow: hidden;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #000;
    }
}
@media screen and (max-width:768px) {
    .category_list .pulldown ul {
        padding: 4vw 0;
        border-top: 1px solid #333;
    }
}
@media screen and (min-width:769px) {
    .category_list .pulldown ul li {
        margin-bottom: 25px;
    }
}
.category_list .pulldown ul li:last-of-type {
    margin-bottom: 0;
}
.category_list .pulldown ul li a {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
    color: #fff;
}
@media screen and (max-width:768px) {
    .category_list .pulldown ul li a {
        padding: 10px 0;
    }
}
.category_list .pulldown ul li label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
}
@media screen and (min-width:769px) {
    .category_list .pulldown ul li label {
        padding-left: 5.95238vw;
        padding-right: 1.4881vw;
    }
}
@media screen and (max-width:1280px) {
    .category_list .pulldown ul li label {
        padding-left: 76.2px;
        padding-right: 19px;
    }
}
@media screen and (max-width:768px) {
    .category_list .pulldown ul li label {
        padding-left: 6.66667vw;
    }
}
.category_list .pulldown ul li span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
}
.category_list .pulldown ul li span i {
    height: 1px;
    display: block;
    position: absolute;
    margin: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
    bottom: 0;
}
.category_list .pulldown ul li span i:after,
.category_list .pulldown ul li span i:before {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    background-color: #fff;
}
.category_list .pulldown ul li span i:before {
    width: 100%;
    bottom: 0;
    left: 0;
}
.category_list .pulldown ul li span i:after {
    width: 10px;
    bottom: 3px;
    right: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width:768px) {
    .category_list .pulldown ul li span i:after {
        width: 8px;
        bottom: 3px;
        right: -.5px;
    }
}
@media screen and (min-width:769px) {
    .category_list .pulldown ul li span i {
        width: 24px;
        right: 5.95238vw;
    }
}
@media screen and (max-width:1280px) {
    .category_list .pulldown ul li span i {
        right: 76.2px;
    }
}
@media screen and (max-width:768px) {
    .category_list .pulldown ul li span i {
        width: 22px;
        right: 6.66667vw;
    }
}
@media screen and (min-width:769px) {
    .article_list h2 {
        margin-top: -13px;
        margin-bottom: 50px;
        font-size: 32px;
    }
}
@media screen and (max-width:768px) {
    .article_list h2 {
        margin-bottom: 25px;
        font-size: 20px;
    }
}
.article_list ul li {
    line-height: 1.7;
}
.article_list ul li:last-of-type {
    margin-bottom: 0;
}
.article_list ul li a {
    position: relative;
    display: inline-block;
}
.article_list ul li a:before {
    content: "Q.";
    display: block;
    position: absolute;
    left: 0;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 20px;
    font-weight: 700;
    color: #999;
}
.article_list ul li a span {
    display: inline-block;
    vertical-align: top;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: all 0.3s cubic-bezier(.215,.61,.355,1);
}
.article_list ul li a.isHover span {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
@media screen and (min-width:769px) {
    .article_list ul li a {
        padding: 11px 1.9em;
    }
    .article_list ul li a:before {
        top: 6px;
        font-size: 20px;
    }
    .article_list ul li:first-of-type a {
        padding-top: 0;
    }
    .article_list ul li:first-of-type a:before {
        top: -4px;
    }
    .article_list ul li:last-of-type a {
        padding-bottom: 0;
    }
}
@media screen and (max-width:768px) {
    .article_list ul li a {
        padding: 8px 1.8em;
    }
    .article_list ul li a:before {
        top: 4px;
        font-size: 16px;
    }
    .article_list ul li:first-of-type a {
        padding-top: 0;
    }
    .article_list ul li:first-of-type a:before {
        top: -4px;
    }
    .article_list ul li:last-of-type a {
        padding-bottom: 0;
    }
}