/* https://www.ny-onlinestore.com/css/usr/features.css */
.pomalo_id_contents .templateWrap .fm_newyorker_contents-back-issue__wrapper {
  display: flex;
  justify-content: center;
  overflow: visible;
}
#contents .features h2,
.features h2 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 0;
	font-family: 'Libre Baskerville', serif;
	width: 100%;
	display: inline-block;
	color: #000;
	line-height: 2;
}
.toppage-features-header-sub {
		text-align: center;
		margin: 0 auto 50px;
    font-size: 11px;
    display: block;
    margin-top: 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.features {
	padding: 70px 0 30px;
}
.features ul {
    width: 1020px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.features ul li {
    width: 300px;
    margin: 0 60px 40px 0;
    border-radius: 10px;
    overflow: hidden;
}
.features ul li:nth-child(n+7) {
	display: none;
}
#truenavy-features.features ul li:nth-child(n+4),
#berkly-features.features ul li:nth-child(n+4){
	display: none;
}

.features ul li:nth-child(3n+0){
	margin-right: 0;
}
.features ul a {
    text-decoration: none;
		transition: 0.3s;
    opacity: 1;
}
.features ul .image {
    width: 300px;
    height: 300px;
    margin: 0 0 15px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
}
.features ul .image img {
    transition: transform 0.2s linear;
}
.features ul .name {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
}
.features ul .name br{
	display: none;
}
.pane-main .features{
	padding-bottom: 20px;
}
.features + .features{
	padding-top: 0;
}
.pane-main .features + .features{
	padding-top: 0;
}
.pane-main #contents .features h2 {
	padding: 0;
	margin: 0;
	font-size: 28px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.1em;
}
.pane-main #contents .toppage-features-header-sub{
	font-size: 10px;
    display: block;
    margin-top: 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pane-main .features ul{
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
    width: auto;
}
.pane-main .features h2 {
	line-height: 1;
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-family: 'Libre Baskerville', serif;
}
.pane-main .toppage-features-header-sub{
	margin: 0 auto 15px;
}
.pane-main .features ul li {
		width: calc(50vw - 20px);
    margin: 0 5px 40px;
    border-radius: 10px;
    overflow: hidden;
}
.pane-main .features ul li .name {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
}
.pane-main .features ul li .name br{
	display: none;
}
.pane-main .features ul .image{
	width: auto;
	height: auto;
}
.pane-main .features ul li img{
	width: 100%;
}

/* freemodule style */
.toppage-features-header-sub {
  margin-bottom: 20px !important;
}
.toppage-features-header-sub:empty {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .features ul        { margin: 0 10px; display: flex; flex-wrap: wrap; width: calc(100% - 20px) !important;}
  .features ul a      { text-decoration: none; transition: 0.3s; opacity: 1;}
  .features ul a:hover{ opacity: 0.7;}
  .features ul .item  { width: calc(50vw - 20px); margin: 0 5px 40px; border-radius: 10px; overflow: hidden;}
  .features ul .image { width: calc(50vw - 20px); height: calc(50vw - 20px); margin: 0 0 15px; border-radius: 10px; text-align: center; overflow: hidden;}
  .features ul .image img { width: 100%; transition: transform 0.3s linear;}
  .features ul a { text-decoration: none;}
  .features ul a:hover .image img { transform: scale(1.1);}
  .features ul .name  { font-size: 14px; font-weight: 700;}
  .features ul li:nth-child(3n+0) {
    margin-right: 0 !important;
  }
}

.fcms_cookie,.fcms_cookie p,.fcms_cookie div,.fcms_cookie a {
  margin: 0 !important;
  padding: 0px 0 !important;
  border: none !important
}

.fcms_cookie.hide {
  display: none !important
}

.fcms_cookie {
  position: fixed !important;
  z-index: 99999 !important;
  background-color: rgba(75,75,75,.85) !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important
}

.fcms_cookie .fcms_cookie_inner {
  display: flex;
  gap: 15px;
  margin: 15px !important;
  flex-direction: row !important
}

@media(max-width: 768px) {
  .fcms_cookie .fcms_cookie_inner {
      flex-direction:column !important
  }
}

.fcms_cookie .fcms_cookie_inner .fcms_cookie_left {
  flex: 2 !important
}

.fcms_cookie .fcms_cookie_inner .fcms_cookie_left p {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 16.8px !important
}

.fcms_cookie .fcms_cookie_inner .fcms_cookie_right {
  flex: 1 !important;
  gap: 15px;
  text-align: center !important;
  display: flex;
  flex-direction: row
}

.fcms_cookie .fcms_cookie_inner .fcms_cookie_right div {
  flex: 1 !important
}

.fcms_cookie .fcms_cookie_inner .fcms_cookie_right div a {
  border: 1px solid #fff !important;
  padding: 0 0 !important;
  color: #000 !important;
  background-color: #fff !important;
  font-size: 12px !important;
  line-height: 40px !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  display: block;
  font-weight: 700
}

.fcms_cookie .fcms_cookie_inner .fcms_cookie_right div:nth-child(2) a {
  color: #fff !important;
  background-color: rgba(0,0,0,0) !important;
  font-weight: 400
}

@media(max-width: 768px) {
  .fcms_cookie .fcms_cookie_inner .fcms_cookie_right div:nth-child(2) {
      order:-1
  }
}