@charset "utf-8";

h1.msys_h1 {
  padding: 0px;
  margin: 0px;
  line-height: 1.0;
  font-size: 1rem;
  display:inline !important;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  background-color: #FF0000;
  width: 100px;
}

#pagettl {
  background-image: url(../images/second/ttl_bg.png);
  background: cover;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 10px;
}
#pagettl h2 {
  font-weight: normal;
  font-size: 1.5rem;
}
/* tablets */
@media screen and (min-width: 768px) {
  #pagettl {
    padding: 20px 10px;
  }
  #pagettl h2 {
    font-size: 2rem;
  }
}
/* pc */
@media screen and (min-width: 1024px) {
  #pagettl {
    padding: 30px 10px;
  }
  #pagettl h2 {
    font-size: 3rem;
  }
}



.msys-table {
    width: 1500px;
}

/* tablets */
@media screen and (min-width: 768px) {
  .msys-table {
    width: 100%;
  }
}


/* .カタログ
--------------------------- */
.catalog-list {
	margin-top: 7.3rem;
}
.catalog-list-item{
	margin-bottom: 2rem;
	max-width: 33.333333%;
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
}

.catalog-card {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: stretch;
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	box-shadow: 3px -1px 14px 4px rgba(0,0,0,0.2);
	color: #fff;
}
.catalog-card:hover {
	color: #fff;
	text-decoration: none;
}
.catalog-card:hover .catalog-card-heading {
	text-decoration: underline;
}
.catalog-card-image {
	/*flex: 0 0 160px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f2f2f2;
  padding: 10px;
	/*height: 160px;*/
}
.catalog-card-image img {
	width: auto;
	max-width: 100%;
	height:auto;
}
.catalog-card-body {
	flex: 1 1 auto;
	background-color: #112c3f;
	border-bottom: solid 5px #ff6a00;
	color: #fff;
	padding: 1.8rem;
}
.catalog-card-heading {
	margin: 0 0 .6rem;
	font-size: 1.375rem;
	text-align: center; 
	letter-spacing: -0.6px;
	line-height: 2.1rem;
}
.catalog-card-info {
	margin-bottom: 5.5em;
	font-size: 0.75rem;
	letter-spacing: -0.2px;
	line-height: 1.4rem;
	margin: 1.2rem 0 .6rem;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex
}
/* Extra small devices (portrait phones, < 576px) */
@media screen and (max-width:576px) {

  .catalog-list-item {
    max-width: 100%;
  }

}





/*--- align ----------------------------------------------------------------------*/
.taL { text-align: left !important; }
.taC { text-align: center !important; }
.taR { text-align: right !important; }

/*--- margin ----------------------------------------------------------------------*/
.mgClear { margin: 0px; }
/* top */
.mgT00 { margin-top: 0px !important; }
.mgT01 { margin-top: 1px !important; }
.mgT02 { margin-top: 2px !important; }
.mgT03 { margin-top: 3px !important; }
.mgT04 { margin-top: 4px !important; }
.mgT05 { margin-top: 5px !important; }
.mgT10 { margin-top: 10px !important; }
.mgT15 { margin-top: 15px !important; }
.mgT20 { margin-top: 20px !important; }
.mgT25 { margin-top: 25px !important; }
.mgT30 { margin-top: 30px !important; }
.mgT35 { margin-top: 35px !important; }
.mgT40 { margin-top: 40px !important; }
.mgT50 { margin-top: 50px !important; }
.mgT60 { margin-top: 60px !important; }
/* right */
.mgR00 { margin-right: 0px !important; }
.mgR01 { margin-right: 1px !important; }
.mgR02 { margin-right: 2px !important; }
.mgR03 { margin-right: 3px !important; }
.mgR04 { margin-right: 4px !important; }
.mgR05 { margin-right: 5px !important; }
.mgR10 { margin-right: 10px !important; }
.mgR15 { margin-right: 15px !important; }
.mgR20 { margin-right: 20px !important; }
.mgR25 { margin-right: 25px !important; }
.mgR30 { margin-right: 30px !important; }
.mgR35 { margin-right: 35px !important; }
.mgR40 { margin-right: 40px !important; }
/* left */
.mgL00 { margin-left: 0px !important; }
.mgL01 { margin-left: 1px !important; }
.mgL02 { margin-left: 2px !important; }
.mgL03 { margin-left: 3px !important; }
.mgL04 { margin-left: 4px !important; }
.mgL05 { margin-left: 5px !important; }
.mgL10 { margin-left: 10px !important; }
.mgL15 { margin-left: 15px !important; }
.mgL20 { margin-left: 20px !important; }
.mgL25 { margin-left: 25px !important; }
.mgL30 { margin-left: 30px !important; }
.mgL35 { margin-left: 35px !important; }
.mgL40 { margin-left: 40px !important; }
/* bottom */
.mgB00 { margin-bottom: 0px !important; }
.mgB01 { margin-bottom: 1px !important; }
.mgB02 { margin-bottom: 2px !important; }
.mgB03 { margin-bottom: 3px !important; }
.mgB04 { margin-bottom: 4px !important; }
.mgB05 { margin-bottom: 5px !important; }
.mgB10 { margin-bottom: 10px !important; }
.mgB15 { margin-bottom: 15px !important; }
.mgB20 { margin-bottom: 20px !important; }
.mgB25 { margin-bottom: 25px !important; }
.mgB30 { margin-bottom: 30px !important; }
.mgB35 { margin-bottom: 35px !important; }
.mgB40 { margin-bottom: 40px !important; }
.mgB50 { margin-bottom: 50px !important; }
.mgB60 { margin-bottom: 60px !important; }

/*--- パディング ----------------------------------------------------------------------*/
.pdClear { padding: 0px !important; }
/* top */
.pdT00 { padding-top: 0px !important; }
.pdT05 { padding-top: 5px !important; }
.pdT10 { padding-top: 10px !important; }
.pdT15 { padding-top: 15px !important; }
.pdT20 { padding-top: 20px !important; }
.pdT25 { padding-top: 25px !important; }
.pdT30 { padding-top: 30px !important; }
.pdT35 { padding-top: 35px !important; }
.pdT40 { padding-top: 40px !important; }
.pdT50 { padding-top: 50px !important; }
/* right */
.pdR00 { padding-right: 0px !important; }
.pdR05 { padding-right: 5px !important; }
.pdR10 { padding-right: 10px !important; }
.pdR15 { padding-right: 15px !important; }
.pdR20 { padding-right: 20px !important; }
.pdR25 { padding-right: 25px !important; }
.pdR30 { padding-right: 30px !important; }
.pdR35 { padding-right: 35px !important; }
.pdR40 { padding-right: 40px !important; }
.pdR50 { padding-right: 50px !important; }
/* left */
.pdL00 { padding-left: 0px !important; }
.pdL05 { padding-left: 5px !important; }
.pdL10 { padding-left: 10px !important; }
.pdL15 { padding-left: 15px !important; }
.pdL20 { padding-left: 20px !important; }
.pdL25 { padding-left: 25px !important; }
.pdL30 { padding-left: 30px !important; }
.pdL35 { padding-left: 35px !important; }
.pdL40 { padding-left: 40px !important; }
.pdL50 { padding-left: 50px !important; }
/* bottom */
.pdB00 { padding-bottom: 0px !important; }
.pdB05 { padding-bottom: 5px !important; }
.pdB10 { padding-bottom: 10px !important; }
.pdB15 { padding-bottom: 15px !important; }
.pdB20 { padding-bottom: 20px !important; }
.pdB25 { padding-bottom: 25px !important; }
.pdB30 { padding-bottom: 30px !important; }
.pdB35 { padding-bottom: 35px !important; }
.pdB40 { padding-bottom: 40px !important; }
.pdB50 { padding-bottom: 50px !important; }

/*--- テキスト関連 ----------------------------------------------------------------*/
.fwB { font-weight: bold; }

.fz10 { font-size: 10px; }
.fz11 { font-size: 11px; }
.fz12 { font-size: 12px; }
.fz13 { font-size: 13px; }
.fz14 { font-size: 14px; }
.fz15 { font-size: 15px; }
.fz16 { font-size: 16px; }
.fz17 { font-size: 17px; }
.fz18 { font-size: 18px; }
.fzLarge { font-size:large; }
.fzxLarge { font-size:x-large; }
