@charset "UTF-8";
/* =================================================================
	top
================================================================= */

/* top_visual */
@media print, screen and (min-width: 769px) {

 /* --------------------- */
 /* ナビ調整 */

 #container #nwfa_top .nav_position{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
 }

 /* --------------------- */
  #container #nwfa_top #top_visual_wrap {
    position: relative;
    line-height: 0;
    width: 100%;
    min-width: 960px;
    height: 800px;
    background: #000;
  }
  #container #top_visual {
    line-height: 0;
    min-width: 960px;
    background: url("../img/common/bg_pattern01.jpg") repeat;
    /*background-size: contain;*/
			background-size: 300px auto;
			background-position: center 0;
			background-color: #000000;
			
  }
  #container #top_visual .slick-arrow {
    position: absolute;
    display: block;
    box-sizing: border-box;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: none;
    background: none;
    text-indent: -9999px;
    border-left: solid 3px #FFF;
    border-bottom: solid 3px #FFF;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
  }
  #container #top_visual:hover .slick-arrow {
    opacity: 1;
  }
  #container #top_visual .slick-prev {
    left: 20px;
    transform: rotate(45deg);
  }
  #container #top_visual .slick-next {
    right: 20px;
    transform: rotate(-135deg);
  }
	
  #container #top_visual .slick-list {
    width: 1600px;
    /*margin: 0 auto;*/
			position: relative;
			left: 50%;
			transform: translateX(-50%);
  }
	
  #container #top_visual .visual_item img {
    display: block;
    /*width: 100%;*/
    width: 1600px;
    height: auto;
  }
  #container #top_visual .slick-arrow {
    position: absolute;
    display: block;
    box-sizing: border-box;
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border: none;
    background: none;
    text-indent: -9999px;
    border-left: solid 3px #FFF;
    border-bottom: solid 3px #FFF;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.5s;
  }
  #container #top_visual:hover .slick-arrow {
    opacity: 1;
  }
  #container #top_visual .slick-prev {
    left: 20px;
    transform: rotate(45deg);
  }
  #container #top_visual .slick-next {
    right: 20px;
    transform: rotate(-135deg);
  }
	/*
  #container #top_visual .visual_item img {
    display: block;
    width: 100%;
    height: auto;
  }
	*/
}


@media screen and (min-width: 1400px) {
  #container #top_visual {
    /*height: 600px;*/
   height: 800px;
    overflow: hidden;
  }
  #container #top_visual .slick-prev {
    left: 50%;
    margin-left: -680px;
    transform: rotate(45deg);
  }
  #container #top_visual .slick-next {
    right: 50%;
    margin-right: -680px;
    transform: rotate(-135deg);
  }
	/*
  #container #top_visual .slick-list {
    width: 1600px;
    margin: 0 auto;
  }
	*/
  #container #top_visual .visual_item {
    width: 1600px;
    margin: 0 auto;
  }
  #container #top_visual .visual_item img {
    width: 1600px;
  }
}


@media screen and (max-width: 768px) {
  #container #nwfa_top #top_visual_wrap {
    position: relative;
    width: 100%;
    /*height: calc(110.40vw - 5px);*/
  }
  #container #top_visual {
    line-height: 0;
    background: #000;
  }
  #container #top_visual .slick-arrow {
    display: none !important;
  }
  #container #top_visual .visual_item {
    width: 100%;
  }
  #container #top_visual .visual_item img {
    display: block;
    width: 100%;
    height: auto;
  }
}


/* cart_btn */



@media screen and (min-width: 1400px) {
  /*カート画像サイズ*/
  #container #nwfa_top .cart_btn img {
   width: 162px;
   height:auto;
  }
}

@media print, screen and (max-width: 1399px) {
  /*カート画像サイズ*/
  #container #nwfa_top .cart_btn img {
    width: 140px;
    height: 140px;
  }
}


@media screen and (min-width: 769px) {

  /*カートボタン位置*/
  #container #nwfa_top #top_visual_wrap .cart_btn {
			/*
			position: absolute;
			transform: none;
			right: calc(50% - 640px);
			bottom: 30px;
			z-index: 2;
			*/
			
			position: absolute;
			/*transform: none;*/
			/*right: 30px;*/
			left: calc(100vw - 200px);
			bottom: 100px;
			z-index: 5;
			
  }
	
/*
  #container #nwfa_top #top_visual_wrap .cart_btn.is-fix {
			position: fixed;
			bottom: 150px;
  }
*/
	

	
  /*PC版　ロールオーバー*/
  #container #nwfa_top #top_visual_wrap .cart_btn:hover {
    transition: opacity 0.5s;
    opacity: .8;
  }
}

@media print, screen and (min-width: 960px) {
  #container #nwfa_top #top_visual_wrap .cart_btn.is-fix {

			
  }
}



@media screen and (max-width: 768px) {
  #container #nwfa_top .cart_btn img {
    width: 20vw;
    height: 20vw;
  }
  /*カートボタン位置*/
  #container #nwfa_top #top_visual_wrap .cart_btn {
   /*
			position: fixed;
    right: 2vw;
    bottom: 25vw;
    z-index: 99;
   */
   
			position: absolute;
    right: 2vw;
    bottom: 25vw;
    z-index: 99;
  }
	
	/*
  #container #nwfa_top #top_visual_wrap .cart_btn.is-fix {
			position: fixed;
			bottom: 40vw;
  }
	*/
	
}



/* top_lead */

@media print, screen and (min-width: 769px) {

	#container .top_lead .top_content {
		height: 700px;
		background: url("../img/top/top_lead_image.jpg") no-repeat center;
		background-size: auto;
		background-size: cover;
    position: relative;
    overflow-y: hidden;
	}


	#container .top_lead .top_lead-heading {
		width: 378px;
		position: absolute;
		top: 150px;
		left: 50%;
		transform: translateX(-690px);
	}

	
	#container .top_lead .top_lead-notes {
		width: 641px;
		position: absolute;
		top: 300px;
		left: 50%;
		transform: translateX(-690px);
	}

}


@media screen and (max-width: 768px) {
  #container .top_lead .top_content {
			width: 100%;
			min-height: 160vw;
			padding-top: 13vw;
			padding-bottom: 13vw;
			box-sizing: border-box;
			background-image: url("../img/top/top_lead_image-sp.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
			position: relative;
			overflow-y: hidden;
  }
	
  #container .top_lead .top_lead-heading {
    /*
    width: 86.26vw;
    padding-left: 3.73vw;
    */
    width: 100%;
    padding: 0;
    
    /*margin-bottom: 9vw;*/
    position: relative;
  }
	
	
  #container .top_lead .top_lead-notes {
    /*
    padding: 0 3.73vw;
    margin-top: 3em;
    font-size: 3.4vw;
    line-height: 2.2;
    font-family: 'Noto Serif Japanese', serif;
    color: #000000;
    */
    padding: 0;
    margin-top: 3em;
  }
}


/* top_kama */
@keyframes top_enbu_image-frame {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#container .top_enbu a .top_enbu-frame .top_enbu_image-frame0 {
  background-image: url("../img/top/top_enbu_image_frame0.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#container .top_enbu a .top_enbu-frame .top_enbu_image-frame1 {
  background-image: url("../img/top/top_enbu_image_frame1.png");
	background-repeat: no-repeat;
	background-position: 0 0;
  animation: top_enbu_image-frame 4.2s infinite ease-in-out;
}
#container .top_enbu a .top_enbu-frame .top_enbu_image-frame2 {
  background-image: url("../img/top/top_enbu_image_frame2.png");
	background-repeat: no-repeat;
	background-position: 0 0;
  animation: top_enbu_image-frame 4.2s 1.4s infinite ease-in-out;
}
#container .top_enbu a .top_enbu-frame .top_enbu_image-frame3 {
  background-image: url("../img/top/top_enbu_image_frame3.png");
	background-repeat: no-repeat;
	background-position: 0 0;
  animation: top_enbu_image-frame 4.2s 2.8s infinite ease-in-out;
}


@media print, screen and (min-width: 769px) {
  #container .top_kama .top_content {
    /*display: flex;*/
			display: block;
  }

  #container .top_kama .top_enbu,
  #container .top_kama .top_kamado {
    /*width: 50%;*/
    width: 100%;
    background: #000;
    transition: .2s background;
  }

  #container .top_kama .top_enbu a,
  #container .top_kama .top_kamado a {
    display: block;
  }

  #container .top_kama .top_enbu:hover,
  #container .top_kama .top_kamado:hover {
    background: #999;
  }

  #container .top_kama .top_enbu a {
    background: url("../img/top/top_enbu_image_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
  }
	
  #container .top_kama .top_kamado a {
    background: url("../img/top/top_kamado_image_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
  }

  #container .top_kama .top_enbu a .top_enbu-image {
    z-index: 1;
    position: relative;
			max-width: 1600px;
			height: 800px;
			margin: 0 auto;
  }

	#container .top_kama .top_enbu a .top_enbu-frame {
			width: 700px;
			height: 700px;
			position: absolute;
			top: 60px;
			left: 30px;
			transform: translateX(-50%);
			right: 0;
			margin: 0 auto;
			z-index: 2;
			/*background-color: rgba(249,221,28,0.47);*/
		/*display: none;*/
  
	}
	
  #container .top_kama .top_enbu a .top_enbu-image img.img-fluid{
    display: block;
    position: relative;
			left: 50%;
			transform: translateX(-50%);
			width: 1600px;
			max-width: none;
			height: 800px;
  }
	
  #container .top_kama .top_enbu a .top_enbu-frame [class*="top_enbu_image-frame"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
			background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
	
  #container .top_kama .top_enbu .top_enbu_btn {
    width: 250px;
    height: auto;
    line-height: 0;
    position: absolute;
    top: 670px;
    left: 50%;
    transform: translateX(196px);
    transition: .2s background;
    z-index: 3;
  }
	
  #container .top_kama .top_enbu a:hover .top_enbu_btn {
			background: rgba(255, 255, 255, .5);
  }
	
	#container .top_kama .top_kamado a{
		position: relative;
		display: block;
	}
	
  #container .top_kama .top_kamado a .top_kamado-image {
    z-index: 1;
    position: relative;
			max-width: 1600px;
			height: 600px;
			margin: 0 auto;
  }
	
  #container .top_kama .top_kamado a .top_kamado-image img.img-fluid {
    display: block;
    position: relative;
			left: 50%;
			transform: translateX(-50%);
			width: 1600px;
			max-width: none;
			height: 600px;
  }
	
  #container .top_kama .top_kamado .top_kamado_btn {
    width: 250px;
    height: auto;
    line-height: 0;
    position: absolute;
    top: 426px;
    left: 50%;
    transform: translateX(-466px);
    transition: .2s background;
    z-index: 3;
  }
	
  #container .top_kama .top_kamado a:hover .top_kamado_btn {
			background: rgba(255, 255, 255, .5);
  }
	
}


@media screen and (max-width: 768px) {
  #container .top_kama .top_enbu,
  #container .top_kama .top_kamado {
    background: #000;
  }

  #container .top_kama .top_enbu a,
  #container .top_kama .top_kamado a {
    display: block;
			position: relative;
  }
  #container .top_kama .top_enbu a {
    background: url("../img/top/top_enbu_image_bg-sp.jpg") no-repeat;
    background-size: cover;
			background-position: center;
  }

  #container .top_kama .top_enbu a .top_enbu-image {
    z-index: 1;
    position: relative;
  }

  #container .top_kama .top_enbu a .top_enbu-frame {
			/*
    width: 100%;
    height: 100%;
			*/
			width: 88%;
			padding-top: 88%;
    position: absolute;
    top: 32%;
    left: -2%;
    right: 0;
    margin: 0 auto;
			z-index: 2;
			/*display: none;*/
			
  }
  #container .top_kama .top_enbu a .top_enbu-frame [class*="top_enbu_image-frame"] {
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
	
	#container .top_kama .top_enbu .top_enbu_btn {
		width: 66%;
		height: auto;
		line-height: 0;
		position: absolute;
		bottom: 13vw;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}
	
	#container .top_kama .top_kamado a{
		position: relative;
		display: block;
	}
	
	#container .top_kama .top_kamado a .top_kamado-image {
		z-index: 1;
		position: relative;
	}
	
	#container .top_kama .top_kamado .top_kamado_btn {
		width: 66%;
		height: auto;
		line-height: 0;
		position: absolute;
		bottom: 13vw;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}
	
}


/* top_wagaya */
@media print, screen and (min-width: 769px) {
  #container .top_wagaya {
    height: 600px;
			/*
    background: url("../img/top/top_wagaya_bg.jpg") no-repeat center;
    background-size: cover;
			*/
  }
  #container .top_wagaya a {
    display: block;
    height: 600px;
    position: relative;
			overflow: hidden;
  }
	
  #container .top_wagaya a::before{
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			background: url("../img/top/top_wagaya_bg.jpg") no-repeat center;
			background-size: cover;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 0;
			/*transition: transform .2s;*/
			transition: transform .4s ease-out;
  }
	
  #container .top_wagaya a:hover::before{
			transform-origin: center;
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
  }
	
  #container .top_wagaya .top_wagaya-heading {
    width: 335px;
    position: absolute;
    top: 100px;
    left: 50%;
			transform: translateX(-650px);
  }
  #container .top_wagaya .top_wagaya_btn {
    width: 250px;
    line-height: 0;
    position: absolute;
    top: 445px;
    left: 50%;
    transform: translateX(-650px);
    transition: .2s background;
  }
  #container .top_wagaya a:hover .top_wagaya_btn {
    /*background: rgba(255, 255, 255, .5);*/
			background: rgba(0, 0, 0, .2);
  }
}


@media screen and (max-width: 768px) {
	#container .top_wagaya {
		background: url("../img/top/top_wagaya_bg-sp.jpg") no-repeat center;
		background-size: cover;
		background-position: center;
	}
	
	#container .top_wagaya .top_content {
		padding: 0 0;
	}
	
	#container .top_wagaya a {
		display: block;
		height: 160vw;
		position: relative;
	}
	
	#container .top_wagaya .top_wagaya-heading {
		/*width: 73.6vw;*/
    width: 100%;
		position: absolute;
		top: 16vw;
		left: 0;
		margin: 0 auto;
	}
	#container .top_wagaya .top_wagaya_btn {
		width: 66%;
		height: auto;
		line-height: 0;
		position: absolute;
		bottom: 13vw;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}
}



/* top_takiwake */
@media print, screen and (min-width: 769px) {
  #container .top_takiwake {
    height: 600px;
			/*
    background: url("../img/top/top_takiwake_bg.jpg") no-repeat center;
    background-size: cover;
			*/
  }
	
  #container .top_takiwake a {
    display: block;
    height: 600px;
    position: relative;
			overflow: hidden;
  }
	
  #container .top_takiwake a::before{
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			background: url("../img/top/top_takiwake_bg.jpg") no-repeat center;
			background-size: cover;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 0;
			/*transition: transform .2s;*/
			transition: transform .4s ease-out;
  }
	
  #container .top_takiwake a:hover::before{
			transform-origin: center;
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
  }
	
  #container .top_takiwake .top_takiwake-heading {
    width: 505px;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-650px);
  }
  #container .top_takiwake .top_takiwake_btn {
    width: 250px;
    line-height: 0;
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translateX(-650px);
    transition: .2s background;
  }
  #container .top_takiwake a:hover .top_takiwake_btn {
    background: rgba(0, 0, 0, .5);
			background: rgba(0, 0, 0, .2);
  }
}


@media screen and (max-width: 768px) {
  #container .top_takiwake {
    background: url("../img/top/top_takiwake_bg-sp.jpg") no-repeat center;
    background-size: cover;
  }
	
		#container .top_takiwake .top_content {
			padding: 0 0;
		}
	
  #container .top_takiwake a {
				display: block;
				height: 160vw;
				position: relative;
  }
	
  #container .top_takiwake .top_takiwake-heading {
				/*width: 83vw;*/
    width: 100%;
				position: absolute;
				top: 16vw;
				left: 0;
				margin: 0 auto;
  }
  #container .top_takiwake .top_takiwake_btn {
				width: 66%;
				height: auto;
				line-height: 0;
				position: absolute;
				bottom: 13vw;
				left: 50%;
				transform: translateX(-50%);
				z-index: 2;
  }
}


/* top_feature */
@media print, screen and (min-width: 769px) {
  #container .top_feature .top_content {
    display: flex;
    flex-wrap: wrap;
    background: #ccc;
  }
  #container .top_feature .top_feature01,
  #container .top_feature .top_feature02,
  #container .top_feature .top_feature03,
  #container .top_feature .top_feature04,
  #container .top_feature .top_feature05,
  #container .top_feature .top_feature06{
    width: 50%;
  }
	/*
  #container .top_feature .top_feature01 {
    background: url("../img/top/top_feature01_bg.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature02 {
    background: url("../img/top/top_feature02_bg.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature03 {
    background: url("../img/top/top_feature03_bg.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature04 {
    background: url("../img/top/top_feature04_bg.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature05 {
    background: url("../img/top/top_feature05_bg.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature06 {
    background: url("../img/top/top_feature06_bg.jpg") no-repeat center;
    background-size: cover;
  }
	*/
  #container .top_feature a {
    display: block;
    height: 500px;
    position: relative;
			overflow: hidden;
  }
	
  #container .top_feature a::before{
			content: "";
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 0;
			/*transition: transform .2s;*/
			transition: transform .4s ease-out;
  }
	
  #container .top_feature .top_feature01 a::before {
    background: url("../img/top/top_feature01_bg.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature02 a::before {
    background: url("../img/top/top_feature02_bg.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature03 a::before {
    background: url("../img/top/top_feature03_bg.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature04 a::before {
    background: url("../img/top/top_feature04_bg.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature05 a::before {
    background: url("../img/top/top_feature05_bg.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature06 a::before {
    background: url("../img/top/top_feature06_bg.jpg") no-repeat center;
    background-size: cover;
  }
	
  #container .top_feature a:hover::before{
			transform-origin: center;
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
			transform: scale(1.1);
  }
	
  #container .top_feature .top_feature-heading {
    width: 470px;
    position: absolute;
    top: 44px;
    left: 55px;
    /*right: 0;*/
    margin: auto;
  }
  #container .top_feature .top_feature_btn {
    width: 220px;
    position: absolute;
    bottom: 20px;
    /*left: 0;*/
    right: 20px;
    margin: auto;
    transition: .2s background;
			background: rgba(0, 0, 0, 1);
  }
  #container .top_feature a:hover .top_feature_btn {
    background: rgba(0, 0, 0, .4);
			/*background-color: aqua;*/
  }
}


@media screen and (max-width: 768px) {
  #container .top_feature .top_feature01,
  #container .top_feature .top_feature02,
  #container .top_feature .top_feature03,
  #container .top_feature .top_feature04,
  #container .top_feature .top_feature05,
  #container .top_feature .top_feature06{
    height: 100vw;
  }
  #container .top_feature .top_feature01 {
    background: url("../img/top/top_feature01_bg-sp.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature02 {
    background: url("../img/top/top_feature02_bg-sp.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature03 {
    background: url("../img/top/top_feature03_bg-sp.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature04 {
    background: url("../img/top/top_feature04_bg-sp.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature05 {
    background: url("../img/top/top_feature05_bg-sp.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature .top_feature06 {
    background: url("../img/top/top_feature06_bg-sp.jpg") no-repeat center;
    background-size: cover;
  }
  #container .top_feature a {
    display: block;
    height: 100vw;
    position: relative;
  }
  #container .top_feature .top_feature-heading {
    width: 100%;
			/*
    max-width: 440px;
			*/
    position: absolute;
    top: 6.6vw;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #container .top_feature .top_feature-heading img {
    width: 100%;
  }
	#container .top_feature .top_feature_btn {
		width: 53.4vw;
		position: absolute;
		bottom: 5.4vw;
		right: 4vw;
		margin: auto;
		background-color: #000000;
	}
}


/* nwfa_info */
.nwfa_info {
  background: url(../img/common/bg_washi_gray_fa.jpg) repeat;
  background-size: contain;
}

.nwfa_info .content_inner {
  padding: 75px 0 50px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.nwfa_info .nwfa_info-thumb {
  width: 347px;
  margin: 0 auto 30px;
}

.nwfa_info .nwfa_info_menu {
  display: flex;
  justify-content: center;
}

.nwfa_info .nwfa_info_menu > li {
  margin: 0 10px;
}

.nwfa_info .nwfa_info_menu > li a {
  display: block;
  border: 1px solid #333333;
  transition: .2s background;
}

.nwfa_info .nwfa_info_menu>li a:hover {
  background: rgba(255, 255, 255, .8);
}


@media screen and (max-width: 768px) {
  .nwfa_info .content_inner {
    padding: 32px 0 30px;
    max-width: 500px;
    width: 100%;
  }

  .nwfa_info .nwfa_info-thumb {
    max-width: 300px;
    padding: 0 20px;
    margin: 0 auto 28px;
    box-sizing: border-box;
  }

  .nwfa_info .nwfa_info_menu {
    display: flex;
    justify-content: center;
    flex-flow: column;
  }

  .nwfa_info .nwfa_info_menu > li {
    width: calc(50% - 40px);
    max-width: 198px;
    margin: 10px auto;
  }
}