@charset "utf-8";
/* CSS Document */
/* reset */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
section, article {
  display: block;
}
/* reset for iOS */
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
/* base */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-feature-settings: "palt";
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-kerning: normal;
  -webkit-font-kerning: normal;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0px;
  box-sizing: border-box;
  background-color: #fff;
  color: #0f0f0f;
  padding: 0em;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
h2 {
  font-size: 30px;
  font-weight: 700;
}
h3 {
  font-size: 19px;
  margin-top: 1.5rem;
  padding: 0 3%;
}
img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}
::selection {
  background: #0f0f0f;
  color: #FFF;
}
::-moz-selection {
  background: #0f0f0f;
}
/* link */
a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {}
/* clear */
.clear {
  clear: both;
}
.cbox {
  zoom: 100%;
}
.cbox:after {
  content: " ";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
/* effect */
.effect-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: 0s;
}
/*==================================
   header  
==================================*/
#header {
  /*padding: 0 15px 0.5em;*/
  position: fixed;
  top: 0;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
  background: #FFF;
  /*height: 105px;*/
  box-shadow: 0px 8px 8px -5px rgba(204, 204, 204, 0.8);
}
.header_inner {
  max-width: 1170px;
}
ul.header_inner {
  width: 100%;
  display: flex;
  margin: auto;
  /*padding-top: 20px;*/
}
/*ul.header_inner li:first-child {
  width: 20%;
}*/
/*ul.header_inner li:last-child {
  width: 75%;
  padding-left: 20%;
  margin-top: 2%;
}*/
ul.header_inner li dl {
  display: flex;
}
ul.header_inner li dl dd {
  width: 25%;
}
ul.header_inner li dl dd a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  position: relative;
}
ul.header_inner li dl dd a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ff9933;
  transition: all 0.3s ease 0s;
}
ul.header_inner li dl dd a:hover {
  color: #ff9933;
}
ul.header_inner li dl dd a:hover::after {
  width: 100%;
}
/*==================================
   footer  
==================================*/
#footer_top, #footer, #footer2 {
  position: relative;
  background: url('/tyo/corp/trustclubcard/images/contact_bg.jpg') center center no-repeat;
  width: 100%;
  height: 0px;
  padding-top: 28%;
  background-size: cover;
}
.contact_inner {
  width: 80%;
  margin: 0 10%;
  background: none;
  position: absolute;
  top: 0;
}
.contact_inner h3 {
  width: 80%;
  font-size: 24px;
  text-align: center;
  border-radius: 25px;
  background: #ffffff;
  margin: 3.5% 10% 2%;
  display: inline-block;
  font-weight: bold;
}
.contact_inner img {
  width: 85%;
}
.contact_inner ul {
  display: flex;
  width: 100%;
  /*margin: 2% 0 4%;*/
}
.contact_inner ul li {
  width: 50%;
}
.net dd img, .tel dt img {
  max-width: 500px;
}
/*==================================
   page-top  
==================================*/
#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
#page_top a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 3.5em;
  color: #000000;
}
#page_top a:hover {
  text-decoration: none;
}
/* ========================================
   Bland-list
========================================= */
.BrandList_area {
  width: 80%;
  background: #FFF;
  margin: 0 10% 3%;
}
.BrandList_area h4 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 2%;
}
.BrandList {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.BrandList li {
  width: 15%;
  margin: 1% 2%;
}
.BrandList img {
  max-width: 100px;
}
@media screen and (min-width: 769px) {
  .sp_disp {
    display: none !important;
  }
  .pc_disp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp_disp {
    display: block !important;
  }
  .pc_disp {
    display: none !important;
  }
}