/* Self-hosted, subset fonts (replaces Google Fonts @import). Only the weights actually used. */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/donuts/fonts/poppins-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/donuts/fonts/poppins-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/donuts/fonts/poppins-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/donuts/fonts/poppins-900.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/donuts/fonts/notosansjp-300.woff2') format('woff2');
}

.en-first-level-header {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
}

.en-first-level-profile {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
}

.en-second-level-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.en-second-level-url {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.jp-text {
  font-family: 'Noto Sans JP', sans-serif;
}

.en-text {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.en-text-url {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.footer-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 900;
}


/*
* LxGIC INC Code Start
*/

body {
  width: 85%;
  margin: 0 auto;
  text-align: left;
  -webkit-text-size-adjust: none;
}

a { text-decoration: none; color: #0752FB; }

.clearfix { clear: both; }

.en-first-level-header {
  text-align: justify;
  font-size: 2.7em;
  letter-spacing: 4px;
}

.label {
  font-size: 1.3em;
  font-style: normal;
  font-weight: 800;
}

.capital {
  text-transform: uppercase;
}

.profile-details {
  font-size: 1.4em;
  font-style: normal;
  font-weight: 800;
}

.profile-details-normal {
  font-size: 30px;
  font-weight: 800;
}

.en-first-level-profile {
  line-height: 15px;
  letter-spacing: 1px;
}
.profile-details-normal-two-lines {
  font-size: 30px;
  line-height: 30px;
  text-align: left;
}

.image-container {
  max-width: 100%;
  margin: 40px 0;
}

.img-responsive {
  width: 100%;
  /*min-height: 170px;*/
  height: auto;
}

.button-blue {
  background-color: #0b51f5;
  border-radius: 100px;
  border: 1px solid #0b51f5;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 16px 31px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #0b51f5;
  margin-bottom: 25px;
  text-align: center;
  padding: 20px;
  display: block;
}

.goto-button-container .img-responsive {
  /*min-height: 70px;*/
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.profile .heading {
  font-size: 2.2em;
  font-weight: 800;
  padding: 30px 0;
}

.profile-details-container .sub-heading {
  font-size: 1.5em;
  font-weight: 700;
  padding: 30px 0;
  margin: 0;
}

.profile-details-container img.img-left {
  float: left;
  width: 55%;
}

.jp-text-300 {
  font-weight: 300;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.break-all-word {
  word-break: break-all;
}

.divider {
  border: 1px solid #999;
  margin-top: 50px;
  margin-bottom: 40px;
}

.divider:last-child {
  margin-bottom: 90px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.footer-logo {
  margin: 50px 0 70px 0;
  text-align: right;
}

.footer-logo img {
  width: 178px;
  height: 178px;
}

.link-arrow {
  width: 16px;
  height: 15px;
  margin-left: 25px;
}
/*
* LxGIC INC Code End
*/