@charset "utf-8";
/*!
 * Nissyoku - the jornal The Japan Food Journal
 * Copyright - THE JAPAN FOOD JOURNAL Co.,Ltd.
 * Author: TAROSKY https://tarosky.co.jp/
 /*---------------------------------------------
    Header sections stylesheets
---------------------------------------------*/
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ,
    Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.align-right {
  float: right;
}
.page-content {
  border-top: 2px solid #333;
}
.form-check {
  padding-left: 3px;
}
a:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.topbar {
  background: #f4f4f4 !important;
  color: #333;
  position: relative;
  display: -webkit-box;
  width: 100%;
  vertical-align: middle;
}
.header-section {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
}
.top-link {
  margin-bottom: 0px;
}
.logo-section {
  padding: 10px 0px 10px;
}
.logo-img {
  width: 100%;
}
.logo-img:hover {
  opacity: 0.5;
}
.logo-section p {
  text-align: center;
}
.site-bg-primary {
  background-color: #f4f4f4 !important;
  color: #666;
  padding: 0px;
  position: relative;
  display: block;
}
.tag-section {
  margin: 0.5rem 0rem;
}
.btn {
  font-size: 14px;
}
.btn-tag {
  padding: 2px 0.5rem;
  margin: 0.2rem 0.2rem;
  background: #fff;
  border: 1px solid #7f7f7f;
  box-shadow: 0 5px 10px #cfcfcf, 0 13px 30px rgb(247, 247, 248);
  border-radius: 0px;
  font-size: 14px;
}
.btn-tag:hover {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  opacity: 0.4;
  color: #000;
  box-shadow: none;
}
.btn-mypage {
  padding: 2px 0.2rem;
  margin: 0.2rem 0.2rem;
  background: #fff;
  border: 1.5px solid #fa9110;
  box-shadow: 0 5px 10px #cfcfcf, 0 13px 30px rgb(247, 247, 248);
  border-radius: 0px;
  font-size: 12px;
}
.btn-mypage:hover {
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  opacity: 0.4;
  color: #000;
  box-shadow: none;
}
.border-right {
  border-right: 1px solid #ccc;
}
.responsive {
  overflow-x: scroll;
  width: 100%;
  display: flex;
  height: 47px;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE */
}
.scrollbar-hide-contnainer {
  /* Automatically generated */
  height: 30px;
  overflow-y: hidden;
}
.responsive::-webkit-scrollbar {
  display: none; /* Chrome */
}
.responsive::-moz-scrollbar {
  display: none; // Firefox
}

/*sliding Menu*/
.responsive .slick-list.draggable {
  margin: 0 !important;
}
.responsive .menu-item {
  width: auto !important;
  min-height: auto;
  padding: 5px 10px;
  border-right: 1px solid #b3b3b380;
  font-size: 14px;
}
.responsive .menu-item.active {
  background: #3c3c3c;
  color: #fff;
}
.responsive .menu-item.active a {
  color: #fff;
}

.published-year .menu-item {
  width: auto !important;
  min-height: auto;
}
.published-year .menu-item a {
  border-right: 1px solid #b3b3b3;
  font-size: 14px;
}
.responsive .menu-item:hover {
  background: #3c3c3c;
  color: #ffffff;
}
.responsive .menu-item:hover a {
  color: #fff;
}
.second-nav {
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 0px;
}
/*---------------------------------------------
    Content sections stylesheets
---------------------------------------------*/
.btn:focus {
  outline: none;
  box-shadow: none;
}
.required label:after {
  content: ' *';
  color: red;
  font-size: 1.5rem;
  position: absolute;
  bottom: 30px;
  padding-left: 7px;
}
.form-control:focus {
  box-shadow: none !important;
}
.content-section {
  border-top: 1px solid #c3c3c3;
}
.img-full {
  width: 100%;
}
.content-left {
  border-right: 1px solid #ccc;
}
.ads-img {
  width: 100%;
}
.ads-img[src=''] {
  height: 0;
}
.ads-img:hover {
  width: 100%;
  opacity: 0.5;
  cursor: pointer;
}
/*Sliding Menus Stylesheets*/
.slick-prev {
  left: 0px !important;
}
.slick-prev,
.slick-next {
  background: #ccc !important;
  width: auto !important;
  height: 100% !important;
  right: 0px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background: transparent !important;
  opacity: 0 !important;
}
/*Top links  Navigation */
.top-link li.list-inline-item:last-child a {
  border-right: 0px solid #b3b3b3;
  min-height: auto;
}
.list-inline-item:not(:last-child) {
  margin: 0 !important;
}
.top-link a {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}
/*Secondary Navigation */
.secondary-nav {
  margin-bottom: 0px !important;
}
.secondary-nav li.list-inline-item:last-child a {
  border-right: 0px solid #b3b3b3;
  min-height: auto;
}
.list-inline-item:not(:last-child) {
  margin: 0 !important;
}
.secondary-nav a {
  font-size: 14px;
  padding: 0px 5px;
  border-right: 1px solid #d9d9d9;
}
.secondary-nav a:hover {
  opacity: 0.5;
}
.secondary-nav .dropdown-menu.show {
  display: block;
  border-radius: 0px;
  border-top: 0px;
  margin-top: 12px;
  left: -7em !important;
  z-index: 100000;
}
.secondary-nav .dropdown-menu.show a {
  padding: 0.2rem 0px;
}

/********************************
    Ads Top style
*************************************/
.ads-section {
  padding: 0.5rem 0px 0px;
}
.col-lg-4.topnews a {
  display: block;
  min-height: 100%;
  min-width: 100%;
}
.col-lg-4.topnews:nth-child(1) {
  border-right: 1px solid #ccc;
}
.col-lg-4.topnews:nth-child(1) a {
  border-bottom: 1px solid #ccc;
}
.col-lg-4.topnews:nth-child(2) {
  border-right: 1px solid #ccc;
}
.col-lg-4.topnews:nth-child(2) a {
  border-bottom: 1px solid #ccc;
}
.col-lg-4.topnews:nth-child(3) a {
  border-bottom: 1px solid #ccc;
}
.col-lg-4.topnews:nth-child(4) {
  border-right: 1px solid #ccc;
}
.col-lg-4.topnews:nth-child(4) a {
  border-bottom: 1px solid #ccc;
}
.col-lg-4.topnews:nth-child(5) {
  border-right: 1px solid #ccc;
}
.col-lg-4.topnews:nth-child(5) a {
  border-bottom: 1px solid #ccc;
}
.col-lg-4.topnews:nth-child(6) a {
  border-bottom: 1px solid #ccc;
}
.col-lg-4.topnews:nth-child(7) {
  border-right: 1px solid #ccc;
}
.col-lg-4.topnews:nth-child(8) {
  border-right: 1px solid #ccc;
}
.col-lg-4.topnews:nth-child(9) {
  border-bottom: 0px solid #ccc;
}
.topnews-ads-section {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 29px;
  column-gap: 29px;
  position: relative;
}

/*Advert-genki Grid*/
.advert-genki .col-lg-4.topnews:nth-child(1) {
  border-right: 1px solid #ccc;
}
.advert-genki .col-lg-4.topnews:nth-child(1) a {
  border-bottom: 1px solid #ccc;
}
.advert-genki .col-lg-4.topnews:nth-child(2) {
  border-right: 1px solid #ccc;
}
.advert-genki .col-lg-4.topnews:nth-child(2) a {
  border-bottom: 1px solid #ccc;
}
.advert-genki .col-lg-4.topnews:nth-child(3) a {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4.5rem;
}
.advert-genki .col-lg-4.topnews:nth-child(4) {
  border-right: 1px solid #ccc;
  padding-top: 10px;
}
.advert-genki .col-lg-4.topnews:nth-child(4) a {
  border-bottom: 0px solid #ccc;
  padding-top: 10px;
}
.advert-genki .col-lg-4.topnews:nth-child(5) {
  border-right: 1px solid #ccc;
}
.advert-genki .col-lg-4.topnews:nth-child(5) a {
  padding-top: 10px;
  border-bottom: 0px solid #ccc;
}
.advert-genki .col-lg-4.topnews:nth-child(6) a {
  border-bottom: 0px solid #ccc;
  padding-top: 10px;
}
.news-paper-grid:hover {
  opacity: 0.5;
}
.news-paper-grid img {
  display: block;
  margin: 0px auto;
}
.topnews-ads-section:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 33%;
  width: 1px;
  background: #e2e2e2;
}
.topnews-ads-section:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 67%;
  width: 1px;
  background: #e2e2e2;
}
.topnews-ads {
  border-top: none;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0 0;
}
.topnews-ads:first-child {
  padding-top: 0px;
}
.topnews-ads:last-child {
  border-top: none;
  border-bottom: 0px solid #e2e2e2;
  padding: 15px 0 0;
}
.news-post-grid:first-child {
  border-right: 1px solid #ccc;
}
.news-post-grid:nth-last-child(2) {
  border-left: 1px solid #ccc;
}
.topnews-ads-container {
  width: 100%;
  display: block;
}
.topnews-ads-container:hover {
  opacity: 0.5;
}
.topnews-ads-content-group {
  position: relative;
  padding-bottom: 20px;
}
.topnews-ads-content-group .post_title {
  padding: 20px 0 0px;
}
/********************************
    Ads Top style
*************************************/
.topnews-section {
  padding: 1rem 0px;
  position: relative;
}

.topnews-section .column-news-posts {
  border-right: 1px solid #ccc;
}
.topnews-section .column-news-posts:last-child {
  border-right: 0px;
}
.column-news-posts .topnews:hover {
  opacity: 0.5;
}
.column-news-posts .topnews {
  border-top: none;
  border-bottom: 1px solid #e2e2e2;
  padding: 15px 0px 0px !important;
}
.column-news-posts .topnews:first-child {
  padding: 0px 0px 0px !important;
}
.column-news-posts .topnews:last-child {
  border-bottom: 0px solid;
}
.filter-label {
  font-weight: bold;
  font-size: 14px;
}
.form-filter-area {
  border-bottom: 1px solid #ccc;
}
.filter-input {
  border-radius: 0px !important;
  padding: 0px 6px 0;
  height: calc(1.65rem + 5px);
  background-color: #f4f4f4;
  font-size: 12px;
}
.center-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.1rem 0.5rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000000;
  background-color: #fff;
  border: 1px solid #666666;
  box-shadow: 0 4px 20px #93939370, 0 0px 20px rgb(247, 247, 248);
}
.center-pagination .page-item:first-child .page-link,
.page-item:last-child .page-link {
  position: relative;
  display: block;
  border: none !important;
}
.center-pagination .page-item {
  padding: 0px 10px;
}
.topnews-container,
.news-container {
  width: 100%;
  display: block;
}
.topnews-content-group {
  line-height: 1.6;
  position: relative;
}

span.date-time {
  color: #666;
  font-size: 12px;
}
.topnews-container p,
.news-container p {
  line-height: 1.6;
  font-size: 14px;
  padding: 1rem 0;
}
.post_title {
  font-size: 18px;
  line-height: 1.6;
  -webkit-letter-spacing: 0.1px;
  -moz-letter-spacing: 0.1px;
  -ms-letter-spacing: 0.1px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  transition: color 0.6s ease;
  color: #121212;
  font-weight: 700;
}
.post_title i {
  font-size: 22px;
  color: #5d5d5d;
  padding-left: 10px;
}
i.post-locker {
  font-size: 16px;
  color: #5d5d5d;
  padding-left: 5px;
}
.ads-bottom.justify-content-center .col-lg-4.col-sm-12 {
  margin-bottom: 1em;
}
.ads-bottom .col-md-4:nth-child(1) {
  padding: 0px;
}
.ads-bottom .col-md-4:nth-child(3) {
  padding: 0px;
}
.ads-bottom .col-md-4:nth-child(4) {
  padding: 0px;
}
.ads-bottom .col-md-4 {
  padding-bottom: 1rem;
}
.content-block {
  display: block;
  width: 100%;
}
.right-side-img {
  width: 150px;
}
.top-link {
  display: inline-table;
  vertical-align: middle;
  padding: 0px 0;
}
.top-link li {
  padding: 0px 0.5rem;
  border: none !important;
}
.top-link li > a {
  padding: 0px 0.5rem;
  border: none;
}
.top-link li:hover {
  background: #fff !important;
  color: #000 !important;
}
.top-link li:hover a {
  color: #000 !important;
}

.middle-link li {
  text-align: center;
}
.middle-link li > a {
  font-size: 14px;
  padding: 0px 0.5rem;
  border-right: 1px solid #ccc;
}
.middle-link li > a:hover {
  opacity: 0.5;
}
.middle-link li.list-inline-item:last-child a {
  border-right: 0px solid #ccc;
}
.border-radius-0 {
  border-radius: 0px !important;
}
.wrap-img {
  padding: 20px 10px 0px;
  width: 180px;
}
.border-wrap-img {
  padding: 10px 0;
  margin: 15px;
  width: 120px;
  object-fit: contain;
  height: 100px;
  border: 1px solid #ccc;
}
.mainheader-menu-right .right-link {
  text-align: right;
}
.right-link li > a {
  font-size: 14px;
  border-right: 1px solid #ccc;
  padding: 0px 0.5rem;
}
.right-link li > a:hover {
  opacity: 0.5;
}
.right-link li:last-child > a {
  padding: 0px 0rem;
}
.right-link li.list-inline-item:last-child > a {
  border-right: 0px solid #ccc;
}
.widget-card {
  padding-bottom: 10px;
}
.btn-browse-more-btn {
  color: #666 !important;
  padding: 5px 3rem;
  margin: 0.3rem 0.5rem;
  background: #fff;
  border: 1px solid #7f7f7f;
  border-radius: 0px;
  font-size: 14px;
}
.btn-browse-more-btn:hover {
  background: #000;
  color: #fff !important;
  font-weight: normal;
  border: 1px solid #000;
}
.single-post .heading-section {
  margin-bottom: 0px;
}
.heading-section {
  border-top: 2px solid #000;
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 1rem;
  display: inline-block;
  width: 100%;
}
.heading-section h1 {
  font-size: 14px;
  margin: 0;
  padding: 10px 0;
  line-height: inherit;
  font-weight: 500;
}
.heading-section h2 {
  font-size: 14px;
  margin: 0;
  padding: 10px 0;
  line-height: inherit;
  font-weight: 500;
}
.heading-section h1 > span {
  font-weight: 400;
  font-size: 14px;
}
.heading-section h2 > span {
  font-weight: 400;
  font-size: 14px;
}
.heading-section > span {
  display: block;
  padding: 12px 0 0;
  font-size: 12px;
}
.media:hover {
  opacity: 0.5;
}
.regular .slick-prev:hover,
.regular .slick-next:hover {
  background: #3c3c3c !important;
  color: #fff !important;
  border-color: #3c3c3c !important;
  width: 20px !important;
}
.responsive .slick-prev,
.responsive .slick-next:hover {
  background: #3c3c3c !important;
  color: #fff !important;
  border-color: #3c3c3c !important;
  width: 20px !important;
}
.grid-post:hover {
  opacity: 0.5 !important;
}

.heading-section a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.single-post .content-group a {
  color: #007bff;
}
.single-post .content-group a:hover {
  text-decoration: underline;
}
.grid-post img {
  border-radius: 0px;
}
.grid-post:first-child {
  padding-left: 0px;
  border-right: 1px solid #ccc;
}
.grid-post:last-child {
  padding-right: 0px;
  border-left: 1px solid #ccc;
}

.media-horizontal-post {
  margin: 0px 0px 20px;
  padding: 0px 0px 20px;
  border-bottom: 1px solid #ccc;
}
.media-horizontal-post:last-child {
  border-bottom: 0px;
}

.media-horizontal-post h5 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.media-horizontal-post p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #555;
}
article,
.grid-post .post_desc {
  font-size: 14px;
  color: #333;
  padding-top: 10px;
}
article:hover,
.grid-post:hover .post_desc:hover {
  opacity: 0.5;
}
.pickup-title {
  font-size: 14px;
  color: #333;
  padding-top: 10px;
  font-weight: bold;
}
.small-news-thumb .media img {
  width: 120px;
  object-fit: contain;
  max-height: 120px;
  font-family: 'object-fit: contain;'; /* for IE */
}
.small-news-thumb .media {
  margin: 0px 0px 10px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #ccc;
}
.small-news-thumb .media {
  margin: 0px 0px 10px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #ccc;
}
.small-news-thumb a:last-child .media {
  border-bottom: 0px;
}
.small-news-thumb h5 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  padding: 10px 0px 0 0px;
  -webkit-font-smoothing: antialiased;
  color: #444;
}
.small-news-thumb p {
  color: #333;
  font-size: 14px;
}
.column-footer-inline {
  margin-bottom: 0px;
}
.column-footer-inline li.list-inline-item {
  padding: 0px 1rem;
}
.column-footer-inline li.list-inline-item a {
  font-size: 14px;
  font-weight: 500;
}
.content-listing-block {
  display: table-cell;
  padding: 0 !important;
  vertical-align: middle;
}
.table-display span.ranking-number {
  display: table-cell;
  color: #ccc;
  width: 40px;
  padding-right: 6px;
  font-size: 30px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

/*Side horizontal listing*/
.side-horizontal-post {
  margin: 0px 0px 10px;
  padding: 0px 0px 10px;
}
.side-horizontal-post .media {
  margin: 0px 0px 10px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #ccc;
}
.side-horizontal-post a:last-child .media {
  border-bottom: 0px;
  padding-bottom: 0;
  margin-bottom: 0px;
}
.popular-listing {
  margin-bottom: 0;
}
.popular-listing a > li.media {
  margin: 0px 0px 10px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #ccc;
}
.popular-listing a:last-child li.media {
  border-bottom: 0px;
  margin: 0px;
  padding: 0px;
}
.popular-listing .side-horizontal-post {
  margin-bottom: 0;
  padding-bottom: 0;
}
.book-news-thumb p {
  font-size: 14px;
  margin-bottom: 5px !important;
}
.book-news-thumb img {
  width: 30%;
  margin: 0px 20px 0px 0px;
}
.book-news-thumb a > li {
  margin: 0px 0px 10px;
  padding: 0px 0px 10px;
  border-bottom: 1px solid #ccc;
}
.book-news-thumb a:last-child li {
  border-bottom: 0px;
}

.side-horizontal-post h5 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  color: #444;
}
.side-horizontal-post > li.media:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.media-horizontal-post img {
  width: 100%;
}
.regular .slick-prev,
.slick-next {
  background: #ccc;
  width: 20px !important;
  height: 100% !important;
  right: 0px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.regular .slick-track {
  width: max-content !important;
}
.regular.slider {
  width: 100%;
}
.regular .slick-slide {
  margin: 0px 20px;
}

.regular .slick-slide img {
  width: 60%;
  margin: 0 auto;
}
.box-shadow-none {
  box-shadow: none !important;
}

.regular .slick-prev:before,
.regular .slick-next:before {
  color: white;
}

.regular .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}

.regular .slick-active {
  opacity: 1;
}

.regular .slick-current {
  opacity: 1;
}
p {
  margin-top: 0;
  margin-bottom: 0rem !important;
  color: #333;
  line-height: 1.6;
  font-size: 14px;
}
.category-title {
  font-size: 14px;
  font-weight: normal;
  float: right;
  margin-bottom: 10px;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
}
.page-item .page-link:hover {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
}
/*---------------------------------------------
    Footer sections stylesheets
---------------------------------------------*/
.widget-list li a:hover {
  text-decoration: underline;
}
.widget .card-header {
  background: #f4f4f4;
  border-bottom: 1.5px solid #e5e5e5 !important;
  padding: 20px 15px;
}
.widget .card-header a {
  width: 100%;
  display: block;
}
.widget .card-header a:after {
  content: '\e64b';
  font-family: 'themify';
  speak: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1.6;
  position: absolute;
  right: 40px;
  top: 18px;
  transition: transform 0.25s ease-in-out;
}
.widget .card-header a:hover,
.widget .card-header a:focus {
  text-decoration: none;
}
.widget .card-header a[aria-expanded='true']:after {
  content: '\e648';
  font-family: 'themify';
  speak: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1.6;
}

/*Mobile Menu styles */
.widget .card-header-mobile {
  background: #fff;
  padding: 0px;
  margin: 0;
}
.widget .card-header-mobile a {
  width: 100%;
  display: block;
}
.widget .card-header-mobile a:after {
  content: '\e64b';
  font-family: 'themify';
  speak: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1.6;
  position: absolute;
  right: 5px;
  top: 15px;
  transition: transform 0.25s ease-in-out;
}
.widget .card-header-mobile a:hover,
.widget .card-header-mobile a:focus {
  text-decoration: none;
}
.widget .card-header-mobile a[aria-expanded='true']:after {
  content: '\e648';
  font-family: 'themify';
  speak: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  text-transform: none;
  line-height: 1.6;
}

.widget .card-block {
  padding: 0 1.3rem;
}
.widget .card-block .widget-list li {
  margin-bottom: 4px;
}
.footer-row {
  background: #f4f4f4;
  color: #fff !important;
  padding: 4rem 0;
  border-top: 2px solid #c3c3c3;
}
.copyright {
  background: #f4f4f4;
  padding: 3rem 0 0rem;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
.copyright p {
  color: #666666;
}
.categories-widget:first-child {
  border-left: 0px !important;
}
.categories-widget {
  border-left: 1px solid #c3c3c3;
}
.categories-widget-link {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 29px;
  column-gap: 29px;
  position: relative;
  padding-inline-start: 5px;
}
.categories-widget-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 45%;
  width: 1px;
  background: #636363;
}
.categories-list {
  color: #fff;
  padding-left: 0px;
  margin-top: 0.5rem;
}
.mobile-menu .categories-list a {
  width: 100%;
  position: relative;
  display: block;
}
.categories-list p {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 10px;
  -webkit-font-smoothing: antialiased;
  color: #868585;
}
.categories-list label {
  font-size: 14px;
  font-weight: 400;
  margin: 0px 0px 10px;
  -webkit-font-smoothing: antialiased;
}
.footer-list-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  border-bottom: none;
}
.cat-item {
  list-style: none;
  line-height: 1.5em;
}
.cat-item:hover {
  opacity: 0.5;
}
.cat-item a {
  color: #666666 !important;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
.scroll-top {
  position: fixed;
  bottom: 25px;
  display: none;
  right: 20px;
  display: inline-block;
  background: rgb(255, 255, 255);
  border: 1px solid #7f7f7f;
  box-shadow: 0 5px 10px #cfcfcf, 0 13px 30px rgb(247, 247, 248);
  border-radius: 0px;
}
.border-none {
  border: none !important;
}

.badge-custom {
  margin-right: 10px;
  border-radius: 0px;
  background: #ebebeb !important;
  color: #000 !important;
  font-weight: 400;
  padding: 3px 10px;
  margin: 0px 5px 5px 0;
}
a.badge-custom:hover {
  background: #3c3c3c !important;
  color: #fff !important;
}
.amazon-btn {
  width: 190px;
}
.amazon-btn a {
  display: block;
  padding: 10px 10px 10px 45px;
  color: #000;
}
.buy-button a {
  background-color: #fff;
  height: 40px;
}
.bg-az {
  padding: 10px 1rem;
  margin: 1rem 0.5rem;
  padding: 2px 0.5rem;
  margin: 0.2rem 0.2rem;
  background: #fff;
  border: 1px solid #7f7f7f;
  box-shadow: 0 5px 10px #cfcfcf, 0 13px 30px rgb(247, 247, 248);
  border-radius: 0px;
  font-size: 16px;
}
/*single post Option button Stylesheet */
.btn-single-option {
  padding: 10px 1rem;
  margin: 1rem 0px;
}
.breadcrumb {
  font-size: 12px;
}
.breadcrumb a {
  font-size: 12px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.mypage-banner a:hover {
  opacity: 0.5;
}
/*End of single post*/
.amazon-btn:hover {
  opacity: 0.5;
}
i.icon-printer {
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
}
i.icon-printer:hover {
  opacity: 0.5;
  cursor: pointer;
  color: #000;
}
.book-grid:hover {
  opacity: 0.5;
}
.paper-viewer-btn {
  border-radius: 3px;
  background: #fff;
  color: #7f7f7f;
  border: 1px solid #7f7f7f;
  height: 20px;
  padding: 0px 10px !important;
  margin: 2px 3px 0;
  font-size: 12px !important;
  line-height: 1.6 !important;
}
.single-post .float-left.col-md-7 {
  padding: 0rem 15px 1rem 0px;
}
.advert-genki .topnews article {
  padding-top: 0px !important;
}
.single-post p {
  margin-top: 0;
  margin-bottom: 1.5rem !important;
  color: #333;
  line-height: 1.6;
  font-size: 16px;
  padding: 0px 0px 0px 0px;
}
.single-post p.img-desc {
  font-size: 14px;
  line-height: 1.6;
  font-style: normal;
  margin: 5px 0;
  padding: 0;
}
.single-post h2.heading-post-title {
  font-size: 25px;
}
.single-post .content-group {
  padding: 0px 0 40px;
}
.single-post .content-group::after {
  content: '';
  display: block;
  clear: both;
}
.subscription-staff:first-child {
  padding: 40px 0;
  border-top: 1px solid #ccc;
}
.subscription-staff:last-child {
  padding: 40px 0;
  border-bottom: 0px solid #ccc;
}
.subscription-staff h2 {
  font-size: 20px;
}
.subscription-staff {
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
}
.border-strong-top {
  border-top: 1px solid #000;
}
.btn-secondar-top-btn:hover {
  color: #fff !important;
  background-color: #ffffff !important;
  border-color: #7f7f7f !important;
  box-shadow: 0 5px 10px #cfcfcf, 0 13px 30px rgb(247, 247, 248) !important;
}
.electronic-newspaper h2.heading-post-title {
  text-align: center;
  position: relative;
  font-size: 1.2em;
  font-weight: bold;
}
.electronic-newspaper-search .search-filter-tab {
  padding-top: 16px;
  padding-bottom: 16px;
}
.electronic-newspaper-search h2.heading-post-title {
  text-align: center;
  position: relative;
  font-size: 1em;
  font-weight: 400;
  margin: 0px 0px 1rem;
}
.electronic-newspaper-search .heading-section {
  border-bottom: 0px solid #ccc;
  margin: 0px;
}
.electronic-newspaper .heading-section {
  border-bottom: 0px solid #ccc;
  margin: 0px;
}
.published-year {
  margin: 0px 0px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.published-year .slick-next {
  background: transparent !important;
  width: auto !important;
  height: 100% !important;
  right: 0px !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  z-index: 1;
}
.published-year .slick-prev {
  background: transparent !important;
  width: 0px !important;
  height: 100% !important;
  right: 0px !important;
  padding-right: 0px !important;
  padding-left: 15px !important;
  z-index: 1;
}
.responsive .menu-item.slick-slide:last-child {
  border-right: none;
}
.published-year .menu-item a.active {
  color: #000;
}
.published-year .menu-item a:hover {
  color: #000;
}
.published-year .menu-item a {
  border-right: 1px solid #ccc;
  font-size: 14px;
  padding: 0px 5px;
  color: #ccc;
}
.btn.btn-month {
  background-color: #fff;
}
.btn.btn-month:hover {
  background-color: #3c3c3c !important;
  border-color: #3c3c3c !important;
  box-shadow: none;
  color: #fff !important;
}
.btn.btn-month:hover {
}
.month-section {
  margin: 10px 0 10px;
}
.list-group .sidebar {
  border-radius: 0px;
}
.sidebar .list-group-item {
  border-top: 1px solid #ccc;
  border-right: 0px solid #ccc;
  border-left: 0px solid #ccc;
  padding-left: 0px;
  background: #f4f4f4;
  padding: 15px 20px;
  border-radius: 0px;
}
.sidebar .list-group-item:hover {
  background: #3c3c3c;
  color: #fff;
}
.sidebar .list-group-item:first-child {
  border-top: 0px solid #ccc;
}
.alert-message {
  color: red;
  font-size: 14px;
}
.search-box-btn {
  padding: 10px 1rem;
  margin: 1rem 0.5rem;
  background: #fff;
  border: 1px solid #7f7f7f;
  box-shadow: 0 5px 10px #cfcfcf, 0 13px 30px rgb(247, 247, 248);
  border-radius: 0px;
  font-size: 14px;
}
.search-box-btn.active {
  padding: 10px 1rem;
  margin: 1rem 0.5rem;
  background: #ccc;
  box-shadow: 0 5px 10px #cfcfcf, 0 13px 30px rgb(247, 247, 248);
  border: 1px solid #000;
}
.search-box-field-label {
  padding: 5px 0px 5px;
}
.search-box .search-form {
  width: 182px;
}
.search-box .form-control::placeholder {
  color: #ccc;
}
.search-box .input-group-text:hover {
  background: #000;
  color: #fff;
  border-color: #000;
  cursor: pointer;
}
.btn-social-icon {
  width: 32px;
  height: 32px;
}
.btn-social-icon a {
  color: #fff;
}
.btn-social-icon:hover {
  background: #3c3c3c;
  border-color: #000;
}
.btn-social-icon:first-child {
  margin-left: 5px;
}
.btn-group.btn-sns > .tw-share-button iframe {
  margin-left: 3px;
  margin-top: 2px;
}
.btn-month {
  padding: 2px 0.5rem;
  margin: 0.3rem 0.5rem;
  background: #fff;
  border: 1px solid #7f7f7f;
  box-shadow: 0 5px 10px #cfcfcf, 0 13px 30px rgb(247, 247, 248);
  border-radius: 0px;
  font-size: 14px;
}
.scroll-top i {
  display: inline-block;
  color: #000;
  font-weight: 100;
}
ul.multi-column-dropdown {
  list-style-type: none;
  list-style: none;
  padding-left: 10px;
}
/* rows */
div.dropdown-multicol {
  width: 20em;
}
div.dropdown-row > a.dropdown-item {
  display: inline-block;
  width: 32%;
}

/* Columns */
div.dropdown-multicol2 {
  width: 30em;
}
div.dropdown-multicol2 > div.dropdown-col {
  display: inline-block;
  width: 32%;
}
/*---------------------------------------------
          Mobile Menu Stylesheets
----------------------------------------------*/
.mobile-menu {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background: transparent;
  overflow: hidden;
  /*transition: all 0.5s ease-out, background 1s ease-out;
  transition-delay: 0.2s;*/
  overflow-x: hidden;
  z-index: 1;
}
.mobile-menu .burger-container {
  position: relative;
  display: inline-block;
  height: 45px;
  width: 60px;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-menu .burger-container span {
  position: relative;
  border: 0;
  top: 28px;
  left: 10px;
}
.mobile-menu.menu-opened .burger-container span {
  display: none;
}
.mobile-menu .burger-container #burger {
  width: 25px;
  height: 10px;
  position: relative;
  display: block;
  margin: -5px auto 0;
  top: 50%;
}
.mobile-menu .burger-container #burger .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: #000;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}
.mobile-menu .burger-container #burger .bar.topBar {
  transform: translateY(0px) rotate(0deg);
}
.mobile-menu .burger-container #burger .bar.middleBar {
  transform: translateY(6px) rotate(0deg);
}
.mobile-menu .burger-container #burger .bar.btmBar {
  transform: translateY(12px) rotate(0deg);
}
.mobile-menu .icon-login {
  right: 20px;
  width: 35px;
  top: 15px;
  height: 35px;
  display: block;
  position: absolute;
  line-height: 32px;
  border: 1px solid #b4b4b4;
  text-align: center;
  color: #eb0010;
  font-size: 22px;
  transform: translateX(-50%);
}
.mobile-menu .before-login {
  right: 0px;
  font-size: 25px;
  top: 10px;
  cursor: pointer;
  display: block;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}
.mobile-menu .before-login .btn {
  font-size: 12px;
  padding: 0;
}
.mypage-header .mobile-menu .before-login {
  right: 0px;
  top: 18px;
  display: block;
  position: absolute;
  text-align: center;
  color: #eb0010;
  font-size: 12px;
  transform: translateX(-50%);
}
.mypage-header .mobile-menu .before-login.before-login-img {
  right: 0px;
  top: 10px;
  display: block;
  position: absolute;
  text-align: center;
  color: #eb0010;
}
.mypage-header .mobile-menu .before-login .btn {
  font-size: 22px;
  padding: 0;
}
.mypage-header .mobile-menu .before-login .btn-img {
  padding: 0;
}
.mobile-menu .icon.icon-bag {
  right: 0;
  top: 0;
  left: auto;
  transform: translateX(0px);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.65s;
}
.mobile-menu ul.menu {
  position: relative;
  padding: 0px 0px 0;
  list-style: none;
  background: #f4f4f4;
  border-right: 0px;
  border-bottom: 1.5px solid #e5e5e5;
}
.mobile-menu li.menu-item.col-12 {
  padding-top: 1px;
  border-bottom: 1.5px solid #e5e5e5;
  border-top: 1.5px solid #e5e5e5;
}
.mobile-menu ul.menu li.menu-item.col-6 {
  border-bottom: 1.5px solid #e5e5e5;
  margin-top: 0px;
  border-right: 1.5px solid #e5e5e5;
}
.mobile-menu ul.menu li.menu-item.col-6:nth-last-child(1) {
  border-bottom: none !important;
}
.mobile-menu ul.menu li.menu-item.col-6:last-child() {
  border-bottom: none !important;
}
.mobile-menu ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #000;
  font-weight: 100;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0;
  width: 100%;
}
.mobile-menu ul.secondary-menu {
  position: relative;
  padding: 0px 0px 0;
  list-style: none;
  background: #ffffff;
  border-right: 0px;
}
.mobile-menu ul.secondary-menu li.menu-item.col-6 {
  border-bottom: 1.5px solid #e5e5e5;
  margin-top: 0px;
  border-right: 1.5px solid #e5e5e5;
}
.mobile-menu ul.secondary-menu li.menu-item.col-6:nth-last-child(2) {
  border-bottom: none !important;
}
.mobile-menu ul.secondary-menu li.menu-item.col-6:nth-last-child(1) {
  border-bottom: none !important;
}
.mobile-menu ul.secondary-menu li.menu-item.col-6:last-child() {
  border-bottom: none !important;
}

.mobile-menu ul.secondary-menu li.menu-item a {
  display: block;
  position: relative;
  color: #000;
  font-weight: 100;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  padding: 15px 0px;
  width: 100%;
}
.mobile-menu.menu-opened {
  height: 100%;
  background-color: #fff;
  position: fixed;
  overflow-y: scroll;
  z-index: 10;
}
.mobile-menu.menu-opened .burger-container {
  transform: rotate(90deg);
  top: 8px;
}
.mobile-menu.menu-opened .burger-container #burger .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.mobile-menu.menu-opened .burger-container #burger .bar.middleBar {
  display: none;
}
.mobile-menu.menu-opened .burger-container #burger .bar.topBar {
  transform: translateY(4px) rotate(45deg);
}
.mobile-menu.menu-opened .burger-container #burger .bar.btmBar {
  transform: translateY(3px) rotate(-45deg);
}
.mobile-menu.menu-opened ul.menu li.menu-item {
  opacity: 1;
}
.mobile-menu.menu-opened .icon.icon-bag {
  transform: translateX(75px);
  transition-delay: 0.3s;
}
.content {
  padding: 67px 4% 0;
  text-align: justify;
  overflow: scroll;
  max-height: 100%;
}
.content::-webkit-scrollbar {
  display: none;
}
.content h2 {
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.content img {
  width: 95%;
  position: relative;
  display: block;
  margin: 75px auto 75px;
}
.nav-options {
  background: #f1f1f1;
  padding: 10px 0px;
  text-align: center;
}
.content img:nth-of-type(2) {
  margin: 75px auto;
}
.subscribe-link {
  border-top: 1px solid #ccc;
  padding: 15px 0px;
  text-align: center;
}

.search-xs-box {
  padding: 0px 0px 1rem;
}
.search-xs-box .input-group-text {
  background: #fff;
  border: 2px solid #ccc;
  border-left: 1px solid #ccc;
}
.search-xs-box .form-control {
  border: 2px solid #ccc;
  border-right: 1px solid #ccc;
}
.mobile-menu ul.multi-column-dropdown li > a {
  padding: 5px 0px !important;
}
.mobile-menu .cat-item {
  list-style: none;
  line-height: 1.5em;
  padding: 10px 1rem;
  cursor: pointer;
}
.mobile-menu .tag-section {
  margin: 0.5rem 0rem;
  padding: 0rem 0.5rem;
}
.mobile-menu .btn-tag {
  margin: 0.3rem 0.2rem;
  background: #fff;
  border: 1px solid #7f7f7f;
  box-shadow: 0 5px 10px #cfcfcf, 0 13px 30px rgb(247, 247, 248);
  border-radius: 0px;
  font-size: 14px;
  padding: 10px 10px;
}
.link-tag a {
  margin-right: 10px;
  border-radius: 15px;
  background: #ebebeb !important;
  color: #000 !important;
  font-weight: 400;
  padding: 5px 10px;
  margin: 0px 5px 5px 0;
}
.column-footer-inline .badge-custom {
  margin-right: 10px;
  border-radius: 0px;
  background: #ebebeb !important;
  color: #000 !important;
  font-weight: 400;
  padding: 10px 15px;
  margin: 0px 10px 10px 10px;
}
.column-footer-inline .badge-custom:hover {
  margin-right: 10px;
  border-radius: 0px;
  background: #fff !important;
  color: #000 !important;
  font-weight: 400;
  padding: 10px 15px;
  margin: 0px 10px 0px 10px;
}
.newspaper-search-box .label-text {
  font-size: 14px;
  margin-left: 10px;
}
.newspaper-search-box {
  padding: 0;
  border-top: 0px;
  margin-bottom: 1rem;
}
.newspaper-results-found-txt {
  font-size: 12px;
  color: #000;
  text-align: center;
}
.newspaper-search-box .tab-content {
  border: 1px solid #e5e5e5;
}
.help-block.with-errors li {
  color: red;
}
.nav-tabs .nav-link {
  background: #fafafa;
  border: 1px solid #ccc;
}
.nav-tabs .nav-link {
  background: #fafafa;
  border-bottom: 0px solid #ccc;
  padding: 0.5rem 0.5rem;
  text-align: center;
  font-size: 12px;
  border-radius: 0px;
}
.nav-tabs .nav-link.active {
  background: #ccc;
  color: #fff;
}
/*Mypage Stylesheets*/
.listings-news a:hover .post-list {
  opacity: 0.5;
}
.post-list {
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
  line-height: 1.6;
}
a:last-child.post-list {
  border: 0px;
}
.post-list span.notice-date {
  font: 14px;
  margin-right: 1rem;
}
.post-list p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.menu-opened .my-page-tag-section {
  position: absolute;
  top: 18px;
  right: 4.9em;
}
.agreement-box {
  width: 100%;
  padding: 30px;
  border: 1px solid #e5e5e5;
  height: 300px;
  overflow: scroll;
}
.sw-btn-group-extra {
  display: none;
}
.sw-btn-prev {
  margin-right: 5px;
  border-radius: 0px;
  padding: 0.5rem 2.2em;
}
.sw-btn-next {
  background: #333;
  border-radius: 0px;
  padding: 0.5rem 2.2em;
}

/*---------------------------------------------
    Guide Page stylesheets
---------------------------------------------*/
.heading-post-title {
  font-size: 2em;
  line-height: 3rem;
  margin-bottom: 1rem;
}
ul {
  padding-left: 15px;
}
ol {
  padding-left: 15px;
}
.float-left.col-md-6 {
  padding-left: 0px;
}
.float-right.col-md-6 {
  padding-right: 0px;
}
p {
  margin-top: 0;
  margin-bottom: 0rem !important;
  color: #333;
  line-height: 1.6;
  font-size: 14px;
  padding-bottom: 12px;
}
.required:before {
  content: '※' !important;
  font-size: 1.2em;
  padding-right: 5px;
  color: red;
  margin: 0px 0px 0px 5px;
}
h3 {
  font-size: 1.5em;
  border-left: 5px solid #ccc;
  padding: 0px 15px;
  margin: 1rem 0px;
  color: #000;
}
h4 {
  font-size: 1.5em;
  border-bottom: 1px solid #ccc;
  padding: 0px 0em 1rem;
  margin: 0px 0px 1rem;
  color: #000;
}
h5 {
  font-size: 1.5em;
  padding: 1rem 0em 1rem;
  margin: 0px 0px 0rem;
  color: #000;
}
.table-bordered {
  border-color: #e3e3e3 !important;
  margin-bottom: 3rem;
}
.thead-dark-grey th {
  background: #999999 !important;
  font-weight: bold;
  border-bottom: none;
  color: #fff;
}
.two-col th:nth-child(1) {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
}
.thead-grey th {
  background: #f4f4f4 !important;
  font-weight: bold;
  border-bottom: none;
}
tr > th {
  background: #f4f4f4;
}
#accordion-sidebar .card {
  border: none !important;
  border-radius: 0rem;
  padding-bottom: 5px;
}
#accordion-sidebar .card-header a {
  font-weight: bold;
}
#accordion-sidebar .card-header a:after {
  content: '\f0d7'; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 15px;
}
#accordion-sidebar .card-header a[aria-expanded='true']:after {
  content: '\f0d8'; /* fa-chevron-up */
}
#accordion-sidebar .card-header {
  background: #f4f4f4 !important;
  border: none !important;
}
#accordion-sidebar .card-body {
  padding: 1rem 0px 0px;
}
#accordion-sidebar .collapse ul {
  padding-left: 0px;
  list-style: none;
}
#accordion-sidebar .collapsing ul > li {
  padding: 1rem 0.5em;
  vertical-align: middle;
  display: table;
  line-height: 15px;
}
#accordion-sidebar .collapse ul > li {
  padding: 1rem 0.5em;
  vertical-align: middle;
  display: table;
  line-height: 15px;
}
#accordion-sidebar ul {
  padding-left: 0px;
}
#accordion-sidebar ul span {
  font-size: 12px;
  color: #4e4e4e;
}

/* トップページにあるピックアップのサムネイル画像の Object Fit */
@media (min-width: 576px) {
  .page-template img.card-img-top {
    object-fit: contain;
    max-height: 160px;
    font-family: 'object-fit: contain;'; /* for IE */
  }
}

/* 退会ページ */
/* これらのスタイルは DB のコンテンツ（固定ページ /sp/remove）に依存するので注意してください */

.page-sp-remove {
  width: 100%;
}

.page-sp-remove > * {
  margin: 1rem;
}

.page-sp-remove > ul {
  margin-left: 2rem;
}

#nlmg-resign-form {
  width: 100%;
  margin: 1rem;
}

#nlmg-resign-form p.submit {
  width: 100%;
  display: flex;
  justify-content: center;
}

#nlmg-resign-form .button-nlmg {
  color: #3c3b3b;
  padding: 2px 0.5rem;
  margin: 0.2rem 0.2rem;
  background: #fff;
  border: 1px solid #7f7f7f;
  box-shadow: 0 5px 10px #cfcfcf, 0 13px 30px rgb(247, 247, 248);
  border-radius: 0px;
  font-size: 14px;
  width: 100%;
  max-width: 390px;
  height: 50px;
}

#nlmg-resign-form .button-nlmg:hover {
  transition-duration: 0.4s;
  opacity: 0.4;
  color: #000;
  box-shadow: none;
}

/* 専門家コラム */
.writer-content-block {
  border: 1px solid #ddd;
  padding: 1.5em 1.5em;
}
.writer-content-block h3 {
  margin: 0 0 1em;
  border-left: 0px;
  padding: 0;
}
.writer-content-block p.writer-name {
  margin-bottom: 0.5em !important;
  font-size: 1.2em;
}
.writer-content-block p.writer-description {
  margin-bottom: 0px !important;
  font-size: 1em;
}
.writer-content-block ul {
  margin-bottom: 0;
}
