@charset "UTF-8";
/**********************************/
/* pc */
/**********************************/
@media all and (min-width: 751px), print {
  #global-header header {
    background-image: url("/en/assets/images/about/learn-more/e-newsletter/header_bg_01_sec.jpg");
  }
  #global-content .module-listLayout01{
  	margin-top: 20px;
  }
  #global-content .module-title04{
  	margin-top: 20px;
  }
  #global-content .module-lead02-mt{
  	margin-top: 20px;
  }
	#global-content .module-listLayout01 .module-title05 {
    margin-top: 60px;
	}
	#global-content .module-listLayout01 .module-title05:first-child {
    margin-top: 0;
	}
  #global-content .moreBtn:hover {
    cursor: pointer;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
}
.device-view-pc #global-header header {
  background-image: url("/en/assets/images/about/learn-more/e-newsletter/header_bg_01_sec.jpg");
}
.device-view-pc #global-content .module-listLayout01{
	margin-top: 20px;
}
.device-view-pc #global-content .module-title04{
	margin-top: 20px;
}
.device-view-pc #global-content .module-lead02-mt{
	margin-top: 20px;
}
.device-view-pc #global-content .module-listLayout01 .module-title05 {
  margin-top: 60px;
}
.device-view-pc #global-content .module-listLayout01 .module-title05:first-child {
  margin-top: 0;
}
#global-content .moreBtn-btn {
  font-size: 16px;
  line-height: 1.4;
}
#global-content .moreBtn-btn.isActive .module-iconArrowBL01::before {
  transition: all 0.2s ease-in-out;
}
#global-content .moreBtn-btn.isActive .module-iconArrowBL01::before {
  bottom: -0.2em;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#global-content .moreBtn-btn .moreBtn-txt::before {
  content: "Read More";
}

#global-content .moreBtn-btn.isActive .moreBtn-txt::before {
  content: "Close";
}

#global-content .moreBtn{
  text-align: right;
  margin-top: 20px;
}
#global-content .moreBtn .listIcon{
  margin-left: 15px;
}
#global-content .moreEntry{
  margin-top: 15px;
  display: none;
}
#global-content table tr th.date{
  min-width: 140px;
}
/**********************************/
/* sp */
/**********************************/
@media screen and (max-width: 750px) {
  .device-js-on #global-header header {
    background-image: url("/en/assets/images/about/learn-more/e-newsletter/header_bg_01_sp_sec.jpg");
  }
  .device-js-on #global-content .module-listLayout01{
  	margin-top: 1.5em;
  }
  .device-js-on #global-content .module-title04{
  	margin: 4% 8%;
  }
  .device-js-on #global-content .module-commonLayout .module-lead02.module-lead02-mt{
  	margin: 4% 8%;
  }
  .device-js-on #global-content .module-listLayout01 .module-title05 {
    margin-top: 3em;
	}
  .device-js-on #global-content .module-listLayout01 .module-title05:first-child {
    margin-top: 0;
	}
  #global-content .moreBtn-btn {
    font-size: 125%;
    line-height: 1.5;
  }
  #global-content .moreBtn{
    width: 92%;
    margin: 1rem auto 0;
  }
  #global-content .moreBtn:hover {
    cursor: pointer;
  }
  #global-content table tr th.date{
    min-width: 10.5rem;
  }
}


