article header h2 {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 1100px) {
  article header h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  article header h2 {
    font-size: 2rem;
  }
}

article section h3 {
  width: auto;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
}

@media screen and (max-width: 1100px) {
  article section h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  article section h3 {
    font-size: 1.8rem;
  }
}

article section p {
  width: auto;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 2px;
}

@media screen and (max-width: 1100px) {
  article section p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article section p {
    font-size: 1.4rem;
  }
}

article section div.btn_wrap a.btn {
  display: block;
  width: 240px;
  border: solid 1px;
  text-align: center;
  padding: 15px 0;
  color: #111752;
  margin: auto;
  margin-top: 80px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}

@media screen and (max-width: 768px) {
  article section div.btn_wrap a.btn {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}

article section div.btn_wrap a.btn:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  right: -40px;
  top: calc(50% - 1px);
  background: #111752;
}

/*============================
#title
============================*/
article#title {
  width: auto;
  margin-top: 98px;
  min-height: 160px;
  background: #111752;
}

@media screen and (max-width: 1100px) {
  article#title {
    width: auto;
    margin: 72px 0 0;
  }
}

article#title section.full {
  width: auto;
  min-height: 160px;
}

@media screen and (max-width: 768px) {
  article#title section.full {
    width: auto;
  }
}

article#title section.full div.title {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  article#title section.full div.title {
    width: 100%;
    left: 50%;
    padding-right: 0px;
    text-align: center;
  }
}

article#title section.full div.title h1 {
  width: auto;
  font-size: 3.6rem;
  letter-spacing: 4px;
  line-height: 1.6;
  font-weight: bold;
}

@media screen and (max-width: 1100px) {
  article#title section.full div.title h1 {
    width: auto;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#title section.full div.title h1 {
    width: auto;
    font-size: 2.4rem;
  }
}

article#title section.full div.title i {
  display: block;
  letter-spacing: 2px;
  font-size: 12px;
  text-align: center;
}

/*============================
#policy
============================*/
@media screen and (max-width: 768px) {
  article#policy section div.post_body {
    padding-bottom: 40px;
  }
}

article#policy section div.post_body h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.2rem;
  letter-spacing: 2px;
  padding-bottom: 20px;
  padding-top: 80px;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  article#policy section div.post_body h3 {
    width: 100%;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  article#policy section div.post_body h3 {
    width: 100%;
    font-size: 1.8rem;
  }
}

article#policy section div.post_body p {
  width: 100%;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 2px;
}

@media screen and (max-width: 1100px) {
  article#policy section div.post_body p {
    width: 100%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#policy section div.post_body p {
    width: 100%;
    font-size: 1.4rem;
  }
}

article#policy section div.post_body ol {
  width: 100%;
  list-style: auto;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 2px;
  padding: 10px 0 10px 30px;
}

@media screen and (max-width: 1100px) {
  article#policy section div.post_body ol {
    width: 100%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#policy section div.post_body ol {
    width: 100%;
    font-size: 1.4rem;
  }
}

article#policy section div.post_body ol li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  article#policy section div.post_body ol li {
    width: 100%;
  }
}

article#policy section div.post_body ol ol {
  width: 100%;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 2px;
  padding: 10px 0 20px 16px;
}

@media screen and (max-width: 1100px) {
  article#policy section div.post_body ol ol {
    width: 100%;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#policy section div.post_body ol ol {
    width: 100%;
    font-size: 1.4rem;
  }
}

article#policy section div.post_body ol ol li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  article#policy section div.post_body ol ol li {
    width: 100%;
  }
}

/*============================
#contact
============================*/
article#contactform {
  color: #1A1A1A;
}

article#contactform section {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  article#contactform section {
    padding: 40px 20px 80px;
  }
}

article#contactform section div.contact {
  max-width: 680px;
  padding: 0 40px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#contactform section div.contact {
    padding: 0;
  }
}

article#contactform section div.contact .form-heading > p {
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1100px) {
  article#contactform section div.contact .form-heading > p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#contactform section div.contact .form-heading > p {
    width: 100%;
    font-size: 1.4rem;
  }
}

article#contactform section div.contact #cf7-area {
  width: auto;
  padding-top: 0px;
}

article#contactform section div.contact #cf7-area .cf7-item {
  width: auto;
  margin-bottom: 40px;
}

article#contactform section div.contact #cf7-area .cf7-item .cf7-q {
  font-size: 1.8rem;
  padding-bottom: 10px;
}

article#contactform section div.contact #cf7-area .cf7-item .cf7-q label {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 1100px) {
  article#contactform section div.contact #cf7-area .cf7-item .cf7-q label {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#contactform section div.contact #cf7-area .cf7-item .cf7-q label {
    width: 100%;
    font-size: 1.4rem;
  }
}

article#contactform section div.contact #cf7-area .cf7-item .cf7-q .cf7-req {
  width: auto;
  color: #fff;
  background: #ff0000;
  font-size: 10px;
  font-weight: 300;
  padding: 4px 10px;
  border-radius: 4px;
  margin-left: 10px;
  line-height: 1;
}

article#contactform section div.contact #cf7-area .cf7-item .cf7-a {
  width: 100%;
}

article#contactform section div.contact #cf7-area .cf7-item .cf7-a input {
  width: 100%;
  background: #fff;
  border: solid 1px;
  height: 48px;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 1.8rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 1100px) {
  article#contactform section div.contact #cf7-area .cf7-item .cf7-a input {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#contactform section div.contact #cf7-area .cf7-item .cf7-a input {
    width: 100%;
    font-size: 1.4rem;
  }
}

article#contactform section div.contact #cf7-area .cf7-item .cf7-a textarea {
  width: 100%;
  background: #fff;
  border: solid 1px;
  padding: 10px;
  border-radius: 4px;
  font-size: 1.8rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 1100px) {
  article#contactform section div.contact #cf7-area .cf7-item .cf7-a textarea {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#contactform section div.contact #cf7-area .cf7-item .cf7-a textarea {
    width: 100%;
    font-size: 1.4rem;
  }
}

article#contactform section div.contact .wpcf7-spinner {
  display: none;
}

article#contactform section div.contact .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  article#contactform section div.contact .btn-wrap {
    display: block;
  }
}

article#contactform section div.contact .btn-wrap .wpcf7-previous {
  background: #eee;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 10px 40px;
  letter-spacing: 2px;
  font-size: 1.8rem;
  font-weight: 300;
  position: relative;
  color: #666;
  margin: 0px auto 0;
  margin-right: 40px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  article#contactform section div.contact .btn-wrap .wpcf7-previous {
    margin-top: 0;
    margin-right: 0;
    padding: 10px 20px;
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  article#contactform section div.contact .btn-wrap .wpcf7-previous {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#contactform section div.contact .btn-wrap .wpcf7-previous {
    width: 100%;
    font-size: 1.4rem;
  }
}

article#contactform section div.contact .btn-wrap .wpcf7-submit {
  background-image: linear-gradient(135deg, #a8288d 0%, #397ac7 100%);
  color: #fff;
  background-size: cover;
  border-radius: 4px;
  padding: 10px 10px;
  width: 240px;
  margin: 0px auto 0;
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  article#contactform section div.contact .btn-wrap .wpcf7-submit {
    margin: 40px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  article#contactform section div.contact .btn-wrap .wpcf7-submit {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#contactform section div.contact .btn-wrap .wpcf7-submit {
    width: 100%;
    font-size: 1.4rem;
  }
}

article#contactform section div.contact .wpcf7-submit {
  background-image: linear-gradient(135deg, #a8288d 0%, #397ac7 100%);
  color: #fff;
  background-size: cover;
  border-radius: 4px;
  padding: 10px 10px;
  width: 240px;
  margin: 0px auto 0;
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  article#contactform section div.contact .wpcf7-submit {
    margin: 40px 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  article#contactform section div.contact .wpcf7-submit {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#contactform section div.contact .wpcf7-submit {
    width: 100%;
    font-size: 1.4rem;
  }
}

/*============================
#news
============================*/
article#news section {
  padding: 80px 40px 80px;
}

@media screen and (max-width: 768px) {
  article#news section {
    padding: 80px 20px 60px;
  }
}

article#news section div.wrap ul#content {
  max-width: 800px;
  margin: auto;
}

article#news section div.wrap ul#content li.news__content {
  margin-bottom: 20px;
}

article#news section div.wrap ul#content li.news__content a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #111752;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  article#news section div.wrap ul#content li.news__content a.link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

article#news section div.wrap ul#content li.news__content a.link div.info p {
  padding-right: 40px;
  letter-spacing: 2px;
}

article#news section div.wrap ul#content li.news__content a.link div.text__content {
  width: 100%;
}

article#news section div.wrap ul#content li.news__content a.link div.text__content h3 {
  padding-left: 10px;
  font-weight: 300;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 1100px) {
  article#news section div.wrap ul#content li.news__content a.link div.text__content h3 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#news section div.wrap ul#content li.news__content a.link div.text__content h3 {
    font-size: 1.4rem;
  }
}

/*============================
#single
============================*/
article#single header {
  max-width: 880px;
  margin: auto;
  padding: 80px 40px 40px;
}

@media screen and (max-width: 768px) {
  article#single header {
    padding: 40px 20px;
  }
}

article#single header div.blog-detail__image img {
  width: 100%;
}

article#single header div.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0 20px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article#single header div.info p {
  padding-right: 40px;
  letter-spacing: 2px;
}

article#single header div.info span {
  color: #fff;
  border: solid 1px;
  padding: 4px 20px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

article#single header h2 {
  text-shadow: none;
  font-size: 2.6rem;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, right top, from(#49FAF2), to(#c952f9));
  background-image: linear-gradient(90deg, #49FAF2 0%, #c952f9 100%);
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 2px;
}

@media screen and (max-width: 1100px) {
  article#single header h2 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  article#single header h2 {
    font-size: 2.2rem;
  }
}

article#single section {
  max-width: 880px;
  padding-top: 0;
}

article#single section div.wrap pre {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  color: #646f9b;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  white-space: break-spaces;
  font-family: initial;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap pre {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap pre {
    font-size: 1.4rem;
  }
}

article#single section div.wrap p {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 2;
  padding-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap p {
    font-size: 1.4rem;
  }
}

article#single section div.wrap p a {
  color: #1558d6 !important;
  text-decoration: underline;
}

article#single section div.wrap ul {
  list-style: auto;
  padding-left: 30px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap ul {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap ul {
    font-size: 1.4rem;
  }
}

article#single section div.wrap ol {
  list-style: auto;
  padding-left: 30px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap ol {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap ol {
    font-size: 1.4rem;
  }
}

article#single section div.wrap h1 {
  font-size: 3.4rem;
  letter-spacing: 2px;
  line-height: 1.4;
  background: #111752;
  color: #fff;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap h1 {
    font-size: 2.8rem;
  }
}

article#single section div.wrap h2 {
  font-size: 2.8rem;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #111752;
  border-bottom: solid 2px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap h2 {
    font-size: 2.4rem;
  }
}

article#single section div.wrap h3 {
  text-align: left;
  letter-spacing: 2px;
  line-height: 1.4;
  font-size: 2.4rem;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}

article#single section div.wrap h3:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #111752;
}

@media screen and (max-width: 768px) {
  article#single section div.wrap h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap h3 {
    font-size: 1.8rem;
  }
}

article#single section div.wrap h4 {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap h4 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap h4 {
    font-size: 1.6rem;
  }
}

article#single section div.wrap h5 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap h5 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap h5 {
    font-size: 1.5rem;
  }
}

article#single section div.wrap h6 {
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 2;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap h6 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap h6 {
    font-size: 1.5rem;
  }
}

article#single section div.wrap blockquote {
  padding-left: 20px;
  position: relative;
  margin: 20px 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap blockquote {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap blockquote {
    font-size: 1.4rem;
  }
}

article#single section div.wrap blockquote:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 5px;
  background: #eee;
  left: 0;
  top: 0;
}

article#single section div.wrap table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 20px;
}

article#single section div.wrap table tr th {
  text-align: left;
  padding: 10px;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 2px;
  border: solid #151515 1px;
  font-weight: normal;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap table tr th {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap table tr th {
    font-size: 1.4rem;
  }
}

article#single section div.wrap table tr th a {
  color: #151515;
}

article#single section div.wrap table tr td {
  padding: 10px;
  font-size: 1.8rem;
  letter-spacing: 2px;
  line-height: 2;
  border: solid #151515 1px;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap table tr td {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap table tr td {
    font-size: 1.4rem;
  }
}

article#single section div.wrap code {
  display: block;
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  color: #646f9b;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  white-space: break-spaces;
  font-family: initial;
  margin: 10px 0;
  font-size: 1.8rem;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap code {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap code {
    font-size: 1.4rem;
  }
}

article#single section div.wrap dt {
  font-weight: bold;
  line-height: 2;
}

article#single section div.wrap dl {
  margin: 20px 0;
}

article#single section div.wrap dl,
article#single section div.wrap dd {
  font-size: 1.6rem;
}

@media screen and (max-width: 1100px) {
  article#single section div.wrap dl,
  article#single section div.wrap dd {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.wrap dl,
  article#single section div.wrap dd {
    font-size: 1.4rem;
  }
}

article#single section div.wrap dd {
  margin-bottom: 10px;
  line-height: 2;
  padding-left: 20px;
}

article#single section div.wrap b {
  font-weight: bold;
}

article#single section div.wrap strong {
  font-weight: bold;
}

article#single section div.wrap .wp-block-button__link {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-image: linear-gradient(135deg, #a8288d 0%, #397ac7 100%);
  background-size: cover;
  border-radius: 4px;
  margin-bottom: 40px;
}

article#single section div.speakers {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#single section div.speakers {
    display: block;
  }
}

article#single section div.speakers div.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  article#single section div.speakers div.profile {
    padding-bottom: 0px;
  }
}

article#single section div.speakers div.profile div.img {
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  min-width: 120px;
}

@media screen and (max-width: 768px) {
  article#single section div.speakers div.profile div.img {
    width: 100px;
    min-width: 100px;
  }
}

article#single section div.speakers div.profile div.meta {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  article#single section div.speakers div.profile div.meta {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.speakers div.profile div.meta .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
  }
}

article#single section div.speakers div.profile div.meta p.company {
  font-size: 1.4rem;
  line-height: 1.4;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  article#single section div.speakers div.profile div.meta p.company {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

article#single section div.speakers div.profile div.meta p.name {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 0;
}

article#single section div.speakers div.profile div.meta p.en_name {
  line-height: 1;
  font-size: 12px;
}

article#single section div.speakers div.profile div.meta .text {
  padding-left: 20px;
}

article#single section div.speakers div.share-content {
  white-space: nowrap;
  min-width: 100px;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  article#single section div.speakers div.share-content {
    position: static;
  }
}

article#single section div.speakers div.share-content a {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  article#single section div.speakers div.share-content a {
    margin-left: 0px;
    margin-right: 10px;
  }
}

article#single section div.speakers div.share-content a img {
  width: 36px;
}

article#single section div.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  article#single section div.flex2 {
    margin: 0 !important;
    padding: 0 !important;
  }
}

article#single section div.flex2 div.name_wrap {
  margin-right: 10px;
}

article#single section div.flex2 div.name_wrap p.en_name {
  line-height: 1;
  font-size: 12px;
  padding-bottom: 10px;
}

article#single section div.flex2 div.name_wrap p.name {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1 !important;
}

article#single section div.flex2 div.share-content {
  position: static !important;
  min-width: auto !important;
}

article#single section div.flex2 div.share-content a img {
  width: 26px !important;
}

article#single section div.speakers_wrap {
  margin-top: 40px;
}

article#single section div.speakers_wrap h2 {
  margin-bottom: 40px;
}

article#single section div.detail {
  margin-bottom: 40px;
}

article#single section div.detail table {
  margin-bottom: 10px;
}

article#single section div.detail table tr th {
  background: #f1f1f1;
}

@media screen and (max-width: 768px) {
  article#single section div.detail table tr th {
    font-size: 1.4rem;
    white-space: nowrap;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  article#single section div.detail table tr td {
    line-height: 1.4;
  }
}

article#single section div.detail p {
  padding: 0;
  font-size: 1.4rem;
  opacity: 0.8;
  line-height: 1.2;
}

article#single section.archive-seminar-layout {
  max-width: 1280px !important;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1100px) {
  article#single section.archive-seminar-layout {
    padding: 80px;
  }
}

@media screen and (max-width: 768px) {
  article#single section.archive-seminar-layout {
    padding: 80px 20px;
  }
}

article#single section.archive-seminar-layout div.content__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1100px) {
  article#single section.archive-seminar-layout div.content__wrap {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  article#single section.archive-seminar-layout div.content__wrap {
    display: block;
  }
}

article#single section.archive-seminar-layout div.body {
  width: 50%;
  max-width: 50%;
}

@media screen and (max-width: 1100px) {
  article#single section.archive-seminar-layout div.body {
    width: 100%;
    max-width: 100%;
  }
}

article#single section.archive-seminar-layout div.body .wrap p {
  font-size: 1.6rem;
  line-height: 1.9;
}

article#single section.archive-seminar-layout div.body .wrap h2 {
  font-size: 2.2rem;
  margin: 40px 0 20px;
  color: #111752;
}

article#single section.archive-seminar-layout div.body .wrap .seminar-hero {
  margin-bottom: 30px;
}

article#single section.archive-seminar-layout div.body .wrap .seminar-hero img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 4px 16px;
          box-shadow: rgba(0, 0, 0, 0.08) 0 4px 16px;
}

article#single section.archive-seminar-layout div.body .wrap .archive-content {
  margin-top: 30px;
}

article#single section.archive-seminar-layout div.body .wrap .archive-content p {
  font-size: 1.6rem;
  line-height: 1.9;
}

article#single section.archive-seminar-layout div.body .wrap .archive-content h1, article#single section.archive-seminar-layout div.body .wrap .archive-content h2, article#single section.archive-seminar-layout div.body .wrap .archive-content h3, article#single section.archive-seminar-layout div.body .wrap .archive-content h4, article#single section.archive-seminar-layout div.body .wrap .archive-content h5, article#single section.archive-seminar-layout div.body .wrap .archive-content h6 {
  color: #111752;
  margin: 20px 0 10px;
}

article#single section.archive-seminar-layout div.body .wrap .archive-content ul, article#single section.archive-seminar-layout div.body .wrap .archive-content ol {
  padding-left: 20px;
  margin: 10px 0;
}

article#single section.archive-seminar-layout aside {
  width: 50%;
  max-width: 50%;
  padding-left: 40px;
}

@media screen and (max-width: 1100px) {
  article#single section.archive-seminar-layout aside {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-top: 80px;
  }
}

article#single section.archive-seminar-layout aside .content h3 {
  background-color: #111752;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 5px 0;
  margin-bottom: 20px;
  text-align: center;
}

article#single section.archive-seminar-layout aside .content .cf7-wrap .cf7-req {
  background: red;
  color: #fff;
  padding: 4px 6px 2px;
  border-radius: 4px;
  font-size: 11px;
  line-height: 1.2;
  display: inline-block;
  margin-left: 4px;
}

article#single section.archive-seminar-layout aside .content .cf7-wrap form#seminar-archive-form label {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}

article#single section.archive-seminar-layout aside .content .cf7-wrap form#seminar-archive-form label.agreement-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}

article#single section.archive-seminar-layout aside .content .cf7-wrap form#seminar-archive-form label.agreement-label input[type="checkbox"] {
  width: auto;
  margin-right: 8px;
  margin-top: 2px;
}

article#single section.archive-seminar-layout aside .content .cf7-wrap form#seminar-archive-form input[type="text"],
article#single section.archive-seminar-layout aside .content .cf7-wrap form#seminar-archive-form input[type="email"],
article#single section.archive-seminar-layout aside .content .cf7-wrap form#seminar-archive-form input[type="tel"] {
  width: 100%;
  border: 1px solid #d5dbe5;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 14px;
  background: #fff;
  margin-top: 4px;
}

article#single section.archive-seminar-layout aside .content .cf7-wrap form#seminar-archive-form input[type="submit"] {
  background-image: linear-gradient(135deg, #a8288d 0%, #397ac7 100%);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 700;
  letter-spacing: 1px;
  width: 100%;
  cursor: pointer;
  margin-top: 20px;
}

article#single section.archive-seminar-layout aside .content .cf7-wrap form#seminar-archive-form input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

article#single section.archive-seminar-layout aside .content .cf7-wrap form#seminar-archive-form p {
  font-size: 12px;
  color: #666;
  margin: 16px 0 8px;
  line-height: 1.4;
}

article#single section.archive-seminar-layout aside .content .cf7-wrap form#seminar-archive-form p a {
  color: #111752;
  text-decoration: underline;
}

article#single section div.btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  article#single section div.btn_wrap {
    margin-top: 40px;
  }
}

article#single section div.btn_wrap a.btn {
  display: block;
  width: 240px;
  border: solid 1px;
  text-align: center;
  padding: 15px 0;
  color: #111752;
  margin: auto;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}

article#single section div.btn_wrap a.btn:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  right: -40px;
  top: calc(50% - 1px);
  background: #111752;
}

/*============================
#business
============================*/
article#business section {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  article#business section {
    padding-bottom: 80px;
  }
}

article#business section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#business section ul {
    display: block;
  }
}

article#business section ul li {
  width: calc(50% - 20px);
  margin-right: 40px;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  article#business section ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
}

article#business section ul li div.img {
  padding-top: 60%;
  position: relative;
}

article#business section ul li div.img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

article#business section ul li h3 {
  padding: 20px 0;
}

article#business section ul li div.btn_wrap a.btn {
  margin-top: 40px;
  bottom: 0;
  display: block;
  width: 240px;
  border: solid 1px;
  text-align: center;
  padding: 15px 0;
  color: #111752;
  margin: auto;
  margin-top: 80px;
  font-weight: 600;
  letter-spacing: 2px;
  position: absolute;
  left: calc(50% - 120px);
}

@media screen and (max-width: 768px) {
  article#business section ul li div.btn_wrap a.btn {
    margin-top: 40px;
  }
}

article#business section ul li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  article#business section ul li:last-child {
    margin-bottom: 0;
  }
}

/*============================
#topics
============================*/
article#topics {
  width: auto;
}

article#topics header {
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: center;
  position: relative;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#topics header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

article#topics header div {
  font-size: 12rem;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: -1;
  letter-spacing: 8px;
}

@media screen and (max-width: 768px) {
  article#topics header div {
    font-size: 6rem;
    opacity: 0.06;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    z-index: -1;
    letter-spacing: 4px;
  }
}

article#topics header h2 {
  font-size: 6rem;
  letter-spacing: 4px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  article#topics header h2 {
    width: auto;
    font-size: 4.8rem;
  }
}

article#topics header h2:after {
  content: '';
  width: 80px;
  height: 2px;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0;
  background: #000;
}

article#topics header i {
  display: block;
  padding: 20px 0 0;
  letter-spacing: 2px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  article#topics header i {
    width: auto;
  }
}

article#topics section {
  padding: 80px 40px 40px;
}

@media screen and (max-width: 768px) {
  article#topics section {
    padding-bottom: 60px;
    padding-top: 80px;
  }
}

article#topics section div.wrap {
  margin: auto;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 2px;
}

article#topics section div.wrap ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul {
    width: auto;
  }
}

article#topics section div.wrap ul li.news__content.featureImg {
  width: calc(100% / 3 - 20px);
  margin-right: 30px;
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 40px;
}

article#topics section div.wrap ul li.news__content.featureImg:nth-child(-n+4) {
  width: calc(50% - 10px);
  margin-right: 0;
}

article#topics section div.wrap ul li.news__content.featureImg:nth-child(-n+4) a.link img {
  max-height: 320px;
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul li.news__content.featureImg:nth-child(-n+4) a.link img {
    max-height: 100px;
  }
}

article#topics section div.wrap ul li.news__content.featureImg:first-child {
  margin-right: 20px !important;
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul li.news__content.featureImg:first-child {
    margin-right: 10px !important;
  }
}

article#topics section div.wrap ul li.news__content.featureImg:nth-child(3) {
  margin-right: 20px !important;
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul li.news__content.featureImg:nth-child(3) {
    margin-right: 10px !important;
  }
}

article#topics section div.wrap ul li.news__content.featureImg:nth-child(3n + 7) {
  margin-right: 0;
}

article#topics section div.wrap ul li.news__content.featureImg:nth-child(3n+7) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul li.news__content.featureImg {
    margin-bottom: 20px;
    margin-right: 10px !important;
    width: calc(100% / 2 - 5px) !important;
  }
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul li.news__content.featureImg:nth-child(2n) {
    margin-right: 0px !important;
  }
}

article#topics section div.wrap ul li.news__content.featureImg a.link {
  width: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul li.news__content.featureImg a.link {
    width: auto;
  }
}

article#topics section div.wrap ul li.news__content.featureImg a.link img {
  width: 100%;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul li.news__content.featureImg a.link img {
    max-height: 100px;
  }
}

article#topics section div.wrap ul li.news__content.featureImg a.link div.font-DinMed {
  width: auto;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 10px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul li.news__content.featureImg a.link div.font-DinMed {
    width: auto;
    padding: 0 0 10px;
  }
}

article#topics section div.wrap ul li.news__content.featureImg a.link div.font-DinMed p {
  width: auto;
  opacity: 0.6;
  letter-spacing: 0;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul li.news__content.featureImg a.link div.font-DinMed p {
    width: auto;
  }
}

article#topics section div.wrap ul li.news__content.featureImg a.link div.font-DinMed span {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul li.news__content.featureImg a.link div.font-DinMed span {
    width: auto;
  }
}

article#topics section div.wrap ul li.news__content.featureImg a.link div.text__content {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul li.news__content.featureImg a.link div.text__content {
    width: auto;
  }
}

article#topics section div.wrap ul li.news__content.featureImg a.link div.text__content h3 {
  width: auto;
  font-size: 1.8rem;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#topics section div.wrap ul li.news__content.featureImg a.link div.text__content h3 {
    width: auto;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
  }
}

article#topics section div.wrap div#more_disp {
  padding-top: 40px;
}

article#topics section div.wrap div#more_disp p.p-more-btn {
  background: #c8102e;
  color: #fff;
  width: 240px;
  padding: 18px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
  font-size: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
  margin: auto;
}

article#topics section div.wrap div#more_disp p.p-more-btn:before {
  content: "";
  background: #fff;
  height: 1px;
  width: 40px;
  right: 0;
  position: absolute;
}

article#topics section div.wrap div#more_disp p.p-more-btn:after {
  content: "";
  background: #c8102e;
  height: 1px;
  width: 40px;
  right: -40px;
  position: absolute;
}
/*# sourceMappingURL=common.css.map */