/* CSS Document */
/* main next
------------------------------------------------------------*/
main.next {
  font-size: 14px;
  margin-top: 620px;
  position: relative;
  z-index: 6; }
  @media all and (max-width: 1200px) {
    main.next {
      margin-top: 53%; } }
  @media all and (max-width: 576px) {
    main.next {
      margin-top: 56%; } }

@media all and (max-width: 576px) {
  .eyecatchSp main.next {
    margin-top: 70vh; } }

.page main.next {
  margin-top: 0; }
  @media all and (max-width: 1200px) {
    .page main.next {
      margin-top: 0; } }

.search main.next {
  margin-top: 0; }

main.next nav {
  top: 75px; }

main.next .article-img .item-mainimg {
  background: no-repeat center center;
  background-size: cover;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 1px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

main.next .article-img .item-mainimg .bg {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: no-repeat center center;
  background-size: cover; }

main.next .article-img .item-mainimg:hover .bg {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center; }

main.next .article-img .item-mainimg a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

main.next .article-img .item-mainimg a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7; }

main.next .article-img .item-mainimg .inside {
  height: 380px; }

main.next .article-img .item-mainimg .pick-up-box {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px; }

main.next .article-img .tag-new {
  margin-right: 14px; }

main.next .article-img .tag-pickup {
  line-height: 1;
  padding: 5px 13px;
  border: solid 1px #feed18;
  color: #feed18;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-family: 'Roboto', sans-serif;
  display: -moz-inline-box;
  display: inline-block;
  margin-right: 12px; }

main.next .article-img .item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 6px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

main.next .article-img .item-date .date {
  color: #FFF; }

main.next .article-img .pick-up-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

main.next .article-img .txt {
  color: #FFF;
  font-size: 26px;
  font-size: 1.8571428571rem;
  font-weight: bold;
  line-height: 1.5; }

main.next .sns-bottom {
  padding-bottom: 40px; }

main.next .sns-bottom .sns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

main.next .article-parallel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px; }

main.next .article-parallel-list li {
  width: 260px;
  margin: 0 10px 45px; }

main.next .article-parallel-list li a .date, main.next .article-parallel-list li a .title, main.next .article-parallel-list li a .img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

main.next .article-parallel-list li a:hover .date, main.next .article-parallel-list li a:hover .title, main.next .article-parallel-list li a:hover .img {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7; }

main.next .article-parallel-list li .img {
  margin-bottom: 10px;
  line-height: 0; }

main.next .article-parallel-list li .date {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-family: 'Roboto', sans-serif;
  padding-bottom: 5px; }

main.next .article-parallel-list li .title {
  font-weight: bold; }

main.next .crp_related ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px -45px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

main.next .crp_related ul li {
  width: 260px;
  margin: 0 10px 45px; }

main.next .crp_related ul li a {
  display: block; }

main.next .crp_related ul li .crp_date {
  display: none; }

main.next .crp_related ul li .crp_thumb {
  margin-bottom: 5px; }

main.next .crp_related ul li .crp_title {
  font-weight: bold; }

main.next #article-list .top-txt, main.next #ranking-list .top-txt {
  padding-bottom: 20px; }

main.next #article-list .hover-scale-bottom-txt, main.next #ranking-list .hover-scale-bottom-txt {
  position: relative; }

main.next #article-list .top-article-block, main.next #ranking-list .top-article-block {
  padding-bottom: 20px; }

main.next #article-list .top-article-block .article-img, main.next #ranking-list .top-article-block .article-img {
  padding-bottom: 10px; }

main.next #article-list .top-article-block .bottom-txt, main.next #ranking-list .top-article-block .bottom-txt {
  padding-top: 15px; }

main.next #article-list .article-column2, main.next #ranking-list .article-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: solid 1px #eee; }

main.next #article-list .article-column2 > div, main.next #ranking-list .article-column2 > div {
  width: 390px; }

main.next #article-list .article-column2 > div .hover-img, main.next #ranking-list .article-column2 > div .hover-img {
  margin-bottom: 16px; }

main.next #article-list .article-column2 > div .title, main.next #ranking-list .article-column2 > div .title {
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.5; }

main.next #article-list .article-list li, main.next #ranking-list .article-list li {
  border-bottom: solid 1px #eee;
  margin-bottom: 0;
  box-shadow: 0px 0px 0px 0px transparent; }

main.next #article-detail .date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

main.next #article-detail .date-block .date {
  font-family: 'Roboto', sans-serif;
  margin-right: 10px; }

main.next #article-detail .date-block .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px; }

main.next #article-detail .date-block .cat-list li {
  margin-right: 5px; }

main.next #article-detail .date-block .cat-list li a {
  border: solid 1px #ddd;
  display: block;
  font-size: 12px;
  font-size: 0.8571428571rem;
  padding: 3px 12px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  line-height: 1.2; }

main.next #article-detail .table-of-contents ul {
  margin-top: -31px;
  padding: 57px 28px 28px;
  background-color: #F0F0F0; }

main.next #article-detail .table-of-contents ul li {
  list-style-type: none;
  padding-left: 35px;
  position: relative; }
  @media all and (max-width: 576px) {
    main.next #article-detail .table-of-contents ul li {
      padding-left: 15px; } }

main.next #article-detail .table-of-contents ul li:not(:last-child) {
  padding-bottom: 8px; }

main.next #article-detail .table-of-contents ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 3px;
  height: 15.5px;
  border-radius: 10px;
  background: #231815; }

main.next #article-detail .comment-list {
  margin-bottom: 50px; }

main.next #article-detail .comment-list li {
  list-style-type: none;
  text-indent: 0;
  padding-left: 0; }

main.next #article-detail .comment-list li:before {
  display: none; }

main.next #article-detail .comment-list li:not(:last-child) {
  margin-bottom: 30px; }

main.next #article-detail .comment-list li p {
  line-height: 1.5; }

main.next #article-detail .comment-list li p:not(:last-child) {
  margin-bottom: 0px; }

main.next #article-detail .comment-list li img {
  margin-bottom: 0; }

main.next #article-detail .comment-list li .img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

main.next #article-detail .comment-list li .img-text .item-img {
  line-height: 1.2;
  text-align: center;
  width: 62px; }

main.next #article-detail .comment-list li .img-text .item-img p {
  line-height: 0; }

main.next #article-detail .comment-list li .img-text .item-img img {
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #423f6d; }

main.next #article-detail .comment-list li .img-text .item-text {
  margin-left: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 20px;
  border: 2px solid #eee;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 15px;
  font-size: 1.0714285714rem;
  position: relative;
  background-color: #f7f7f7; }

main.next #article-detail .comment-list li .img-text .item-text p {
  line-height: 1.7; }

main.next #article-detail .comment-list li .img-text .item-text:before {
  border: none;
  background: url(../img/common/fukidashi.svg) no-repeat left center/45px 28px;
  width: 45px;
  height: 28px;
  left: -35px;
  z-index: -1; }

main.next #article-detail .comment-list li .img-text.img-r .item-img {
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

main.next #article-detail .comment-list li .img-text.img-r .item-text {
  -webkit-box-original-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

main.next #article-detail .comment-list li .img-text.img-r .item-text {
  margin-left: 0px;
  margin-right: 15px;
  background-color: #fff; }

main.next #article-detail .comment-list li .img-text.img-r .item-text:before {
  border: none;
  background: url(../img/common/fukidashi-r.svg) no-repeat left center/45px 28px;
  right: -35px;
  left: auto;
  z-index: -1; }

main.next #article-detail .check-list {
  margin-bottom: 50px; }

main.next #article-detail .check-list ul {
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd; }

main.next #article-detail .check-list ul li {
  list-style-type: none;
  text-indent: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd; }

main.next #article-detail .check-list ul li:nth-child(2n+1) {
  background-color: #f7f7f7; }

main.next #article-detail .check-list ul li.title {
  background-color: #ecebf0;
  font-weight: bold; }

main.next #article-detail .check-list ul li p:not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 0; }

main.next #article-detail .check-list ul li:before {
  display: none; }

main.next #article-detail .check-list ul li .th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

main.next #article-detail .check-list ul li .th {
  padding: 20px 20px 0;
  width: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

main.next #article-detail .check-list ul li .th span {
  display: block;
  width: 12px;
  height: 12px;
  border: solid 1px #ddd; }

main.next #article-detail .check-list ul li .td {
  border-left: solid 1px #ddd;
  padding: 15px 20px; }

main.next #article-detail .post {
  margin-bottom: 50px; }

main.next #article-detail .backnumber {
  padding: 20px 30px 40px;
  background-color: #231815;
  color: #FFF;
  margin-bottom: 20px; }

.post .backnumber h2.heading-lv03 {
  margin-top: 0; }

main.next #article-detail .backnumber ul li {
  list-style: none;
  counter-increment: chapter;
  position: relative;
  padding-left: 58px;
  text-indent: 0;
  margin-right: 0;
  margin-left: 0; }

main.next #article-detail .backnumber ul li a {
  color: #FFF; }

main.next #article-detail .backnumber ul li:not(:last-child) {
  margin-bottom: 30px; }

main.next #article-detail .backnumber ul li:before {
  position: absolute;
  content: "0" counter(chapter);
  line-height: 1.2;
  width: 45px;
  height: 20px;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  top: 4px;
  left: 0;
  background-color: #fff;
  color: #423f6d; }

main.next #article-detail .next-prev {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

main.next #article-detail .next-prev .next, main.next #article-detail .next-prev .prev {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  width: 50%; }

main.next #article-detail .next-prev .next a, main.next #article-detail .next-prev .prev a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 25px 15px 25px;
  background-color: #f7f7f7;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

main.next #article-detail .next-prev .next a:before, main.next #article-detail .next-prev .next a:after, main.next #article-detail .next-prev .prev a:before, main.next #article-detail .next-prev .prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 50%;
  width: 9px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: no-repeat center center; }

main.next #article-detail .next-prev .next .title, main.next #article-detail .next-prev .prev .title {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  color: #666;
  width: 100%;
  padding-bottom: 20px; }

main.next #article-detail .next-prev .next .date, main.next #article-detail .next-prev .prev .date {
  color: #aaa;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  bottom: 15px; }

main.next #article-detail .next-prev .prev {
  border-right: solid 1px #ddd; }

main.next #article-detail .next-prev .prev a {
  padding-left: 45px; }

main.next #article-detail .next-prev .prev a:before {
  background-image: url(../img/next/article/next.png);
  left: 15px; }

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next #article-detail .next-prev .prev a:before {
    background-image: url(../img/next/article/next@2x.png);
    background-size: 9px auto; } }
main.next #article-detail .next-prev .prev .date {
  left: 45px; }

main.next #article-detail .next-prev .next a {
  padding-right: 45px; }

main.next #article-detail .next-prev .next a:before {
  background-image: url(../img/next/article/prev.png);
  right: 15px; }

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next #article-detail .next-prev .next a:before {
    background-image: url(../img/next/article/prev@2x.png);
    background-size: 9px auto; } }
main.next #article-detail .next-prev .next .title {
  text-align: right; }

main.next #article-detail .next-prev .next .date {
  margin-left: auto; }

main.next #article-detail .next-prev .next .date {
  right: 45px; }

.profile {
  margin-bottom: 60px; }

.profile .inside {
  margin-top: -28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 30px;
  background: #F0F0F0; }

.profile .inside .img {
  width: 100px;
  line-height: 0;
  margin-right: 25px; }

.profile .inside .img img {
  border-radius: 5px; }

.profile .inside .profileTag {
  padding-left: 26px;
  background: url(../img/common/iconEditor.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 14px;
  color: #000000;
  font-weight: bold; }

.profile .inside .profileTxt {
  color: #525252; }

.profile .inside .txt {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px; }

.profile .inside .txt .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px; }

main.next #article-detail .img-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -30px 20px; }

main.next #article-detail .img-column2 > div {
  margin: 0 30px; }

main.next #article-detail .article-bottom > div:not(:last-child) {
  margin-bottom: 40px; }

main.next #privacypolicy, main.next #terms {
  width: 100%; }

main.next #not-found .txt-block {
  padding: 30px 0; }

main.next #not-found .top-txt {
  padding-bottom: 50px; }

@media screen and (min-width: 751px) and (max-width: 1170px) {
  /* main next
------------------------------------------------------------*/
  main.next #article-list .top-article-block, main.next #ranking-list .top-article-block {
    padding-bottom: 15px; }

  main.next #article-list .article-column2, main.next #ranking-list .article-column2 {
    padding-bottom: 35px;
    margin: 0 -1%; }

  main.next #article-list .article-column2 > div, main.next #ranking-list .article-column2 > div {
    width: 48%;
    margin: 0 1%; }

  main.next #article-list .article-column2 > div .hover-img, main.next #ranking-list .article-column2 > div .hover-img {
    margin-bottom: 16px; }

  main.next .crp_related ul {
    margin: 0 -1% 30px; }

  main.next .crp_related ul li {
    width: 31.333%;
    margin: 0 1% 30px; }

  main.next .crp_related ul li .crp_date {
    display: none; } }
/*sp*/
@media screen and (max-width: 750px) {
  /* main next
------------------------------------------------------------*/
  main.next .breadcrumb {
    margin-bottom: 20px;
    display: none; }

  main.next .breadcrumb ul li {
    font-size: 12px;
    font-size: 0.8571428571rem; }

  main.next .breadcrumb ul li a {
    margin-right: 15px; }

  main.next .breadcrumb ul li a:after {
    right: 18px; }

  main.next .article-img .tag-pickup {
    line-height: 1;
    padding: 5px;
    font-size: 14px;
    font-size: 1rem;
    margin-right: 10px; }

  main.next .article-img .item-date {
    margin-bottom: 6px; }

  main.next .article-img .txt {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold; }

  main.next .article-img .item-mainimg {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 1px; }

  main.next .article-img .item-mainimg .inside {
    height: 220px; }

  main.next .article-img .item-mainimg .pick-up-box {
    padding: 10px; }

  /*
  main.next .sns {
  width: 100%;
  margin: 0px -5px;
  
  @media all and (max-width: $sm) {
  margin: 0;
  }
  }
  
        main.next .sns li {
          margin: 0px 5px;
          width: 60px; }
          main.next .sns li a {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            height: 22px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            line-height: 0; }
            main.next .sns li a.fb {
              background-color: #2c4f99; }
            main.next .sns li a.tw {
              background-color: #2caaf0; }
            main.next .sns li a.google {
              background-color: #de4d3b; }
            main.next .sns li a.feedly {
              background-color: #85c234; }
            main.next .sns li a.pocket {
              background-color: #f13c51; }
            main.next .sns li a.chatwork {
              background-color: #fa4038; }
      main.next .sns-bottom .sns {
        width: 100%;
        margin: 0px 0px; }
        main.next .sns-bottom .sns li {
          margin: 0px 0px;
          -ms-flex: 1 0 auto;
          -webkit-flex-grow: 1;
          flex-grow: 1; }
          main.next .sns-bottom .sns li a {
            width: 100%; }
  		  
  	*/
  main.next .article-parallel-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0; }

  main.next .article-parallel-list li {
    width: 100%;
    margin: 0px;
    border-bottom: 1px dotted #e0e0e0; }

  main.next .article-parallel-list li a {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

  main.next .article-parallel-list li a > div {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1; }

  main.next .article-parallel-list li .img {
    margin-bottom: 0px;
    line-height: 0;
    width: 100px;
    margin-right: 20px; }

  main.next .article-parallel-list li .date {
    padding-bottom: 2px; }

  main.next #article-list .top-txt, main.next #ranking-list .top-txt {
    padding-bottom: 40px; }

  main.next #article-list .top-article-block, main.next #ranking-list .top-article-block {
    padding-bottom: 15px; }

  main.next #article-list .top-article-block .article-img, main.next #ranking-list .top-article-block .article-img {
    padding-bottom: 10px; }

  main.next #article-list .top-article-block .bottom-txt, main.next #ranking-list .top-article-block .bottom-txt {
    padding-top: 10px; }

  main.next #article-list .article-column2, main.next #ranking-list .article-column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0px;
    border-bottom: none; }

  main.next #article-list .article-column2 > div, main.next #ranking-list .article-column2 > div {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px dotted #e0e0e0; }

  main.next #article-list .article-column2 > div a, main.next #ranking-list .article-column2 > div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  main.next #article-list .article-column2 > div:not(:last-child), main.next #ranking-list .article-column2 > div:not(:last-child) {
    margin-bottom: 0px; }

  main.next #article-list .article-column2 > div .hover-img, main.next #ranking-list .article-column2 > div .hover-img {
    width: 140px;
    margin-right: 10px;
    margin-bottom: 0px; }

  main.next #article-list .article-column2 > div .title, main.next #ranking-list .article-column2 > div .title {
    font-size: 17px;
    font-size: 1.2142857143rem;
    font-weight: bold;
    padding-bottom: 0px;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1; }

  main.next #article-list .article-column2 > div .txt, main.next #ranking-list .article-column2 > div .txt {
    display: none; }

  main.next #article-list .article-list li:first-child, main.next #ranking-list .article-list li:first-child {
    padding-top: 0px; }

  main.next #article-list .top-article-block {
    padding-bottom: 5px; }

  main.next #article-list .top-txt {
    display: none; }

  main.next #article-detail .heading-tag {
    margin-bottom: 15px; }

  main.next #article-detail .date-block .date {
    margin-right: 10px; }

  main.next #article-detail .date-block .cat-list {
    margin-bottom: 10px; }

  main.next #article-detail .date-block .cat-list li {
    margin-right: 5px;
    margin-bottom: 5px; }

  main.next #article-detail .date-block .cat-list li a {
    padding: 3px 10px; }

  main.next #article-detail .table-of-contents ul {
    padding: 40px 20px 20px; }

  main.next #article-detail .check-list {
    margin-bottom: 30px; }

  main.next #article-detail .check-list ul li.title {
    background-color: #ecebf0;
    font-weight: bold; }

  main.next #article-detail .check-list ul li:before {
    display: none; }

  main.next #article-detail .check-list ul li .th {
    padding: 20px 20px 0;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

  main.next #article-detail .check-list ul li .td {
    padding: 15px 20px;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1; }

  main.next #article-detail .comment-list {
    margin-bottom: 30px; }

  main.next #article-detail .comment-list li:not(:last-child) {
    margin-bottom: 30px; }

  main.next #article-detail .comment-list li p {
    line-height: 1.5; }

  main.next #article-detail .comment-list li p:not(:last-child) {
    margin-bottom: 0px; }

  main.next #article-detail .comment-list li img {
    margin-bottom: 0; }

  main.next #article-detail .comment-list li .img-text .item-img {
    width: 50px; }

  main.next #article-detail .comment-list li .img-text .item-text {
    padding: 15px;
    width: 10px; }

  main.next #article-detail .comment-list li .img-text.img-r .item-img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  main.next #article-detail .comment-list li .img-text.img-r .item-text {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  main.next #article-detail .comment-list li .img-text.img-r .item-text {
    margin-right: 15px; }

  main.next #article-detail .img-column2 {
    margin: 0 2% 20px; }

  main.next #article-detail .img-column2 > div {
    margin: 0 2%;
    width: 48%; }

  main.next #article-detail .post {
    margin-bottom: 40px; }

  main.next #article-detail .backnumber {
    padding: 20px 20px 20px;
    margin-bottom: 20px; }

  main.next #article-detail .backnumber ul li {
    list-style: none;
    counter-increment: chapter;
    position: relative;
    padding-left: 58px; }

  main.next #article-detail .backnumber ul li:not(:last-child) {
    margin-bottom: 30px; }

  main.next #article-detail .backnumber ul li:before {
    position: absolute;
    content: "0" counter(chapter);
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 45px;
    height: 20px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    top: 4px;
    left: 0;
    background-color: #fff;
    color: #423f6d; }

  main.next #article-detail .next-prev {
    margin-bottom: 40px; }

  main.next #article-detail .next-prev .next a, main.next #article-detail .next-prev .prev a {
    padding: 10px 20px 10px 20px; }

  main.next #article-detail .next-prev .next .title, main.next #article-detail .next-prev .prev .title {
    font-size: 13px;
    font-size: 0.9285714286rem;
    font-weight: bold; }

  main.next #article-detail .next-prev .next .date, main.next #article-detail .next-prev .prev .date {
    font-size: 12px;
    font-size: 0.8571428571rem;
    bottom: 10px; }

  main.next #article-detail .next-prev .prev a {
    padding-left: 25px; }

  main.next #article-detail .next-prev .prev a:before {
    left: 10px; }

  main.next #article-detail .next-prev .prev .date {
    left: 25px; }

  main.next #article-detail .next-prev .next a {
    padding-right: 25px; }

  main.next #article-detail .next-prev .next a:before {
    right: 10px; }

  main.next #article-detail .next-prev .next .date {
    margin-left: auto;
    right: 25px; }

  .profile {
    margin-bottom: 30px; }

  .profile .inside {
    margin-top: -13px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px; }

  .profile .inside .img {
    width: 65px;
    margin-right: 15px; }

  .profile .inside .txt {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 13px;
    font-size: 0.9285714286rem; }

  .profile .inside .txt .title {
    font-weight: bold;
    font-size: 14px;
    font-size: 1rem; }

  main.next #article-detail .article-bottom > div:not(:last-of-type) {
    margin-bottom: 40px; }

  main.next .crp_related ul {
    margin: 0 0% 30px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

  main.next .crp_related ul li {
    width: 100%;
    margin: 0 0 0;
    padding: 15px 0;
    border-bottom: 1px dotted #e0e0e0; }

  main.next .crp_related ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

  main.next .crp_related ul li .crp_thumb {
    width: 100px;
    margin-right: 20px;
    height: 66.53px; }

  main.next .crp_related ul li .crp_date {
    display: none; }

  main.next .crp_related ul li .crp_thumb {
    margin-bottom: 5px; }

  main.next .crp_related ul li .crp_title {
    font-weight: bold; } }

/*# sourceMappingURL=next.css.map */
