<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.article__body::after {
  content: "";
  clear: both;
  display: block;
}

@media only screen and (min-width: 769px) {
  .lineTitle {
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 2.7619;
    color: #595955;
    border-bottom: 2px solid #F6BD03;
  }
}

@media only screen and (max-width: 768px) {
  .lineTitle {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 3;
    color: #595955;
    border-bottom: 2px solid #F6BD03;
  }
}

/*サイドナビ*/
@media only screen and (min-width: 769px) {
  .article__sideNav {
    width: 200px;
    display: block;
    float: left;
    line-height: 1.4;
  }
  .article__sideNav .sideNavChild {
    margin-bottom: 30px;
  }
  .article__sideNav .sideNavChild .topLink {
    margin-bottom: 30px;
    border-bottom: 2px solid #F6BD03;
    padding: 12px 0 11px;
  }
  .article__sideNav .sideNavChild .topLink a {
    display: block;
    padding-left: 16px;
    height: 34px;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.125;
    position: relative;
    color: #595955;
    transition: .5s all ease !important;
  }
  .article__sideNav .sideNavChild .topLink a:hover {
    color: #F6BD03 !important;
  }
  .article__sideNav .sideNavChild .topLink a:after {
    content: "\f101";
    display: block;
    width: 14px;
    height: 14px;
    font-family: "FontAwesome";
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .article__sideNav .sideNavChild .topLink a:hover:after {
    content: '';
    width: 5px;
    height: 34px;
    background-color: #F6BD03;
    top: 0;
    left: 0;
  }
  .article__sideNav .sideNavChild ul li {
    margin-bottom: 6px;
  }
  .article__sideNav .sideNavChild ul li a {
    display: block;
    padding-left: 16px;
    height: 34px;
    font-family: 'Flama Condensed Medium', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.125;
    position: relative;
    color: #595955;
    transition: .5s all ease !important;
  }
  .article__sideNav .sideNavChild ul li a:hover {
    color: #F6BD03 !important;
  }
  .article__sideNav .sideNavChild ul li a:after {
    content: "\f101";
    display: block;
    width: 14px;
    height: 14px;
    font-family: "FontAwesome";
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .article__sideNav .sideNavChild ul li a:hover:after {
    content: '';
    width: 5px;
    height: 34px;
    background-color: #F6BD03;
    top: 0;
    left: 0;
  }
  .article__sideNav .sideNavChild ul li.current-menu-item a, .article__sideNav .sideNavChild ul li.selected-cat a {
    color: #F6BD03;
  }
  .article__sideNav .sideNavChild ul li.current-menu-item a:after, .article__sideNav .sideNavChild ul li.selected-cat a:after {
    content: '';
    width: 5px;
    height: 34px;
    background-color: #F6BD03;
    top: 0;
    left: 0;
  }
  .article__sideNav .sideNavRelated {
    margin-bottom: 40px;
  }
  .article__sideNav .sideNavRelated ul li {
    margin-bottom: 4px;
  }
  .article__sideNav .sideNavRelated ul li a {
    display: block;
    padding: 9px 0 9px 16px;
    font-size: 1.3rem;
    line-height: 1.61538;
    position: relative;
    color: #595955;
    transition: .5s all ease !important;
  }
  .article__sideNav .sideNavRelated ul li a:hover {
    color: #F6BD03 !important;
  }
  .article__sideNav .sideNavRelated ul li a:after {
    content: "\f101";
    display: block;
    width: 14px;
    height: 14px;
    font-family: "FontAwesome";
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .article__sideNav .sideNavChild {
    margin-bottom: 20px;
  }
  .article__sideNav .sideNavChild .topLink {
    margin-bottom: 15px;
    border-bottom: 2px solid #F6BD03;
    padding: 5px 0;
  }
  .article__sideNav .sideNavChild .topLink a {
    display: block;
    padding-left: 12px;
    font-weight: 700;
    position: relative;
    color: #595955;
  }
  .article__sideNav .sideNavChild .topLink a:after {
    content: "\f101";
    display: block;
    width: 12px;
    height: 12px;
    font-family: "FontAwesome";
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
  }
  .article__sideNav .sideNavChild ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .article__sideNav .sideNavChild ul li {
    flex-basis: 45%;
    margin-bottom: 12px;
  }
  .article__sideNav .sideNavChild ul li a {
    display: block;
    padding-left: 12px;
    font-family: 'Flama Condensed Medium', sans-serif;
    font-weight: 700;
    position: relative;
    color: #595955;
  }
  .article__sideNav .sideNavChild ul li a:after {
    content: "\f101";
    display: block;
    width: 12px;
    height: 12px;
    font-family: "FontAwesome";
    font-size: 1.2rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
  }
  .article__sideNav .sideNavChild ul li a:hover:after {
    content: '';
    width: 5px;
    height: 34px;
    background-color: #F6BD03;
    top: 0;
    left: 0;
  }
  .article__sideNav .sideNavChild ul li.current-menu-item a, .article__sideNav .sideNavChild ul li.selected-cat a {
    color: #F6BD03;
  }
  .article__sideNav .sideNavChild ul li.current-menu-item a:after, .article__sideNav .sideNavChild ul li.selected-cat a:after {
    content: '';
    width: 5px;
    height: 34px;
    background-color: #F6BD03;
    top: 0;
    left: 0;
  }
  .article__sideNav .sideNavRelated {
    margin-bottom: 40px;
  }
  .article__sideNav .sideNavRelated ul li {
    margin-bottom: 4px;
  }
  .article__sideNav .sideNavRelated ul li a {
    display: block;
    padding: 9px 0 9px 16px;
    font-size: 1.3rem;
    line-height: 1.61538;
    position: relative;
    color: #595955;
    transition: .5s all ease !important;
  }
  .article__sideNav .sideNavRelated ul li a:hover {
    color: #F6BD03 !important;
  }
  .article__sideNav .sideNavRelated ul li a:after {
    content: "\f101";
    display: block;
    width: 14px;
    height: 14px;
    font-family: "FontAwesome";
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 0;
  }
}

@media only screen and (min-width: 769px) {
  .article__main {
    width: 760px;
    display: block;
    float: right;
  }
}

@media only screen and (max-width: 768px) {
  .article__main {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .newsDetail .article__main {
    margin: 0 auto;
    width: 760px;
    display: block;
    float: none;
  }
}

@media only screen and (max-width: 768px) {
  .newsDetail .article__main {
    display: block;
  }
}

@media only screen and (min-width: 769px) {
  .article-post-wrap {
    padding-top: 20px;
  }
  .article-post-wrap .article-post.article-post-box {
    margin-bottom: 40px;
    margin-right: 40px;
    width: 360px;
    float: left;
  }
  .article-post-wrap .article-post.article-post-box:nth-child(2n) {
    margin-right: 0;
  }
  .article-post-wrap .article-post.article-post-list {
    margin: 0 0 35px 0;
    padding-bottom: 35px;
    border-bottom: 1px solid #ccc;
  }
  .article-post-wrap .article-post a {
    color: #595955;
    transition: .5s all ease !important;
  }
  .article-post-wrap .article-post a:hover {
    color: #F6BD03 !important;
  }
  .article-post-wrap .article-post a:hover img {
    transition: opacity 0.5s ease-in-out 0s;
  }
  .article-post-wrap .article-post a:hover img:hover {
    opacity: 0.7;
  }
  .article-post-wrap .article-post .blogImage {
    margin-bottom: 10px;
    width: 360px;
    height: 202px;
    overflow: hidden;
    position: relative;
  }
  .article-post-wrap .article-post .blogImage img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .article-post-wrap .article-post.article-post-box {
    margin-bottom: 35px;
  }
  .article-post-wrap .article-post.article-post-list {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
  .article-post-wrap .article-post a {
    color: #595955;
    transition: .5s all ease !important;
  }
  .article-post-wrap .article-post a:hover {
    color: #F6BD03 !important;
  }
  .article-post-wrap .article-post a:hover img {
    transition: opacity 0.5s ease-in-out 0s;
  }
  .article-post-wrap .article-post a:hover img:hover {
    opacity: 0.7;
  }
  .article-post-wrap .article-post .blogImage {
    margin-bottom: 10px;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
  }
  .article-post-wrap .article-post .blogImage img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 769px) {
  .article-post-wrap .dataBox {
    margin-bottom: 8px;
  }
  .article-post-wrap .dataBox li {
    display: inline-block;
  }
  .article-post-wrap .dataBox__date {
    margin-right: 8px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  .article-post-wrap .dataBox__cat {
    margin-right: 5px;
    padding: 0 1em;
    font-size: 1.2rem;
    line-height: 1.66667;
    color: #F6BD03;
    background-color: #343434;
    font-weight: normal;
  }
  .article-post-wrap .dataBox__related {
    padding: 0 1em;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #fff;
    background-color: #e63030;
    font-weight: 500;
    letter-spacing: 0;
  }
  .article-post-wrap .blogTitle {
    margin-bottom: 10px;
    font-size: 1.8rem;
    line-height: 1.55556;
    font-weight: bold;
  }
  .article-post-wrap .blogTitle .news_sub_ttl {
    margin-top: 10px;
    display: block;
    font-size: 1.4rem;
    line-height: 1.28571;
  }
  .article-post-wrap .blogTxt {
    font-size: 1.3rem;
    line-height: 1.84615;
  }
  .article-post-wrap .detailBox {
    padding-top: 10px;
  }
  .article-post-wrap .detailBox dl {
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  .article-post-wrap .detailBox dl dt {
    clear: both;
    float: left;
    font-weight: bold;
  }
  .article-post-wrap .detailBox dl dt p {
    margin-bottom: 0;
  }
  .article-post-wrap .detailBox dl dd {
    margin-bottom: 10px;
    padding-left: 5em;
  }
  .article-post-wrap .detailBox dl dd p {
    margin-bottom: 0;
  }
  .article-post-wrap .malinky-load-more,
  .article-post-wrap .malinky-ajax-pagination-loading {
    clear: both;
    float: none;
  }
  .article-post-wrap .malinky-load-more a {
    display: inline-block;
    padding: 12px 0;
    border: 1px solid #000;
    width: 160px;
    font-size: 15px;
    color: #000;
  }
}

@media only screen and (max-width: 768px) {
  .article-post-wrap .dataBox {
    margin-bottom: 5px;
  }
  .article-post-wrap .dataBox li {
    display: inline-block;
  }
  .article-post-wrap .dataBox__date {
    margin-right: 8px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  .article-post-wrap .dataBox__cat {
    margin-right: 5px;
    padding: 0 1em;
    font-size: 1.1rem;
    line-height: 1.63636;
    color: #F6BD03;
    background-color: #343434;
    font-weight: normal;
  }
  .article-post-wrap .dataBox__related {
    padding: 0 1em;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    background-color: #e63030;
    font-weight: 500;
    letter-spacing: 0;
  }
  .article-post-wrap .blogTitle {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
  }
  .article-post-wrap .blogTitle .news_sub_ttl {
    margin-top: 10px;
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .article-post-wrap .blogTxt {
    font-size: 1.2rem;
    line-height: 1.75;
  }
  .article-post-wrap .detailBox {
    padding-top: 10px;
  }
  .article-post-wrap .detailBox dl {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .article-post-wrap .detailBox dl dt {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .article-post-wrap .detailBox dl dt p {
    margin-bottom: 0;
  }
  .article-post-wrap .detailBox dl dd {
    margin-bottom: 10px;
  }
  .article-post-wrap .detailBox dl dd p {
    margin-bottom: 0;
  }
  .article-post-wrap .malinky-load-more,
  .article-post-wrap .malinky-ajax-pagination-loading {
    clear: both;
    float: none;
  }
  .article-post-wrap .malinky-load-more a {
    display: inline-block;
    padding: 12px 0;
    border: 1px solid #000;
    width: 50%;
    font-size: 1.2rem;
    line-height: 1;
    color: #000;
  }
}

.sideNav-box-year__list {
  margin-bottom: 24px;
  text-align: center;
}

.sideNav-box-year__list select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff url(/assets/img/blog/blog_arrow02.png) 122px 50% no-repeat;
  background-size: 9px auto;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 13px 0 13px 60px;
  width: 100%;
}

.sideNav-box-year__list select option {
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .sideNav-box-year__list select {
    border-radius: 0px;
    font-size: 15px;
    margin: 0;
    padding: 5px 0px 5px 40px;
    width: 150px;
    background: #fff url(/assets/img/blog/blog_arrow02.png) 130px 50% no-repeat;
  }
}

.sideNav-box-year__list select#year {
  padding-left: 13%;
}

@media only screen and (min-width: 750px) {
  .sideNav-box-year__list select#year {
    padding-left: 20%;
  }
}

.sideNav-box-year__list select::-ms-expand {
  display: none;
}

.sideNav-box-year__list a {
  border: solid 1px #000;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  width: 129px;
}

/*記事詳細*/
@media only screen and (min-width: 769px) {
  #articleContents {
    /*記事本文*/
  }
  #articleContents .articleHeader {
    margin-bottom: 20px;
    padding: 5px 0 20px;
    border-bottom: 2px solid #005068;
  }
  #articleContents .articleHeader .dataBox {
    margin-bottom: 12px;
  }
  #articleContents .articleHeader .dataBox li {
    display: inline-block;
  }
  #articleContents .articleHeader .dataBox__date {
    margin-right: 8px;
    font-size: 1.6rem;
    line-height: 1.25;
  }
  #articleContents .articleHeader .dataBox__cat {
    margin-right: 5px;
    padding: 0 1em;
    font-size: 1.2rem;
    line-height: 1.66667;
    color: #F6BD03;
    background-color: #343434;
    font-weight: normal;
  }
  #articleContents .articleHeader .dataBox__related {
    padding: 0 1em;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #fff;
    background-color: #e63030;
    font-weight: 500;
    letter-spacing: 0;
  }
  #articleContents .articleHeader__title {
    margin-bottom: 15px;
    font-size: 2.6rem;
    line-height: 1.53846;
    font-weight: bold;
  }
  #articleContents .articleHeader__auther {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #999;
  }
  #articleContents .articleBody {
    margin-bottom: 30px;
    padding-bottom: 100px;
    border-bottom: 2px solid #F6BD03;
    font-size: 1.5rem;
    line-height: 2.13333;
  }
  #articleContents .articleBody .blogImage {
    margin-bottom: 40px;
  }
  #articleContents .articleBody .blogImage img {
    display: block;
    width: 100%;
  }
  #articleContents .articleBody h2 {
    margin: 40px 0 20px;
    font-size: 2.1rem;
    line-height: 1.71429;
    font-weight: bold;
  }
  #articleContents .articleBody h3 {
    margin: 40px 0 20px;
    padding-left: 15px;
    font-size: 1.8rem;
    line-height: 1.66667;
    font-weight: bold;
    border-left: 4px solid #F6BD03;
  }
  #articleContents .articleBody ul {
    margin-bottom: 30px;
  }
  #articleContents .articleBody ul li {
    padding: 8px 0 8px 20px;
    font-size: 1.5rem;
    line-height: 1.46667;
    position: relative;
  }
  #articleContents .articleBody ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #F6BD03;
    position: absolute;
    top: 13px;
    left: 7px;
  }
  #articleContents .articleBody ol {
    margin-bottom: 30px;
    counter-reset: li;
  }
  #articleContents .articleBody ol li {
    padding: 8px 0 8px 20px;
    list-style: none;
    font-size: 1.5rem;
    line-height: 1.46667;
    position: relative;
  }
  #articleContents .articleBody ol li:before {
    content: counter(li);
    counter-increment: li;
    display: block;
    width: 16px;
    height: 16px;
    padding-top: 2px;
    font-size: 1.2rem;
    line-height: 1;
    color: #F6BD03;
    background-color: #343434;
    text-align: center;
    position: absolute;
    top: 8px;
    left: 0;
  }
  #articleContents .articleBody a {
    text-decoration: underline;
  }
  #articleContents .articleBody .detailBox {
    padding: 25px 25px 15px;
    border: 2px solid #ccc;
  }
  #articleContents .articleBody .detailBox .detailTitle {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.46667;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
  }
  #articleContents .articleBody .detailBox dl {
    font-size: 1.5rem;
    line-height: 1.46667;
  }
  #articleContents .articleBody .detailBox dl dt {
    clear: both;
    float: left;
    font-weight: bold;
  }
  #articleContents .articleBody .detailBox dl dt p {
    margin-bottom: 0;
  }
  #articleContents .articleBody .detailBox dl dd {
    margin-bottom: 15px;
    padding-left: 10em;
  }
  #articleContents .articleBody .detailBox dl dd p {
    margin-bottom: 0;
  }
  #articleContents .articleBody .detailBox dl dd a {
    text-decoration: underline;
  }
  #articleContents .backLink a {
    font-size: 1.5rem;
    line-height: 1.86667;
    color: #595955;
    transition: .5s all ease !important;
  }
  #articleContents .backLink a:hover {
    color: #F6BD03 !important;
  }
  #articleContents .backLink a i {
    margin-right: 7px;
  }
}

@media only screen and (max-width: 768px) {
  #articleContents {
    /*記事本文*/
  }
  #articleContents .articleHeader {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #F6BD03;
  }
  #articleContents .articleHeader .dataBox {
    margin-bottom: 5px;
  }
  #articleContents .articleHeader .dataBox li {
    display: inline-block;
  }
  #articleContents .articleHeader .dataBox__date {
    margin-right: 8px;
    font-size: 1.2rem;
    line-height: 1.66667;
  }
  #articleContents .articleHeader .dataBox__cat {
    margin-right: 5px;
    padding: 0 1em;
    font-size: 1.1rem;
    line-height: 1.63636;
    color: #F6BD03;
    background-color: #343434;
    font-weight: normal;
  }
  #articleContents .articleHeader .dataBox__related {
    padding: 0 1em;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #fff;
    background-color: #e63030;
    font-weight: 500;
    letter-spacing: 0;
  }
  #articleContents .articleHeader__title {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: bold;
  }
  #articleContents .articleHeader__auther {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #999;
  }
  #articleContents .articleBody {
    margin-bottom: 20px;
    padding-bottom: 35px;
    border-bottom: 2px solid #F6BD03;
    font-size: 1.2rem;
    line-height: 2;
  }
  #articleContents .articleBody .blogImage {
    margin-bottom: 35px;
  }
  #articleContents .articleBody .blogImage img {
    display: block;
    width: 100%;
  }
  #articleContents .articleBody h2 {
    margin: 20px 0 15px;
    font-size: 1.4rem;
    line-height: 2;
    font-weight: bold;
  }
  #articleContents .articleBody h3 {
    margin: 30px 0 20px;
    padding-left: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    border-left: 3px solid #F6BD03;
  }
  #articleContents .articleBody ul {
    margin-bottom: 20px;
  }
  #articleContents .articleBody ul li {
    padding: 4px 0 4px 15px;
    font-size: 1.2rem;
    line-height: 2.33333;
    position: relative;
  }
  #articleContents .articleBody ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #F6BD03;
    position: absolute;
    top: 14px;
    left: 5px;
  }
  #articleContents .articleBody ol {
    margin-bottom: 20px;
    counter-reset: li;
  }
  #articleContents .articleBody ol li {
    padding: 4px 0 4px 15px;
    list-style: none;
    font-size: 1.2rem;
    line-height: 2.33333;
    position: relative;
  }
  #articleContents .articleBody ol li:before {
    content: counter(li);
    counter-increment: li;
    display: block;
    width: 12px;
    height: 12px;
    padding-top: 2px;
    font-size: 1rem;
    line-height: 1;
    color: #F6BD03;
    background-color: #343434;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
  }
  #articleContents .articleBody a {
    text-decoration: underline;
  }
  #articleContents .articleBody .detailBox {
    padding: 25px 25px 15px;
    border: 2px solid #ccc;
  }
  #articleContents .articleBody .detailBox .detailTitle {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.46667;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
  }
  #articleContents .articleBody .detailBox dl {
    font-size: 1.5rem;
    line-height: 1.46667;
  }
  #articleContents .articleBody .detailBox dl dt {
    clear: both;
    float: left;
    font-weight: bold;
  }
  #articleContents .articleBody .detailBox dl dt p {
    margin-bottom: 0;
  }
  #articleContents .articleBody .detailBox dl dd {
    margin-bottom: 15px;
    padding-left: 10em;
  }
  #articleContents .articleBody .detailBox dl dd p {
    margin-bottom: 0;
  }
  #articleContents .articleBody .detailBox dl dd a {
    text-decoration: underline;
  }
  #articleContents .backLink a {
    font-size: 1.4rem;
    line-height: 2;
    color: #595955;
    transition: .5s all ease !important;
  }
  #articleContents .backLink a:hover {
    color: #F6BD03 !important;
  }
  #articleContents .backLink a i {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 750px) {
  .changeBtn {
    width: 200px;
    margin-right: 80px;
  }
}

@media only screen and (min-width: 750px) {
  .changeBtn__list {
    border-top: none;
  }
}

.changeBtn__list li {
  margin-bottom: 6px;
  display: block;
  padding-left: 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  position: relative;
  color: #595955;
  transition: .5s all ease !important;
}

@media only screen and (min-width: 769px) {
  .changeBtn__list li {
    height: 34px;
  }
}

@media only screen and (min-width: 769px) {
  .changeBtn__list li {
    font-size: 1.6rem;
    line-height: 2.125;
  }
}

@media only screen and (max-width: 768px) {
  .changeBtn__list li {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.changeBtn__list li:hover {
  color: #F6BD03 !important;
}

.changeBtn__list li:after {
  content: "\f101";
  display: block;
  width: 14px;
  height: 14px;
  font-family: "FontAwesome";
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .changeBtn__list li:after {
    top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .changeBtn__list li:after {
    top: 4px;
  }
}

.changeBtn__list li:hover {
  cursor: pointer;
}

.changeBtn__list li:hover:after {
  content: '';
  width: 5px;
  height: 34px;
  background-color: #F6BD03;
  top: 0;
  left: 0;
}

.changeBtn__list li.selected {
  color: #595955;
}

.changeBtn__list li.selected:after {
  content: '';
  width: 5px;
  height: 34px;
  background-color: #F6BD03;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 769px) {
  .conts.category2, .conts.category3 {
    display: none;
  }
  .conts .QA {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #DFDFDF solid;
  }
  .conts .Qarea {
    position: relative;
    cursor: pointer;
  }
  .conts .Qarea__icon {
    width: 34px;
    height: 34px;
    display: inline-block;
    font-size: 3.4rem;
    line-height: 1;
    position: absolute;
    top: 6px;
    left: 0;
  }
  .conts .Qarea__text {
    margin-bottom: 0;
    padding: 10px 50px;
    color: #595955;
    font-weight: bold;
  }
  .conts .Qarea__btn {
    width: 34px;
    height: 34px;
    display: inline-block;
    font-size: 2.8rem;
    line-height: 1.21429;
    background-color: #343434;
    color: #F6BD03;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 0;
  }
  .conts .Aarea {
    display: none;
    position: relative;
  }
  .conts .Aarea__icon {
    width: 34px;
    height: 34px;
    font-size: 3.4rem;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: 50px;
    color: #F6BD03;
  }
  .conts .Aarea__text {
    margin-bottom: 0;
    padding: 20px 50px 20px 100px;
  }
}

@media only screen and (max-width: 768px) {
  .conts.category2, .conts.category3 {
    display: none;
  }
  .conts .QA {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #DFDFDF solid;
  }
  .conts .Qarea {
    position: relative;
    cursor: pointer;
  }
  .conts .Qarea__icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
  }
  .conts .Qarea__text {
    margin-bottom: 0;
    padding: 10px 30px 10px 25px;
    color: #595955;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .conts .Qarea__btn {
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    /* border: 1px solid #333; */
    background-color: #343434;
    color: #F6BD03;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
  }
  .conts .Aarea {
    display: none;
    position: relative;
  }
  .conts .Aarea__icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    position: absolute;
    top: 12px;
    left: 0;
    color: #F6BD03;
  }
  .conts .Aarea__text {
    margin-bottom: 0;
    padding: 10px 30px 10px 25px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
</pre></body></html>