  @charset "UTF-8";
/****/
/* pc */
/****/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/ja/assets/images/about/learn-more/data/header_bg_01_sec.jpg");
  }
  #global-content .items {
    display: block;
  }
  #global-content .items:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #global-content .items .item {
    width: 347px;
    padding-top: 40px;
  }
  #global-content .items .item:nth-of-type(1),
  #global-content .items .item:nth-of-type(2) {
    padding-top: 0;
  }
  #global-content .items .typeL {
    float: left;
    clear: both;
  }
  #global-content .items .typeR {
    float: right;
  }
  #global-content .module-title01 {
    font-size: 14px;
  }
  #global-content .module-profileType05 .profileNameWrap {
    top: 10px;
  }
}
.device-view-pc #global-header header {
  background-image: url("/ja/assets/images/about/learn-more/data/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .items {
  display: block;
}
.device-view-pc #global-content .items:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.device-view-pc #global-content .items .item {
  width: 347px;
  padding-top: 40px;
}
.device-view-pc #global-content .items .item:nth-of-type(1),
.device-view-pc #global-content .items .item:nth-of-type(2) {
  padding-top: 0;
}
.device-view-pc #global-content .items .typeL {
  float: left;
  clear: both;
}
.device-view-pc #global-content .items .typeR {
  float: right;
}
.device-view-pc #global-content .module-title01 {
  font-size: 14px;
}
.device-view-pc #global-content .module-profileType05 .profileNameWrap {
  top: 10px;
}
/****/
/* sp */
/****/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/ja/assets/images/about/learn-more/data/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .items .item {
    padding-top: 8%;
  }
  .device-js-on #global-content .items .item:first-child {
    padding-top: 0;
  }
}
