﻿@charset "UTF-8";

body {
  font-family: sans-serif;
  color:#444;
  margin: 0;
  animation: fadeIn 1.6s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1;}
}

html {
  scroll-behavior: smooth;
}

/* Header Site Name */
.site img {
  border: none;
  width: auto;
  max-width: 300px;
  min-width: 200px;
  height: auto;
}
/* header styles */
#global-nav {
float:right;
}
#global-nav ul {
  list-style: none;
  right: 0;
  bottom: 0;
  font-size: 16px;
}
#global-nav ul li {
  float: left;
  position: relative;
  padding-top: 5px;
  margin-top: -4%;
}
#global-nav ul li a {
  color:#fff;
  padding: 0 12px;
  text-decoration:none;
}
/* Header Fixed */
.fixed {
  position: fixed;
  background-color:#111;
  top:0;
  width: 100%;
  height: auto;
  border-bottom: 0 solid #fff;
  z-index: 10000;
}
.fixed img { width:auto; max-width:235px; height:auto;
}
/* Navi Hover */
#global-nav ul li:after {
  text-decoration: none;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: -10px;
  transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
  background: #f5f5f5;
  bottom: -3px;
}
#slideMenu{
   display:none;
}
/* Front feature img */
.top {
  position: relative;
  width: 100%;
  min-width: 360px;
  height: auto;
  max-height: 550px;
  margin: 0;
  overflow:hidden;
  border-bottom: solid 0 #444;
}
.catch {
  position: absolute;
  top: 26%;
  bottom: -8%;
  left: 3%;
  right: 3%;
}
.top img {
  width: 100%;
  min-width: 640px;

  height: auto;
  border: 0; 
  vertical-align: bottom;
}
/* Catchy Copy */
.catch h1 {
  font-size: 3.2em;
  color: #f5f5f5;
  margin: 0;
  padding: 0;
  text-shadow: 1px 2px 5px #000;
}
.catch span{
  font-size: 2.6em;
  color: #f5f5f5;
  padding: 0;
  text-shadow: 1px 2px 1px #000;
}
.catch a:link, .catch a:visited {
  color: #fff;
  text-decoration: underline;
}
.catch a:hover{
  color: #335F86;
}
/* Text styles */
h1,
h2,
h3,
h4,
h5 {
  line-height: 118%;
  color: #47494b;
}
h1{
  font-size: 3.0em;
  padding: 6% 2% 0 2%;
}
h2 {
  font-size: 2.2em;
  padding: 7% 3% 0 3%;
}
h3 {
  font-size: 1.8em;
  padding: 5% 3% 0 2%;
  margin-bottom: 5px;
}
h4 {
  font-size: 1.3em;
  font-weight: normal;
  margin: 5px 0;
  padding: 0 0 5px 3px;
  border-left: 0px solid #be002e;
}
h5 {
  font-size: 1.3em;
  margin: 10px 0 0 0;
  padding: 0 0 0 10px;
  border-left: 7px solid #be002e;
}
p {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 155%;
  padding: 0 3%;
}
p img {
  width: 100%;
  height: auto;
}
span img{
  width: 100%;
  height: auto;
  padding: 0 0;
}
video {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: url('images/test-image4.jpg') no-repeat;
  background-size: cover;
  z-index: -1;
}
/* Scroll Fade-in */
.fade-block {
  opacity: 0.1;
  transition: all 0.6s;
  margin-top: 3.5em;
}
.fade-block.blockIn {
  opacity: 1.0;
}
.fade-block.blockIn {
  margin-top:0;
}
.HeadLip {
  font-size: 1.4em;
  font-weight: bold;
  color: #59666C;
  padding: 0 3%;
}

.col-1 {
  text-align:center;
}

.col-1 video {
  max-width:100%;
}

.cp {
  font-size: 15px;
  line-height: 16px;
}
.clear {clear: both;
}
ul {
  list-style-type: disc;
  font-size:1.2em;
  margin: 0 1% 3% -3%;
}
iframe {
  border: none;
}
hr {
  height: 1px;
  border: none;
  border-top: 1px #ccc solid;
  margin: 15px 0;
}
.anchor{ padding-top:0;
  margin-top:0;
}

.btn {
    font-size:16px;
    background-color: #333;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    display: inline-block;
    font-weight: 400;
    text-align: center;
    padding: 0.8rem 1rem;
    transition: .3s;
    min-width: 200px;
	margin: 0 0 1% 1%;
}
.btn:link, .btn:visited {
    color: #fff;
	text-decoration: none;
}

.btn:hover {
    opacity: .7;
}

details { margin: 1% 0 2% 3%;
  font-size: 1.2em;
}
summary {
  font-size: 1.1em;
  font-weight: bold;
  cursor: pointer;
}
details[open] {
  background: #dee9fe;
}

/* # Photo Gallery # */
#stage {
	position: relative;
	max-width: 640px;
	margin: 0 auto;
}
#thumbs {
	margin:0 0 5% 1%;
	text-align:center;
}
#thumbs label img {
	width:23.3%;
	cursor: pointer;
}
#r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8 {
	display: none;
}
.photo {
	position: absolute;
	left: 0;
	top: 0;
}
.photo img {
	width:100%;
	opacity: 0;
	transition: opacity 1s ease;
}
#r1:checked ~ #photo1 img, #r2:checked ~ #photo2 img, #r3:checked ~ #photo3 img, #r4:checked ~ #photo4 img, #r5:checked ~ #photo5 img, #r6:checked ~ #photo6 img, #r7:checked ~ #photo7 img, #r8:checked ~ #photo8 img {
	opacity: 1;
}
.photo span { display:none; text-align:center;}
#photo1 span { display:block; }
#r1:checked ~ .photo span,#r2:checked ~ .photo span,#r3:checked ~ .photo span,#r4:checked ~ .photo span,#r5:checked ~ .photo span,#r6:checked ~ .photo span,#r7:checked ~ .photo span,#r8:checked ~ .photo span

 { display:none; }
#r1:checked ~ #photo1 span { display:block; }
#r2:checked ~ #photo2 span { display:block; }
#r3:checked ~ #photo3 span { display:block; }
#r4:checked ~ #photo4 span { display:block; }
#r5:checked ~ #photo5 span { display:block; }
#r6:checked ~ #photo6 span { display:block; }
#r7:checked ~ #photo7 span { display:block; }
#r8:checked ~ #photo8 span { display:block; }
/* # Photo Gallery End # */

#map_google{
  position: relative;
  padding: 0 0 56%;
  height: 0;
  overflow: hidden;
}
#map_google iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.doga {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.doga iframe {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* Update Info */
.news {
  padding: 15px;
  border: solid 1px #ccc;
}
.news h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  color: #666;
}
.news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.news li a {
  display: block;
  padding: 5px;
  border-bottom: dotted 1px #ddd;
  color: #000;
  font-size: 14px;
  text-decoration: none
}
.news li a:hover {background-color: #eee;
}
.news time {color: #888;font-weight: bold;
}
.news a:after {
  content: "";
  display: block;
  clear: both;
}
.news time {
  float: left;
  width: 60px;
}
.news .text {
  float: none;
  width: auto;
  margin-left: 60px;
}

.blockLayout2_1, .blockLayout2_2 {
   width: 49%;
   display:inline-block;
}
.blockLayout2_1 img, .blockLayout2_2 img {
   width: 100%;
   height:auto;
}

.info-sub img, .sidebox1 img, .sidebox2 img {
   width:100%;
   height:auto;
}
.lead {
  margin-bottom: 10px;
}
.lead p { 
  margin: 0;
  padding: 0 0 15px 0;
  line-height:145%;
}
.lead img {
  float:left;
  width:auto;
  max-width: 300px;
  height: auto;
  padding: 0 10px 10px 0;
}
.fmartbox {
  border-top: 1px solid #ccc;
  margin-bottom: 5px;
  width: 100%;
  height: auto;
  clear: left;
}
.fmartbox img {
  float: left;
  width: auto;
  max-width: 160px;
  max-height: 160px;
  overflow:hidden;
  margin: 10px;
  font-size:13px;
  padding-bottom: 20px;
}
.fmartbox h4 {
  font: bold 22px 'Arial Narrow',sans-serif;
  padding: 10px 0 0 0;
  margin: 0;
}
.fmartbox p {
  font-size:16px;
  padding: 0 0 0 5px;
  margin:0 0 5px 0;
  line-height:130%;
}
.items-more {
  border-top:1px solid #ccc;
  clear:both;
  margin-left:-15px;
}

.slideShowcase {
	position:relative;
	margin-top: -20px;
	margin-bottom: -18px;
	width:100%;
	min-height:400px;
}
.slideShowcase img {
	position:absolute;
	opacity:0;
	transition:all 1.5s ease-in-out;
	height:100%;
	object-fit:contain;
}
.slideTmr {
display:none;
}

@media screen and (max-width: 899px) {
.site {
   text-align:center;
}
.site img {
  width: 225px;
  margin-left: 50px;
  height: auto;
}

/* Slide Menu */
#slideMenu {
  display: none;
}
#slideMenu-icon {
  cursor: pointer;
  display: inline-block;
  height: 40px;
  position: relative;
  width: 34px;
  float:right;
}
#slideMenu-icon span {
  background:  #f5f5f5;
  border-radius: 1px;
  display: block;
  height: 10%;
  left: -32%;
  margin: 0 0 0;
  position: absolute;
  top: 70%;
  transition: all 0.3s ease-in-out;
  width: 80%;
}
#slideMenu-icon span::before,
#slideMenu-icon span::after {
  -webkit-transform: rotate(0);
  background: #f5f5f5;
  border-radius: 1px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: 0 0 0 -50%;
  position: absolute;
  top: 55%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index:1000;
}
#slideMenu-icon span::before {
  margin-top: -38%;
}
#slideMenu-icon span::after {
  margin-top: 19%;
}
#slideMenu:checked ~ #slideMenu-icon span {
  background: rgba(51, 51, 51, 0);
}
#slideMenu:checked ~ #slideMenu-icon span::before,
#slideMenu:checked ~ #slideMenu-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}
#slideMenu:checked ~ #slideMenu-icon span::before {
          transform: rotate(-45deg);
}
#slideMenu:checked ~ #slideMenu-icon span::after {
          transform: rotate(45deg);
}
#slideMenu-content {
  display: block;
  overflow: auto;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  z-index: 40;
  width:auto;
  max-width: 90%;
  height: 100%;
  background: #111;
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-100%);
}
#slideMenu:checked ~ #slideMenu-content {
  transform: translateX(0);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
}
#slideMenu-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  width: 100%;
  height: 100%;
  background: #444;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
#slideMenu:checked ~ #slideMenu-close {
  display: block;
  opacity: 0.3;
}
#global-nav ul {
  list-style: none;
  margin: 60px 60px 0 0;
  position: static;
  right: 0;
  left: 0;
  bottom: 0;
}
#global-nav li {
  font-size: 1.2em;
  padding: 12px 0 12px 0;
  border-top: 1px dotted #f5f5f5;
}
#global-nav ul li {
  float: none;
  position: static;
}
#global-nav ul li:after {
  display: none;
}
#global-nav ul li a {
  width: 100%;
  display: block;
  padding: 5px;
  background-color: #111;
  color: #f5f5f5;
}
#global-nav ul li a:hover {
  text-decoration:underline;
}
/* Sub Menu */
.submenu{
  margin: -20px 0 20px -10px;
  padding: 0 0 20px 0;
}
.submenu ul li{ 
  display: inline-block;
  float: left;
  font-size: 17px;
  margin: 0 5px 0 10px;
  padding: 0px 15px 0 0;
}
.catch span{
  padding: 5px;
  font-size: 1.1em;
}
.catch h1 {
  padding: 0 5px;
  font-size: 1.8em;
}
.header-inner {
  margin: 0 auto;
  min-width: 300px;
}
h1{
  font-size: 2.4em;
  padding: 40px 4px 5px 4px;
}
.conbox1, .conbox2{
  width: 100%;
  height:auto;
  padding-right: 5px;
  margin-bottom: 12px;
}
.conbox1 img, .conbox2 img {
 width: 100%;
 height: auto;
}
.info-sub h5{
 margin: 15px 5px 0 15px;
}

.slideShowcase {
	position:relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width:100%;
	min-height:400px;
}

.tabliq { 
  display: block;
  margin: 20px 0px;
}
.tabliq thead{ display: none;
}
.tabliq tbody{ display: block;
}
.tabliq tbody tr{
  display: block;
  margin: 17px 0px;
  padding: 0px 0px 10px 0px;
  border-top: 10px solid #eee;
  border-bottom: 1px solid #eee;
}
.tabliq tbody th,
.tabliq tbody td {
  display: list-item;
  border: none;
}
.tabliq tbody th{
  margin-bottom: 5px;
  list-style-type: none;
  color: #fff;
  background: #333;
}
.tabliq tbody td {
  margin-left: 0px;
  list-style-type: none;
  padding: 0;
}
}

/* Front Events & News */
.fmlistbox {
  line-height: 1.2;
  margin: 5px 0 8px 0px;
  width: 100%;
  min-width: 640px;
  clear: left;
}
.fmlistbox img {
  float: left;
  width: auto;
  max-width: 100px;
  height: auto;
  margin: 10px 10px 10px 0px;
  font-size: 13px;
}
.fmlistbox h2 {
  font: bold 22px 'Arial Narrow',sans-serif;
  padding: 7px 0 0 0;
  margin: 0;
}
.fmlistbox p {
  padding: 0;
  margin: 0 0 5px 0;
  line-height: 100%;
}

/* Side Links */
.sideMenuLlink ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sideMenuLlink li a {
  display: block;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
.sideMenuLlink li a:hover {opacity: 0.8;
}
.sideMenuLlink-bk {background-color: #333;
}
.sideMenuLlink-gry {background-color: #ccc;
}
/* Info on Promo Links */
.sideMenuLlink-info {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  color: #eee;
  background-color: #ddd;
  font-size: 16px;
  text-align: center;
}
.sideMenuLlink-info {
  position: relative;
  background: #990033;
}
.sideMenuLlink-info:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #990033;
  border-width: 15px;
  margin-left: -15px;
}
/* menuLinks styles */
.menuLinks{ 
  line-height: 28px;
  margin: 12px 0;
}
.menuLinks a:link {
  display: block;
  padding: 0 0 0 18px;
  color: #d7d7d7;
  text-decoration: none;
}
.menuLinks a:visited{
  display: block;
  color: #d7d7d7;
}
.menuLinks a:hover {
  display: block;
  color: #fff;
}
.menuLinks h3 {
  font-size: 110%;
  border-bottom: 3px solid #333;
  margin: 12px 0 5px 0;
}
.menuLinks img{
  vertical-align: middle;
}
/* Texts on Side RecomAndFetured */
.recAndftr a {
  position: relative;
}
.text {
  width: 100%;
  min-width:300px;
  box-sizing: border-box;
}
/* Tables */
/* 仕様書テーブル2並び */
table.spctable{ width: 100%; border-collapse: collapse; margin:0;
}
.spctable td,
.spctable th{
	font-size: 12px;
	padding: 7px 5px 7px 15px;
	border: 1px solid #ddd;
}
.spctable th{
	font-weight:normal;
	color:#e6e6e6;
	background-color:rgb(78, 80, 85);
	min-width: 82px;	
}
.spctable thead th{ color:#f5f5f5; background:#333; padding: 10px 0;
}
.spctable td{text-align:center; width: auto; 	font-size: 14px;
}
/* Footer */
footer {
  padding: 15px;
  border-top: solid 1px #111;
  border-bottom: solid 8px #111;
  background-color:#111;
}
#infobox1, #infobox2 {
  display:inline-block;
  width:auto;
  min-width: 300px;
  margin: 0;
  padding: 0 2% 0 1%;
}
#infobox1 h3, #infobox2 h3{
  color:#fff;
  margin-top: 15px;
  margin: 0 0 0 0 ;
}
#infobox1 h3 a, #infobox2 h3 a{
  font-size: 18px;
  color:#00a1e9;
  text-decoration:none;
}
#infobox1 a:hover, #infobox1 a:visited, #infobox2 a:hover, #infobox2 a:visited{
  color:#00a1e9;
  text-decoration:underline;
}

#infobox1 p, #infobox2 p{ 
  font-size: 14px;
  color:#00a1e9;
  margin: 0 0 0 0;
}
#page-top { 
  position: fixed;
  bottom: 20px;
  right: 5px;
}
.copyright {
  padding: 20px 0;
  background-color:#555;
  text-align:center;
  color: #fff;
  font-size: 14px;
}

/* Box Layout Left Right */
.content,
.info,
.ftrd,
.feature {
  padding-left: 15px;
  padding-right: 15px;
}
/* Box Layout Top Bottom */
header {
  padding: 6px 0 0 0;
  margin-bottom: 0;
  border-bottom: solid 0px #00a1e9;
  background-color:#111;
}
.info,
.content,
.feature {
  padding-top: 10px;
  padding-bottom: 20px;
}

.info-main {
  padding-bottom: 20px;
}
.info-main h2 {
  padding-top: 0;
}

.info-sub p{
 margin: 0 5px 0 10px;
 line-height: 120%;
}

.ftrd { padding-top: 20px;
}
.ftrd-1, .ftrd-2, .ftrd-3 {
padding-bottom: 10px;
}
.ftrd-1 h3, .ftrd-2 h3, .ftrd-3 h3{
  font-size: 1.2em;
  line-height: 1.4em;
  margin: 0;
  padding: 10px 0 3px 0;
}
.ftrd-1 p, .ftrd-2 p, .ftrd-3 p {
  margin: 0;
  padding: 5px 5px 15px 5px;
  font-size: 1.0em;
}
.ftrd-1 img, .ftrd-2 img, .ftrd-3 img {
  width: 100%;
  height: auto;
}
/* Sub Menu */
.submenu{
  margin: -10px 0 20px -20px;
  padding: 0 0 20px 0;
}
.submenu ul li{ 
  display: inline-block;
  float: left;
  font-size: 17px;
  margin: 0 5px 0 10px;
  padding: 0px 15px 0 0;
}

/* 900 or Over */
@media (min-width: 900px) {
/* Header Layout */
header:after {
  content: "";
  display: block;
  clear: both;
}
.header-site {
  float: left;
  margin: 0 auto;
}
.header-nav {
  position: relative;
  float: right;
  margin-top: 3%;
  clear: right;
}
/* Sub Menu */
.submenu{
  margin: -30px 0 20px 0;
  padding: 0 0 20px 0;
}
.submenu ul li{ 
  display: inline-block;
  float: left;
  font-size: 17px;
  margin: 0 15px 0 25px;
  padding: 0px 5px;
}
/* Content Layout Horizontal */
.info:after {
  content: "";
  display: block;
  clear: both;
}
.content:after {
  content: "";
  display: block;
  clear: both;
}
article,
.info-main,
.lead {
  float: left;
  width: 70%;
  padding-right: 35px;
  box-sizing: border-box;
}
article,
.lead {
  padding-top: 35px;
  padding-left: 15px;
}  

.info-sub, .sidebox1, .sidebox2 {
  float: left;
  width: 30%;
  margin-top:1%;
}

.sidebox2 {
  float: left;
  width: 30%;
  margin-top:-10px;
}
/* Featured Box Layout Horizontal */
.ftrd:after {
  content: "";
  display: block;
  clear: both;
}
.ftrd-1, .ftrd-2, .ftrd-3 {
  float: left;
  width: 32%;
}
 .ftrd-1, .ftrd-2 {
  margin-right: 1%;
}
#infobox2{ 
  border-left: dotted 0px #777;
  height:auto;
}
}

/* # 1190px and Over # */
@media (min-width: 1190px) {

/* Fix whole widh */
.info,
.header-inner,
.footer-inner,
.ftrd, .feature
{
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper{
  margin: 2% 8%;
}
.conbox1, .conbox2{
  float: left;
  width: 48%;
  padding-right: 5px;
  margin: 20px 0;
}
.conbox1 img, .conbox2 img {
 max-width: 100%;
 height: auto;
}

.col-1 video {
  max-width:66%;
}
}

/* リンク */
a:link, a:visited{ 
  color: #0077aa;
  text-decoration: underline;
      transition : all 0.8s;
}
a:hover {
  color: #09B5ff;
  text-decoration: underline;
  transition : all 0.8s;
}
a:hover img {
  opacity: 0.8;
  transition : all 0.8s;
}

  /* Swiper スライド */
.swiper-wrapper {
  width: 100%;
  height: 300px;
}
.swiper-slide, .swiper-slide img {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0;
  text-align: center;
}

/* 画像ポップアップ */
.pu, .pu1, .pu2, .pu3, .pu4, .pu5, .pu6, .pu7 {
  background-color: #333;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  text-align:center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 70%;
  overflow-y: hidden;
  z-index: 10000;
}

/* チェックボックスの初期設定 */
#pu-on, #pu-on1, #pu-on2, #pu-on3, #pu-on4, #pu-on5, #pu-on6, #pu-on7 {
  display: none;
}
/* チェックされたらポップアップウインドウを開く */
#pu-on:checked + .pu, #pu-on1:checked + .pu1, #pu-on2:checked + .pu2, #pu-on3:checked + .pu3, #pu-on4:checked + .pu4, #pu-on5:checked + .pu5, #pu-on6:checked + .pu6, #pu-on7:checked + .pu7 {
  display: block;
}
/* 閉じるアイコン（右上） */
.icon-close{
  background: #000;
  color: #fff;
  font-size: 50px;
  padding: 0 10px;
  position: absolute;
  right: 0;
}
/* 開くボタン */
.btn-open{
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  width: 95%;
}
/* ポップアップの内容 */
.pu-content{
  margin: 2% 0 0 2%;
  padding: 0 10% 0 0;
  display: flex;
  justify-content: center;
}
.pu-content img{
  max-width: 360px;
  max-height: 360px;
}

/* 900 or Over */
@media (max-width: 540px) {
h1{
  font-size: 1.6em;
  padding: 6% 2% 0 2%;
  line-height:148%;
}
h2 {
  font-size: 1.5em;
  padding: 15% 3% 0 3%;
}
h3 {
  font-size: 1.5em;
  padding: 5% 3% 0 12%;
  margin-bottom: 5px;
}

.fmartbox h4 {
  font: bold 17px 'Arial Narrow',sans-serif;
  padding: 10px 0 0 0;
  margin: 0;
}
.fmartbox p {
  font-size:15px;
  padding: 0 0 0 5px;
  margin:0 0 5px 0;
  line-height:130%;
}
.btn {width:90%;
  display: flex;
  justify-content: center;
}
}