.header_title {
  color: #003584;
  font-size: 46px;
  letter-spacing: 0.1em;
  text-align: center;
}

.section_title {
  color: #003584;
  font-size: 30px;
  text-align: center;
  margin-bottom: 2em;
	line-height: 1.5;
}

.btn_white {
  display: grid;
  place-items: center;
  width: 162px;
  height: 48px;
  color: #e55b49;
  font-weight: 700;
  border: 1px solid #e55b49;
  border-radius: 8px;
  background-color: #fff;
}
.btn_white:hover {
  background-color: rgba(243, 110, 92, 0.1);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.26);
}

.btn_orange {
/*  display: inline-grid; */
  place-items: center;
  width: 162px;
  height: 48px;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  background-color: #FF7452;
	    padding: 1em 3em;
}
.btn_orange:hover {
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.26);
}

.btn_blue {
/*  display: inline-grid; */
  place-items: center;
  width: 162px;
  height: 48px;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  background-color: #0052CC;
	    padding: 1em 3em;
}
.btn_blue:hover {
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.26);
}

.btn_orange_b {
  display: inline-grid;
  place-items: center;
  min-width: 293px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  background: #FF7452;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.26);
	margin-bottom: 50px;
}

.btn_blue_b {
  display: inline-grid;
  place-items: center;
  width: 293px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
  background: #0052CC;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.26);
	margin-bottom: 50px;
}

.br_hidden_pc {
  display: none;
}

main > section{
	overflow: hidden;
}
main > section:nth-child(2n - 1){
	background-color: #EBECF0;
}

footer {
/*  max-width: 1366px; */
  margin: 0 auto;
  border-top: 1px solid #ddd;
}
footer #footer_nav {
  position: relative;
  height: 85px;
}
footer #footer_nav ul {
  display: flex;
  align-items: center;
  height: 85px;
  padding-left: 54px;
}
footer #footer_nav ul > li {
  margin-right: 54px;
}
footer #footer_nav .page_top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85px;
  height: 85px;
}
footer #footer_nav .page_top .page_top_button {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  width: 85px;
  height: 85px;
  background: url(/service/dxsolution/maas/img/pc/icon_page_top.png) no-repeat right center/85px;
}
footer #footer_nav .page_top.fixed {
  position: fixed;
  right: 50%;
  transform: translateX(50%);
  z-index: 1;
  min-width: 1366px;
  width: 100%;
	z-index: 0;
}
@media screen and (max-width: 1366px) {
  footer #footer_nav .page_top.fixed {
    width: 100vw;
  }
}
footer #footer_bottom {
  position: relative;
  height: 134px;
  background-color: #97999b;
  padding: 29px 27px 0;
}
footer #footer_bottom .footer_logo {
  background: url(/service/dxsolution/maas/img/footer_text.png) no-repeat right center/335px 70px;
}
footer #footer_bottom > p {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  text-align: center;
}

#bannerTrial {
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 1;
}
/* 追記 */
p {
	line-height: 1.5;
	font-size:110%;
}
.sp_only{
	display: none;
}


