
/* リセット.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* //リセット.css */


/*コンテンツcss*/
html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #444444;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

.lpeCElement {
  position: static;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  color: #444444;
}
.wrap {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px 90px;
}
.mktoHtmlText,
a,
p,
strong,
li,
span,
strong {
  font-size: 1.6rem;
}


/* Header Area */
.header-nav {
  position: relative;
  max-width: 960px;
  height: 55px;
  margin: 0 auto;
  padding: 5px;
}
.header-back {
  position: relative;
  text-align: center;
  /* max-width: 960px; */
  height: 300px;
  background: url("../images/20211126_mv.jpg") no-repeat center center / cover;
}
.header-back::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #444444;
  opacity: 0.7;
}
.header-title {
  height: 100%;
}
.header-title h1 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.header-title .header-main {
  line-height: 1.6;
  color: #FFFFFF;
  font-size: 3.2rem;
  font-weight: bold;
}
.header-title .header-day {
  display: inline-block;
  margin-top: 30px;
  padding: 5px 24px;
  background: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
}

/* Footer Area */
#footer {
  background-color: #b8d8e3;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

div.footerwrap {
  background-color: #b8d8e3;
  max-width: 960px;
  margin: 0 auto;
}

.copyright {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 1.5rem;
}

  
/* main */
.first-navigation-wrap {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}
.solution-wrap {
  text-align: center;
}
.solution-heading {
  font-size: 2.0rem;
  font-weight: bold;
}
.solution-content {
  margin-top: 1em;
  font-size: 1.6rem;
}
.nav-list-child {
  width: 240px;
  height: 64px;
}
.nav-list-child + .nav-list-child {
  margin-top: 20px;
}
.nav-list-child .nav {
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 64px;
  color: #1853A0;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: bold;
  box-shadow: 0 1px 6px rgba(36, 36, 36, 0.15);
  background: url("/event/img/icn_arrow_down.svg") no-repeat center bottom 8px / 14px 9px #FFFFFF;
  transition: 0.3s;
}
.nav-list-child .nav:hover {
  box-shadow: 0 1px 9px rgba(36, 36, 36, 0.30);
}
.lead {
  margin: 70px 0;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
  padding: 50px 40px 50px 75px;
}
.section-header {
  margin-bottom: 30px;
}
.section-header h2 {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  font-size: 2.8rem;
  font-weight: bold;
}
.section-header h2::after {
  content: "";
  display: block;
  position: relative;
  bottom: -20px;
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
  background: #1853A0;
}
.section-overview-table {
  width: 100%;
  margin-bottom: 58px;
  border: 1px solid #DFDFDF;
}
.section-overview-table tr + tr {
  border-top: 1px solid #DFDFDF;
}
.section-overview-table td {
  width: calc(100% - 160px);
  padding: 20px 16px;
}
.section-overview-table td p .red {
  color: #D80000;
}
.section-overview-table th {
  width: 160px;
  text-align: left;
  vertical-align: middle;
  padding: 20px 30px;
  background: #F8F8F8;
  border-right: 1px solid #DFDFDF;
}
.section-speakers-wrap {
  display: flex;
  /* flex-wrap: wrap; */
}
.section-speakers-wrap + .section-speakers-wrap {
  margin-top: 48px;
}
.speakers-img {
  width: 136px;
}
.speakers-name {
  max-width: 254px;
  width: 100%;
  margin-left: 30px;
  font-size: 2.0rem;
  font-weight: bold;
}
.speakers-name span {
  display: block;
  margin-bottom: 8px;
  line-height: 1.6;
  color: #858585;
  font-size: 1.4rem;
  font-weight: normal;
}
.speakers-abs {
  max-width: 450px;
  width: 100%;
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #DFDFDF;
  font-size: 1.4rem;
}

.cv_container {
  height: 204px;
}
#cv_fix {
  padding: 55px 0;
  background: #1853a0; /* Old browsers */
  background: -moz-linear-gradient(top, #1853a0 0%, #1853a0 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1853a0 0%,#1853a0 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1853a0 0%,#1853a0 100%);
}
#cv_fix.fixed {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 10;
}
#cv_fix.fixed p {
  display: none;
}
.cv_btn_area .cv_btn {
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 320px;
  height: 54px;
  line-height: 54px;
  border: 1px solid #FAC452;
	background-color: #FAC452;
  color: #1A1311;
  border-radius: 27px;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-transition: box-shadow 0.08s, transform 0.08s;
  -o-transition: box-shadow 0.08s, transform 0.08s;
  transition: box-shadow 0.08s, transform 0.08s;
  -webkit-box-shadow: 0 4px #B1872D;
  box-shadow: 0 4px #B1872D;
}
.cv_btn_area .cv_btn:hover {
  border-color: #F4A706;
	background-color: #F4A706;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.cv_btn_area p {
  text-align: center;
  margin-top: 16px;
  color: #FFFFFF;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  /* Header Area */
  .header-nav {
    width: 100%;
    padding: 10px;
  }
  .header-nav img {
    height: 38px;
  }
  .header-back {
    padding: 30px 24px;
    min-width: 100%;
    height: 220px;
    background: url("../images/20211126_mv.jpg") no-repeat center center / cover;
  }
  .header-title .header-main {
    font-size: 2.2rem;
  }
  .header-title .header-day {
    margin-top: 20px;
    padding: 7px 35px 5px;
    font-size: 1.6rem;
  }

  /* Footer Area */
  #footer {
    background-color: #b8d8e3;
    width: 100%;
    padding: 0;
  }
  div.footerwrap {
    background-color: #b8d8e3;
    width: 100%;
    margin: 0 auto;
  }
  .copyright {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 1.4rem;
  }

  .wrap {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 14px 30px;
  }
  .first-navigation-wrap {
    display: block;
    margin-top: 0;
  }
  .nav-wrap {
    margin-top: 20px;
  }
  .nav-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .nav-list-child {
    max-width: 240px;
    width: calc(50% - 6px);
    height: 64px;
  }
  .nav-list-child + .nav-list-child {
    margin-top: 0;
    margin-left: 12px;
  }
  .lead {
    margin: 30px 0 50px;
    padding: 25px 15px;
  }
  .section-header {
    margin-bottom: 10px;
  }
  .section-header h2 {
    padding-bottom: 12px;
    font-size: 2.0rem;
  }
  .section-header h2::after {
    bottom: -12px;
    height: 4px;
  }
  .section-overview-table {
    table-layout: fixed;
    margin: 24px 0 40px;
    border: 0;
    border-bottom: 1px solid #EEEEEE;
  }
  .section-overview-table tr {
    display: block;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .section-overview-table tr + tr {
    border-top: 1px solid #EEEEEE;
  }
  .section-overview-table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    background: #FFFFFF;
    border-right: 0;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .section-overview-table th p {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .section-overview-table td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
  }
  .section-overview-table td p {
    font-size: 1.2rem;
  }
  .section-overview-table td p span {
    font-size: 1.2rem;
  }
  .section-speakers-wrap + .section-speakers-wrap {
    margin-top: 30px;
  }
  .speakers-img {
    width: 80px;
  }
  .speakers-img img {
    width: 100%;
    height: auto;
  }
  .speakers-name {
    width: calc(100% - 92px);
    margin-left: 12px;
    font-size: 1.4rem;
  }
  .speakers-name span {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .speakers-abs {
    max-width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    font-size: 1.2rem;
  }
  .cv_btn_area {
    padding: 0 16px;
  }
  .cv_btn_area .cv_btn {
    width: 100%;
    max-width: 320px;
  }
}

/* 2024.08.23 追加 */
/*
.l-main p {
  margin-top: 0;
}

.l-main p.lead {
  margin-top: 70px;
}
.l-main p.solution-content {
  margin-top: 1rem;
}

.l-topicpath li {
  font-size: 150% !important;
}
.l-topicpath li a,
.l-footer-nav__itm a {
  font-size: 100% !important;
}
*/
.l-topicpath-list__itm,
.l-topicpath-list__itm a {
  font-size: 1.3rem;
}

.l-footer-nav__itm a {
  font-size: 1.3rem;
}

.section-overview-table p {
  margin-top: 0;
}

.section-speakers-wrap .speakers-abs {
  margin-top: 0;
}

.cv_container {
  height: auto;
}