@charset "utf-8";

.header_msg a {
  display: none;
}
.freepage-contents .anchor_{
	margin: 40px 5px;
}
.freepage-contents .anchor_ ul{
	display: grid;
	gap: 20px 0;
}
.freepage-contents .anchor_.col3 ul{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.freepage-contents .anchor_.col4 ul{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.freepage-contents .anchor_.col3 ul li:nth-child(3n) a,
.freepage-contents .anchor_.col4 ul li:nth-child(4n) a,
.freepage-contents .anchor_ ul li:last-child a{
	border-right: 1px solid #CC0000;
}
.freepage-contents .anchor_ ul li a{
	text-align: center;
	display: flex;
	justify-content: start;
	align-items: center;
	font-size: 14px;
	font-weight: 500;
	margin: 0 auto;
	height: 80px;
	border-left: 1px solid #CC0000;
	box-sizing: border-box;
  padding-inline: 20px;
	text-decoration: none;
}
.freepage-contents .anchor_.col3 ul li a{
  padding-inline: 10px;
}
.freepage-contents .anchor_ ul li a span{
	margin: 0 auto;
	width: max-content;
	padding-right: 24px;
	background: url('/img/usr/freepage/narita/store/pc/anchor.png') right center no-repeat;
}
.freepage-contents .anchor_ ul li a:hover{
	opacity: 0.8;
}
.freepage-contents .section_{
	margin-bottom: 50px;
}
.freepage-contents .section_ > *:last-child{
	margin-bottom: 0;
}
.freepage-contents .hdg-lv2{
	background: #EEEEEE;
	border-left: 5px solid #CC0000;
	border-bottom: 1px solid #E0E0E0;
	box-sizing: border-box;
	color: #333333;
	display: flex;
	align-items: center;
	margin: 0 0 30px 0;
}
.freepage-contents .hdg-lv2 *{
  color: inherit;
}
.freepage-contents .hdg-lv2-txt{
  border: none;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
  padding: 11px 10px 10px 15px;
  margin: unset;
}
.freepage-contents .hdg-lv2-txt span {
  display: inline;
  vertical-align: bottom;
  font-size: 16px;
  padding-left: 5px;
}
.freepage-contents .hdg-lv2-label {
  flex-shrink: 0;
  padding-block: 3px;
  padding-right: 3px;
  width: 75px;
}
.freepage-contents h3 {
  border-left: 4px #D6080C solid;
	color: #333333;
  line-height: 130%;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.freepage-contents h4{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: calc(26 / 18);
	margin: 0 0 10px 0;
	box-sizing: border-box;
}
.freepage-contents .store-detail {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 30px;
}
.freepage-contents .store-detail img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.freepage-contents .store-detail-main {
  background-color: #EEEEEE;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 16px;
  padding: 20px 15px 17px;
}
.freepage-contents .store-detail-visual {
}
.freepage-contents .store-detail-btm {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.freepage-contents .store-detail-btm > *:last-child {
  margin-bottom: 0;
}
.freepage-contents .note-list {
  color: #333;
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.freepage-contents .note-list * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.freepage-contents .store-product {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  line-height: calc(20 / 14);
  margin-bottom: 30px;
}
.freepage-contents .store-product-group {
}
.freepage-contents .store-product-group:not(:last-child) {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 16px;
}
.freepage-contents .store-product dt {
  font-size: 14px;
  font-weight: bold;
  line-height: inherit;
  margin-bottom: 5px;
}
.freepage-contents .store-product dd {
  font-size: 14px;
  line-height: inherit;
}
.freepage-contents .store-product dd:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .freepage-contents .anchor_{
    margin: 30px 16px 51px;
  }
  .freepage-contents .anchor_ ul{
    border-top: 1px solid #CC0000;
    grid-template-columns: repeat(1, minmax(0, 1fr))!important;
    gap: 0 0;
  }
  .freepage-contents .anchor_ ul li a{
    border-bottom: 1px solid #CC0000;
    border-right: none!important;
    border-left: none!important;
    align-items: start;
    text-align: left;
    padding: 15px 9px 15px 17px;
    height: auto;
  }
  .freepage-contents .hidden-sp{
    display: none;
  }
  .freepage-contents .anchor_ ul li .hidden-sp{
    display: none;
  }
  .freepage-contents .anchor_ ul li a span{
    width: 100%;
    padding: 0 0 0 0;
    background: url('/img/usr/freepage/narita/store/sp/anchor.png') right center no-repeat;
    background-size: 20px 20px;
    font-size: 14px;
  }
  .freepage-contents .section_{
    padding-inline: 16px;
    margin-bottom: 30px;
  }
  .freepage-contents .hdg-lv2{
    margin-inline: -16px;
  }
  .freepage-contents .hdg-lv2-txt{
    flex-direction: column;
    align-items: start;
    padding: 11px 8px 10px 10px;
    margin: unset;
  }
  .freepage-contents .hdg-lv2-txt span {
    padding-left: unset;
  }
  .freepage-contents .hdg-lv2-label {
    padding-block: 2px;
    padding-right: 10px;
    width: 71px;
  }
  .freepage-contents .hdg-lv2 .sm{
    font-size: 14px;
  }
  .freepage-contents h3 {
    margin: 0 0 16px;
    font-size: 16px;
  }
  .freepage-contents .store-detail {
    row-gap: 10px;
  }
  .freepage-contents .store-detail-main {
    row-gap: 10px;
    padding: 20px 13px 22px;
  }
  .freepage-contents .store-detail-btm {
    align-items: start;
  }
}