/* 共通 */
.page-title {
	line-height: 1.1 !important;
    margin-bottom: 5px !important;
}
.u-border-box {
  border: 1px solid #141e28 !important;
  padding: 15px;
}

.u-indent--none {
    text-indent: unset !important;

}

.u-bold {
  font-weight: bold !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

p.u-indent--none + p.u-indent--none {
  margin-top: 1em !important;
}

.mb10 {
  margin-bottom: 10px;
}

.bl_lp_table {
  border: none;
}

.bl_lp_table_wrap {
  overflow-x: visible !important;
  width: 50% !important;
  margin: 40px auto 0 !important;
}

.bl_support_en_box p {
	text-align: center;
}

@media screen and (max-width: 750px) {
	.page-title {
		margin-bottom: 0 !important;
	}
  .bl_lp_table_wrap {
    overflow-x: hidden !important;
    width: 100% !important;
  }
  .bl_lp_table_wrap .bl_lp_table {
    width: 100% !important;
    table-layout: fixed;
    word-break: break-word;
  }
}

