@charset "UTF-8";
@-webkit-keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes bottomToTop {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bottomToTop {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blur {
  from {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

/*****************************************************
  Foundation
*****************************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  /* 2 */
  margin: 0;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  height: 100%;
  background-color: #fff;
  color: #000;
  font: 500 14px/1.5 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  word-wrap: break-word;
  width: 100%;
  min-width: 1120px;
  word-break: break-word;
}

body.-open {
  overflow: hidden;
}

div, span, input, textarea, a, table, th, td, section, nav, aside, header, footer, main, figure, select, dl, ul, ol, li, dt, dd, p, label, button, h1, h2, h3, h4, h5, h6 {
  box-sizing: border-box;
}

ul, ol, li, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em {
  font-style: normal;
}

p {
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input, textarea, select, button {
  font: inherit;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type="text"] {
  line-height: 1.5;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: .1s linear;
}

select {
  box-sizing: border-box;
  white-space: nowrap;
}

a {
  color: #00629d;
  text-decoration: none;
  opacity: 1;
  transition: .1s linear;
}

/*****************************************************
  Layout
*****************************************************/
/* =================================================
  .l-statusNavi
================================================= */
.l-statusNavi {
  position: relative;
  height: 33px;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
}

.l-statusNavi_container {
  display: flex;
  justify-content: space-between;
  width: 1120px;
  height: 100%;
  margin: 0 auto;
}

.l-statusNavi_func {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: auto;
}

.l-statusNavi_func_item {
  font-weight: 500;
}

.l-statusNavi_func_item + .l-statusNavi_func_item {
  margin-left: 4px;
}

.l-statusNavi_func_item a {
  display: inline-block;
  width: 110px;
  height: 26px;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  transition: .3s;
}

.l-statusNavi_func_item a:hover {
  color: #00629d;
}

.l-statusNavi_func_item a.-login, .l-statusNavi_func_item a.-mypage {
  border-color: #00629d;
  background: #00629d;
  background-image: linear-gradient(to right, #66a1c4, #00629d);
  color: #fff;
}

.l-statusNavi_func_item a.-login:not([disabled]):hover, .l-statusNavi_func_item a.-mypage:not([disabled]):hover {
  background: #fff;
  color: #00629d;
}

.l-statusNavi_func_item a.-regist {
  border-color: #ed1524;
  background: #ed1524;
  background-image: linear-gradient(to right, #f25f65, #ed1524);
  color: #fff;
}

.l-statusNavi_func_item a.-regist:not([disabled]):hover {
  background: #fff;
  color: #ed1524;
}

/* =================================================
  Frame
================================================= */
.l-wrapper {
  min-width: 1140px;
  overflow-x: hidden;
}

.l-content {
  position: relative;
  padding: 0 10px;
}

.l-main {
  padding: 0 0 60px;
}

.l-container {
  width: 1120px;
  margin: 0 auto;
}

body.-top .l-main {
  padding-bottom: 0;
}

body.-leaf .l-content {
  background: #f7fbff url(/images/expo/xtech/2020/bg_polygon_02.png) 50% 0/100% auto no-repeat;
}

body.-leaf .l-main {
  padding: 0;
}

/* =================================================
  Header
================================================= */
.l-header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

.l-header.-fixed {
  z-index: 10000;
  position: fixed;
  top: 0;
}

.l-header.-fixed + .l-content {
  margin-top: 128px;
}

.l-header_container {
  padding: 0 10px;
}

.l-header_block {
  display: flex;
  position: relative;
  align-items: center;
  width: 1120px;
  height: 68px;
  margin: 0 auto;
}

.l-header_searchBox {
  position: relative;
  width: 230px;
  margin-left: 8px;
}

.l-header_searchBox_form {
  display: flex;
  border-bottom: solid 1px #00629d;
}

.l-header_searchBox_field {
  width: calc(100% - 40px);
  height: 40px;
  border: 0;
  outline: none;
  color: #666;
}

.l-header_searchBox_submit {
  display: block;
  width: 40px;
  padding: 0;
  border: none;
  background: #fff url(/images/expo/xtech/2020/ico_search.svg) 50% 50%/18px auto no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}

.l-header_siteLogo {
  position: absolute;
  right: 0;
  left: 0;
  width: 351px;
  margin: 0 auto;
}

.l-header_siteLogo img {
  display: block;
  transition: all .3s;
}

.l-header_siteLogo a:hover img {
  opacity: .5;
}

.l-header_info {
  margin: 0 0 0 auto;
  padding-top: 2px;
}

.l-header_info_label {
  width: 3.8em;
  border: 1px solid #eaeaea;
  font-size: 11px;
  letter-spacing: .15em;
  text-align: center;
  text-indent: .15em;
}

.l-header_info_detail {
  margin: -1.3em 0 0 3.5em;
}

.l-header_info_detail + .l-header_info_label {
  margin-top: 3px;
}

.l-header_info_detail b {
  font-size: 16px;
  line-height: 1;
}

.l-header_navi {
  background: #00629d;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.l-header_navi_menu {
  display: flex;
  align-items: center;
  width: 1120px;
  height: 40px;
  margin: 0 auto;
}

.l-header_navi_menu_item {
  position: relative;
  flex: 1;
  height: 100%;
}

.l-header_navi_menu_item a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  text-align: center;
}

.l-header_navi_menu_item a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.l-header_navi_menu_item a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 16px;
  margin: auto 0;
  background: #fff;
  content: '';
}

.l-header_navi_menu_item:last-child a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 16px;
  margin: auto 0;
  background: #fff;
  content: '';
}

.l-header_overlay {
  display: none;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.7;
}

body.-open .l-header_overlay {
  display: block;
}

/* =================================================
  .l-localNavi
================================================= */
.l-localNavi {
  display: block;
  width: 80px;
  text-align: center;
}

.l-localNavi_toggle {
  display: block;
  position: relative;
  height: 68px;
  padding-top: 42px;
  color: #000;
}

.l-localNavi_toggle:hover {
  background-color: #f6f7fc;
}

.l-localNavi_toggle_icon {
  display: block;
  position: absolute;
  top: 21px;
  right: 0;
  left: 0;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #00629d;
  transition: all .3s;
}

.l-localNavi_toggle_icon::before, .l-localNavi_toggle_icon::after {
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  margin: 0 auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #00629d;
  content: '';
  transition: all .3s;
}

.l-localNavi_toggle_icon::before {
  top: 6px;
}

.l-localNavi_toggle_icon::after {
  top: 12px;
}

.l-localNavi_toggle_label {
  display: block;
  font-size: 10px;
  font-weight: bold;
}

.l-localNavi_panel {
  z-index: 9999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -380px;
  width: 380px;
  height: 100vh;
  overflow: hidden;
  background: #fff;
  text-align: left;
  transition: all linear .2s;
}

.l-localNavi_panel.-open {
  left: 0;
  box-shadow: 4px 0 12px 0 rgba(0, 0, 0, 0.1);
}

.l-localNavi_panel_container {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}

.l-localNavi_close {
  display: block;
  position: relative;
  width: 42px;
  height: 42px;
  margin: 12px 0 0 12px;
}

.l-localNavi_close::before, .l-localNavi_close::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 3px;
  margin: auto;
  background: #00629d;
  content: '';
}

.l-localNavi_close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-localNavi_close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.l-localNavi_header {
  padding: 24px 20px 20px 64px;
}

.l-localNavi_header_func {
  display: flex;
}

.l-localNavi_header_func_item {
  flex: 1;
}

.l-localNavi_header_func_item + .l-localNavi_header_func_item {
  margin-left: 20px;
}

.l-localNavi_header_func_item a {
  display: block;
  padding: 6px 10px 5px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  transition: .3s;
}

.l-localNavi_header_func_item a.-login, .l-localNavi_header_func_item a.-mypage {
  border-color: #00629d;
  background: #00629d;
  background-image: linear-gradient(to right, #66a1c4, #00629d);
  color: #fff;
}

.l-localNavi_header_func_item a.-login:not([disabled]):hover, .l-localNavi_header_func_item a.-mypage:not([disabled]):hover {
  background: #fff;
  color: #00629d;
}

.l-localNavi_header_func_item a.-regist {
  border-color: #ed1524;
  background: #ed1524;
  background-image: linear-gradient(to right, #f25f65, #ed1524);
  color: #fff;
}

.l-localNavi_header_func_item a.-regist:not([disabled]):hover {
  background: #fff;
  color: #ed1524;
}

.l-localNavi_content {
  padding-bottom: 30px;
  border-top: 1px solid #eee;
}

.l-localNavi_menu {
  margin: 25px 0 0;
  padding: 0 0 0 64px;
}

.l-localNavi_menu_heading {
  position: relative;
  margin: 0 0 5px;
  padding: 1px 0 0 12px;
  color: #103d67;
  font-size: 15px;
}

.l-localNavi_menu_heading::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: calc(100% - 7px);
  margin: auto 0;
  background: linear-gradient(to bottom, #231815 0%, #231815 50%, #00629d 50%, #00629d 100%);
  content: '';
}

.l-localNavi_menu_list.-division2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-localNavi_menu_list.-division2 .l-localNavi_menu_item {
  width: calc(50% - 8px);
}

.l-localNavi_menu_item {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: bold;
}

.l-localNavi_menu_item a {
  display: block;
  padding: 10px 0 8px;
  color: #000;
}

.l-localNavi_menu_item a:hover {
  color: #00629d;
}

.l-localNavi_footer_func {
  padding: 0 20px 30px 64px;
}

.l-localNavi_footer_func a {
  display: inline-block;
  min-width: 110px;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  transition: .3s;
}

.l-localNavi_footer_func a.-logout {
  color: #666;
}

/* =================================================
  Footer
================================================= */
.l-footer {
  padding: 40px 10px;
  background: #eee;
}

.l-footer_nav_link {
  display: flex;
  justify-content: center;
}

.l-footer_nav_link_item {
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.4;
}

.l-footer_nav_link_item a {
  color: #000;
}

.l-footer_nav_link_item a:hover {
  color: #00629d;
}

.l-footer_nav_link_item + .l-footer_nav_link_item {
  border-left: 1px solid #999;
}

.l-footer_nav_company {
  margin: 35px 0 0;
  text-align: center;
}

.l-footer_nav_company img {
  width: 76px;
}

.l-footer_copyright {
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}

.l-footer_copyright p {
  color: #666;
  font-size: 12px;
}

/* =================================================
  .l-section
================================================= */
.l-section + .l-section {
  margin-top: 60px;
}

.l-section.-full {
  margin-right: -10px;
  margin-left: -10px;
  padding: 60px 10px;
  background: #fff;
}

.l-section.-full + .l-section.-full {
  margin-top: 0;
}

.l-section.-full.-var01 {
  background: #f7f7f7 url(/images/expo/xtech/2020/bg_polygon.svg) 50% 0/100% auto no-repeat;
}

.l-section.-full.-var02 {
  position: relative;
}

.l-section.-full.-var02::before {
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  content: '';
}

.l-section.-border {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.l-section.-border + .l-section.-border {
  margin-top: 20px;
}

/* =================================================
  .l-topicsPath
================================================= */
.l-topicsPath {
  display: flex;
  width: 1120px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 12px;
}

.l-topicsPath_item {
  color: #666;
}

.l-topicsPath_item a {
  color: #00629d;
}

.l-topicsPath_item a:hover {
  text-decoration: underline;
}

.l-topicsPath_item + .l-topicsPath_item::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #00629d;
  border-right: 2px solid #00629d;
  vertical-align: .1em;
  content: '';
}

/* =================================================
  .l-pageHeader
================================================= */
.l-pageHeader {
  margin: 0 -10px 40px;
  padding: 15px 10px 25px;
  background: #f7fbff url(/images/expo/xtech/2020/bg_heading_common.png) 100% 50%/auto 100% no-repeat;
}

.l-pageHeader_title {
  margin: 18px 0 0;
  color: #103d67;
  font-size: 32px;
  line-height: 1.4;
}

.l-pageHeader .l-topicsPath {
  padding: 0;
}

/* =================================================
  .l-featureHeader
================================================= */
.l-featureHeader {
  margin: 0 -10px;
  background: #000;
}

.l-featureHeader_inner {
  position: relative;
  width: 1120px;
  margin: 0 auto;
}

.l-featureHeader_image {
  margin: 0;
}

.l-featureHeader_title {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px 60px;
  color: #000;
  font-size: 36px;
  line-height: 1.24;
}

.l-featureHeader_title.-pavilion {
  left: -3000px;
}

/* =================================================
  popup
================================================= */
body.-popup {
  height: 100%;
  background: #f6f6f6;
}

.l-popUp {
  padding: 0 10px;
  background: #fff;
}

.l-popUp_header {
  display: flex;
  width: 1120px;
  margin: 0 auto;
  padding: 20px 0 17px;
}

.l-popUp_header_siteLogo {
  width: 415px;
}

.l-popUp_header_siteLogo a {
  transition: all .3s;
}

.l-popUp_header_siteLogo a:hover {
  opacity: .5;
}

.l-popUp_header_heading {
  flex: 1;
  margin-left: 33px;
  line-height: 1;
}

.l-popUp_header_title {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.l-popUp_header_date {
  color: #666;
  font-size: 12px;
}

.l-popUp_content {
  width: 1120px;
  margin: 0 auto;
}

.l-popUp_contentWrapper {
  margin: 0 auto;
}

.l-popUp_footer {
  margin: 30px -10px 0;
  padding: 0 10px;
  background: #f6f6f6;
}

.l-popUp_footer_inner {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  width: 1120px;
  margin: 0 auto;
  padding: 30px 0 26px;
}

.l-popUp_footer_company img {
  width: 76px;
}

.l-popUp_footer_company a {
  transition: all .3s;
}

.l-popUp_footer_company a:hover {
  opacity: .5;
}

.l-popUp_footer_copyright {
  color: #7a7a7a;
  font-size: 12px;
}

/*****************************************************
  Object
*****************************************************/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

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

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs13 {
  font-size: 13px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs15 {
  font-size: 15px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs17 {
  font-size: 17px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs19 {
  font-size: 19px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs21 {
  font-size: 21px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs23 {
  font-size: 23px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs25 {
  font-size: 25px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs27 {
  font-size: 27px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-fs29 {
  font-size: 29px !important;
}

.u-fs30 {
  font-size: 30px !important;
}

.u-fs31 {
  font-size: 31px !important;
}

.u-fs32 {
  font-size: 32px !important;
}

.u-fs33 {
  font-size: 33px !important;
}

.u-fs34 {
  font-size: 34px !important;
}

.u-fs35 {
  font-size: 35px !important;
}

.u-textbold {
  font-weight: 700 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-clear {
  clear: both !important;
}

.u-ac {
  text-align: center !important;
}

.u-ar {
  text-align: right !important;
}

.u-al {
  text-align: left !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

/* -----------------------------------------------
  .c-btn
----------------------------------------------- */
.c-btn {
  display: table;
  min-width: 353px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 17px 20px 16px;
  border-radius: 2px;
  border-color: #00629d;
  background: #00629d;
  background-image: linear-gradient(to right, #66a1c4, #00629d);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  transition: .3s;
}

.c-btn:not([disabled]):hover {
  background: #fff;
  color: #00629d;
}

.c-btn:hover {
  box-shadow: inset 0 0 0 2px #00629d, 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.c-btn.-regist {
  border-color: #ed1524;
  background: #ed1524;
  background-image: linear-gradient(to right, #f25f65, #ed1524);
  color: #fff;
}

.c-btn.-regist:not([disabled]):hover {
  background: #fff;
  color: #ed1524;
}

.c-btn.-regist:hover {
  box-shadow: inset 0 0 0 2px #ed1524, 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

.c-btn[disabled] {
  background: #cacaca;
  box-shadow: none;
  cursor: default;
}

.c-btn.-business {
  margin-top: 25px;
}

.c-btn.-business::before {
  display: block;
  width: 65px;
  height: 40px;
  margin: 0 auto 3px;
  background: url(/images/expo/xtech/2020/ico_business.svg) 50% 50%/contain no-repeat;
  content: '';
}

.c-btn.-business:hover::before {
  background: url(/images/expo/xtech/2020/ico_business_02.svg) 50% 50%/contain no-repeat;
}

.c-btn02 {
  display: table;
  position: relative;
  min-width: 187px;
  margin-top: 40px;
  padding: 4px 16px 3px;
  border: 1px solid #00629d;
  border-radius: 2px;
  background: #fff;
  color: #00629d;
  text-align: center;
}

.c-btn02:hover {
  background: #00629d;
  color: #fff;
}

.c-btn02.-center {
  margin-right: auto;
  margin-left: auto;
}

.c-btn02.-high {
  padding-top: 9px;
  padding-bottom: 8px;
}

.c-btn02.-more {
  padding-right: 30px;
  padding-left: 30px;
}

.c-btn02.-more::after {
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto 0;
  -webkit-transform: rotate(135deg) translateY(3px);
          transform: rotate(135deg) translateY(3px);
  border-top: 1px solid #00629d;
  border-right: 1px solid #00629d;
  content: '';
}

.c-btn02.-more:hover::after {
  border-color: #fff;
}

/* -----------------------------------------------
  title
----------------------------------------------- */
.c-titleLvTwo {
  position: relative;
  margin: 0 0 35px;
  padding: 15px 0 0 20px;
  color: #103d67;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}

.c-titleLvTwo::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 9px 9px 0 0;
  border-style: solid;
  border-color: #0062b0 transparent transparent transparent;
  content: '';
}

.c-title {
  position: relative;
  margin: 0 0 26px;
  padding-left: 12px;
  color: #103d67;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.c-title::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: calc(100% - 8px);
  margin: auto 0;
  background: linear-gradient(to bottom, #231815 0%, #231815 50%, #00629d 50%, #00629d 100%);
  content: '';
}

.c-title a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------
  .c-notice
----------------------------------------------- */
.c-notice_item {
  position: relative;
  padding-left: 1em;
  color: #666;
}

.c-notice_item + .c-notice_item {
  margin-top: 5px;
}

.c-notice_mark {
  position: absolute;
  left: 0;
}

/* -----------------------------------------------
.c-linkMore
----------------------------------------------- */
.c-linkMore {
  display: table;
  position: relative;
  margin: 15px 0 0 auto;
  padding: 0 15px 0 0;
}

.c-linkMore::after {
  display: block;
  position: absolute;
  top: .35em;
  right: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #00629d;
  content: '';
}

.c-linkMore a {
  color: #00629d;
}

.c-linkMore a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------
  .c-linkArrow
----------------------------------------------- */
.c-linkArrow {
  display: inline-block;
  position: relative;
  padding: 0 0 0 15px;
}

.c-linkArrow a {
  color: #000;
}

.c-linkArrow a:visited {
  color: #666;
}

.c-linkArrow a:hover {
  color: #00629d;
}

.c-linkArrow::before {
  display: block;
  position: absolute;
  top: .35em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #00629d;
  content: '';
}

/* -----------------------------------------------
  .c-linkArrowList
----------------------------------------------- */
[class^="c-linkArrowList"]:not([class*="_item"]) [class^="c-linkArrowList"]:not([class*="_item"]) {
  margin-top: 5px;
  padding: 0 0 5px;
}

.c-linkArrowList {
  flex-wrap: wrap;
}

.c-linkArrowList.-division2, .c-linkArrowList.-division3, .c-linkArrowList.-division4 {
  display: flex;
  margin: 0 0 0 -32px;
}

.c-linkArrowList.-division2 .c-linkArrowList_item, .c-linkArrowList.-division3 .c-linkArrowList_item, .c-linkArrowList.-division4 .c-linkArrowList_item {
  margin: 5px 0 0 32px;
}

.c-linkArrowList.-division2 .c-linkArrowList_item {
  width: calc(50% - 32px);
}

.c-linkArrowList.-division2 .c-linkArrowList_item:nth-child(-n+2) {
  margin-top: 0;
}

.c-linkArrowList.-division3 .c-linkArrowList_item {
  width: calc(33.33% - 32px);
}

.c-linkArrowList.-division3 .c-linkArrowList_item:nth-child(-n+3) {
  margin-top: 0;
}

.c-linkArrowList.-division4 .c-linkArrowList_item {
  width: calc(25% - 32px);
}

.c-linkArrowList.-division4 .c-linkArrowList_item:nth-child(-n+4) {
  margin-top: 0;
}

.c-linkArrowList_item {
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 15px;
  font-size: 17px;
  font-weight: bold;
}

.c-linkArrowList_item:first-child {
  margin-top: 0;
}

.c-linkArrowList_item::before {
  display: block;
  position: absolute;
  top: .4em;
  left: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #00629d;
  content: '';
}

.c-linkArrowList_item > a {
  color: #000;
}

.c-linkArrowList_item > a:visited {
  color: #666;
}

.c-linkArrowList_item > a:hover {
  color: #00629d;
}

/* -----------------------------------------------
  .c-modal
----------------------------------------------- */
.c-modal {
  position: relative;
  width: 620px;
  max-width: 100%;
  max-height: 80%;
  margin: auto;
  padding: 30px;
  border-radius: 2px;
  background: #fff;
}

.c-modal_header {
  padding: 0 0 20px;
}

.c-modal_header.-border {
  margin-right: -30px;
  margin-left: -30px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 1px solid #eee;
}

.c-modal_header + .c-modal_footer {
  padding-top: 10px;
}

.c-modal_scroll {
  max-height: calc(100vh - 271px);
  margin: 0 -30px;
  padding: 0 30px;
  overflow: auto;
}

.c-modal_footer {
  padding: 20px 0 0;
  text-align: center;
}

.c-modal_footer.-border {
  margin: 20px -30px 0;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px solid #eee;
}

.c-modal_footer_done {
  color: #00629d;
  font-size: 17px;
}

.c-modal_footer_done:hover {
  text-decoration: underline;
}

.c-modal_footer .c-btn,
.c-modal_footer .c-btn02 {
  margin-top: 0;
}

.c-modal_title {
  margin: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.41;
  text-align: center;
}

.c-modal_title a {
  color: #00629d;
}

.c-modal_title a:hover {
  text-decoration: underline;
}

.c-modal_desc {
  margin: 20px 0;
  color: #666;
  font-size: 12px;
}

/* -----------------------------------------------
  .c-formCheck
----------------------------------------------- */
.c-formCheck_label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  color: #242424;
}

.c-formCheck_label input[type="checkbox"] {
  display: none;
}

.c-formCheck_label input[type="checkbox"]:checked + .c-formCheck_ico {
  border-color: transparent;
  background: #00629d url(/images/expo/xtech/2020/ico_checked.svg) 50% 50%/11px auto no-repeat;
}

.c-formCheck_ico {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background: #fff;
}

/* -----------------------------------------------
  .c-formCheckList
----------------------------------------------- */
.c-formCheckList {
  flex-wrap: wrap;
}

.c-formCheckList.-horizontal, .c-formCheckList.-division2, .c-formCheckList.-division3, .c-formCheckList.-division4 {
  display: flex;
}

.c-formCheckList.-division2 {
  justify-content: space-between;
}

.c-formCheckList.-division2 .c-formCheckList_item {
  width: calc(100%/2 - 8px);
}

.c-formCheckList.-division2 .c-formCheckList_item:nth-child(-n+2) {
  margin-top: 0;
}

.c-formCheckList.-division3 {
  margin-left: -16px;
}

.c-formCheckList.-division3 .c-formCheckList_item {
  width: calc(100%/3 - 16px);
  margin-left: 16px;
}

.c-formCheckList.-division3 .c-formCheckList_item:nth-child(-n+3) {
  margin-top: 0;
}

.c-formCheckList.-division4 {
  margin-left: -16px;
}

.c-formCheckList.-division4 .c-formCheckList_item {
  width: calc(100%/4 - 16px);
  margin-left: 16px;
}

.c-formCheckList.-division4 .c-formCheckList_item:nth-child(-n+4) {
  margin-top: 0;
}

.c-formCheckList_item {
  margin: 12px 0 0;
}

.c-formCheckList_item:first-child {
  margin-top: 0;
}

.c-formCheckList_item_label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  color: #242424;
}

.c-formCheckList_item_label input[type="checkbox"] {
  display: none;
}

.c-formCheckList_item_label input[type="checkbox"]:checked + .c-formCheckList_item_ico {
  border-color: transparent;
  background: #00629d url(/images/expo/xtech/2020/ico_checked.svg) 50% 50%/11px auto no-repeat;
}

.c-formCheckList_item_ico {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background: #fff;
}

/* -----------------------------------------------
  .c-formRadioList
----------------------------------------------- */
.c-formRadioList {
  flex-wrap: wrap;
}

.c-formRadioList.-horizontal, .c-formRadioList.-division2, .c-formRadioList.-division3, .c-formRadioList.-division4 {
  display: flex;
}

.c-formRadioList.-horizontal {
  margin-top: -12px;
  margin-left: -10px;
}

.c-formRadioList.-horizontal .c-formRadioList_item {
  margin-top: 12px;
  margin-left: 10px;
}

.c-formRadioList.-division2 {
  justify-content: space-between;
}

.c-formRadioList.-division2 .c-formRadioList_item {
  width: calc(100%/2 - 8px);
}

.c-formRadioList.-division2 .c-formRadioList_item:nth-child(-n+2) {
  margin-top: 0;
}

.c-formRadioList.-division3 {
  margin-left: -16px;
}

.c-formRadioList.-division3 .c-formRadioList_item {
  width: calc(100%/3 - 16px);
  margin-left: 16px;
}

.c-formRadioList.-division3 .c-formRadioList_item:nth-child(-n+3) {
  margin-top: 0;
}

.c-formRadioList.-division4 {
  margin-left: -16px;
}

.c-formRadioList.-division4 .c-formRadioList_item {
  width: calc(100%/4 - 16px);
  margin-left: 16px;
}

.c-formRadioList.-division4 .c-formRadioList_item:nth-child(-n+4) {
  margin-top: 0;
}

.c-formRadioList_item {
  margin: 12px 0 0;
}

.c-formRadioList_item:first-child {
  margin-top: 0;
}

.c-formRadioList_item_label {
  display: inline-block;
  position: relative;
  padding-left: 29px;
}

.c-formRadioList_item_label::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #cfd8e1;
  border-radius: 50%;
  background: #fff;
  content: '';
}

.c-formRadioList_item_label input[type="radio"] {
  display: none;
}

.c-formRadioList_item_label input[type="radio"]:checked + .c-formRadioList_item_ico {
  display: block;
}

.c-formRadioList_item_ico {
  display: none;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00629d;
}

/* -----------------------------------------------
  .c-formText
----------------------------------------------- */
.c-formText {
  padding: 6px 12px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background: #fff;
  color: #000;
  vertical-align: bottom;
}

/* -----------------------------------------------
  .c-formTextArea
----------------------------------------------- */
.c-formTextArea {
  display: block;
  width: 100%;
  height: 90px;
  padding: 10px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background: #fff;
  color: #000;
}

/* -----------------------------------------------
  .c-formSelect
----------------------------------------------- */
.c-formSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 6px 35px 6px 12px;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  background: #fff url(/images/expo/xtech/2020/ico_arrow_bottom.svg) calc(100% - 11px) 50%/14px auto no-repeat;
  font-size: 17px;
}

.c-formSelect::-ms-expand {
  display: none;
}

/* -----------------------------------------------
  .c-iconAd
----------------------------------------------- */
.c-iconAd {
  display: table;
  margin: 0 0 15px;
  padding: 0 5px;
  border: 1px solid #666;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

/* -----------------------------------------------
  .p-pickUp
----------------------------------------------- */
.p-pickUp {
  margin: 20px -10px 40px;
  padding-bottom: 30px;
}

.p-pickUp_slide {
  opacity: 0;
}

.p-pickUp_slide.slick-initialized {
  -webkit-animation: 1s fadeIn .5s forwards;
          animation: 1s fadeIn .5s forwards;
}

.p-pickUp_slide .slick-dots {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  margin: 0 auto;
}

.p-pickUp_slide_item {
  position: relative;
  width: 736px;
  margin: 0 10px;
}

.p-pickUp_slide_item a {
  display: block;
  overflow: hidden;
}

.p-pickUp_slide_item a:hover .p-pickUp_slide_item_image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.p-pickUp_slide_item a:hover .p-pickUp_slide_item_title {
  text-decoration: underline;
}

.p-pickUp_slide_item_image img {
  transition: .3s ease-out;
}

.p-pickUp_slide_item_image::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  content: '';
  opacity: .6;
}

.p-pickUp_slide_item_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 50px;
  color: #fff;
}

.p-pickUp_slide_item_title {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}

/* -----------------------------------------------
  .p-topicsList
----------------------------------------------- */
.p-topicsList {
  border-top: 1px solid #eee;
}

.p-topicsList_item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.p-topicsList_item_meta {
  display: flex;
  align-items: flex-start;
}

.p-topicsList_item_date {
  width: 7em;
  padding-left: 5px;
  color: #666;
}

.p-topicsList_item_cat {
  width: 130px;
  margin: 0 15px 0 0;
  padding: 1px 5px;
  border: 1px solid #113f6a;
  border-radius: 2px;
  background-image: linear-gradient(289deg, #103d67, #2570a0);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.p-topicsList_item_text {
  flex: 1;
}

.p-topicsList_item_text a {
  color: #000;
}

.p-topicsList_item_text a:hover {
  color: #00629d;
}

/* -----------------------------------------------
  .p-pavilionList
----------------------------------------------- */
.p-pavilionList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -32px;
}

.p-pavilionList.-division2 .p-pavilionList_item {
  width: calc(50% - 32px);
}

.p-pavilionList.-division2 .p-pavilionList_item:nth-child(-n+2) {
  margin-top: 0;
}

.p-pavilionList.-division3 .p-pavilionList_item {
  width: calc(33.33% - 32px);
}

.p-pavilionList.-division3 .p-pavilionList_item:nth-child(-n+3) {
  margin-top: 0;
}

.p-pavilionList.-division4 .p-pavilionList_item {
  width: calc(25% - 32px);
}

.p-pavilionList.-division4 .p-pavilionList_item:nth-child(-n+4) {
  margin-top: 0;
}

.p-pavilionList_item {
  margin: 10px 0 0 32px;
}

.p-pavilionList_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 8px 20px;
  border: none;
  border-radius: 2px;
  border-color: #00629d;
  background: #00629d;
  background-image: linear-gradient(to right, #66a1c4, #00629d);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

.p-pavilionList_item a:not([disabled]):hover {
  background: #fff;
  color: #00629d;
}

.p-pavilionList_item a:hover {
  box-shadow: inset 0 0 0 2px #00629d, 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

/* -----------------------------------------------
  .p-themeList
----------------------------------------------- */
.p-themeList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -32px;
}

.p-themeList.-division2 .p-themeList_item {
  width: calc(50% - 32px);
}

.p-themeList.-division2 .p-themeList_item:nth-child(-n+2) {
  margin-top: 0;
}

.p-themeList.-division3 .p-themeList_item {
  width: calc(33.33% - 32px);
}

.p-themeList.-division3 .p-themeList_item:nth-child(-n+3) {
  margin-top: 0;
}

.p-themeList.-division4 .p-themeList_item {
  width: calc(25% - 32px);
}

.p-themeList.-division4 .p-themeList_item:nth-child(-n+4) {
  margin-top: 0;
}

.p-themeList_item {
  margin: 10px 0 0 32px;
}

.p-themeList_item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px 20px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #00629d, 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #00629d;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

.p-themeList_item a:hover {
  opacity: .7;
}

/* -----------------------------------------------
  .p-trendTagList
----------------------------------------------- */
.p-trendTagList {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0 -10px;
}

.p-trendTagList.-small .p-trendTagList_item a {
  font-size: 12px;
}

.p-trendTagList_item {
  margin: 10px 0 0 10px;
}

.p-trendTagList_item a {
  display: block;
  padding: 6px 19px 5px;
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fff;
  color: #00629d;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

.p-trendTagList_item a:hover {
  border-color: transparent;
  background: #00629d;
  color: #fff;
}

/* -----------------------------------------------
  .p-sponsor
----------------------------------------------- */
.p-sponsor + .p-sponsor {
  margin-top: 35px;
}

.p-sponsor_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 35px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.p-sponsor_title::before, .p-sponsor_title::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  content: '';
}

.p-sponsor_title::before {
  margin-right: 8px;
}

.p-sponsor_title::after {
  margin-left: 8px;
}

.p-sponsor_title.-diamond {
  color: #f87979;
}

.p-sponsor_title.-diamond::before, .p-sponsor_title.-diamond::after {
  background: #fdd7d7;
}

.p-sponsor_title.-sapphire {
  color: #798af8;
}

.p-sponsor_title.-sapphire::before, .p-sponsor_title.-sapphire::after {
  background: #d8ddfb;
}

.p-sponsor_title.-platinum {
  color: #7d8999;
}

.p-sponsor_title.-platinum::before, .p-sponsor_title.-platinum::after {
  background: #d8dbe0;
}

.p-sponsor_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -32px;
}

.p-sponsor_list_item {
  width: calc(25% - 32px);
  margin: 30px 0 0 32px;
  text-align: center;
}

.p-sponsor_list_item:nth-child(-n+4) {
  margin-top: 0;
}

/* -----------------------------------------------
  .p-boxInfo
----------------------------------------------- */
.p-boxInfo {
  margin-top: 50px;
  padding: 30px;
  border-radius: 2px;
  background: #f6f6f6;
}

.p-boxInfo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-boxInfo_list_item {
  width: calc(50% - 15px);
  margin: 10px 0 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #eee;
}

.p-boxInfo_list_item:nth-child(-n+2) {
  margin-top: 0;
}

/* -----------------------------------------------
  .p-boxBusiness
----------------------------------------------- */
.p-boxBusiness {
  margin-top: 40px;
  padding: 30px;
  border-radius: 2px;
  background: url(/images/expo/xtech/2020/bg_business.png) 50% 0/cover no-repeat;
}

.p-boxBusiness_caption {
  margin: 15px 0 0;
  font-size: 16px;
  text-align: center;
}

/* -----------------------------------------------
  .p-articlePanel
----------------------------------------------- */
.p-articlePanel {
  flex-wrap: wrap;
}

.p-articlePanel.-large, .p-articlePanel.-medium, .p-articlePanel.-small {
  display: flex;
  margin: 0 0 0 -32px;
}

.p-articlePanel.-large .p-articlePanel_item, .p-articlePanel.-medium .p-articlePanel_item, .p-articlePanel.-small .p-articlePanel_item {
  margin: 35px 0 0 32px;
}

.p-articlePanel.-large {
  justify-content: space-between;
}

.p-articlePanel.-large .p-articlePanel_item {
  width: calc(50% - 32px);
}

.p-articlePanel.-large .p-articlePanel_item:nth-child(-n+2) {
  margin-top: 0;
}

.p-articlePanel.-large .p-articlePanel_item_title {
  font-size: 24px;
  line-height: 1.42;
}

.p-articlePanel.-medium .p-articlePanel_item {
  width: calc(33.33% - 32px);
}

.p-articlePanel.-medium .p-articlePanel_item:nth-child(-n+3) {
  margin-top: 0;
}

.p-articlePanel.-small .p-articlePanel_item {
  width: calc(25% - 32px);
}

.p-articlePanel.-small .p-articlePanel_item:nth-child(-n+4) {
  margin-top: 0;
}

.p-articlePanel_item {
  margin-bottom: 20px;
}

.p-articlePanel_item_link {
  display: block;
}

.p-articlePanel_item_link:visited .p-articlePanel_item_title {
  color: #666;
}

.p-articlePanel_item_link:hover .p-articlePanel_item_image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.p-articlePanel_item_link:hover .p-articlePanel_item_title {
  color: #00629d;
}

.p-articlePanel_item_image {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
}

.p-articlePanel_item_image img {
  width: 100%;
  transition: .3s ease-out;
}

.p-articlePanel_item_tag {
  display: table;
  margin: 0 0 7px;
  padding: 1px 5px;
  border: 1px solid #113f6a;
  border-radius: 2px;
  background-image: linear-gradient(289deg, #103d67, #2570a0);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

.p-articlePanel_item_text {
  margin: 15px 0 0;
}

.p-articlePanel_item_subTitle {
  margin: 0 0 7px;
  color: #666;
}

.p-articlePanel_item_title {
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: bold;
}

.p-articlePanel_item_desc {
  margin: 7px 0 0;
  color: #666;
}

.p-articlePanel_item_date {
  display: block;
  margin: 3px 0 0;
  color: #666;
  font-size: 12px;
}

.p-articlePanel_item.-movie .p-articlePanel_item_image::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  background: url(/images/expo/xtech/2020/ico_play.svg) 50% 50%/contain no-repeat;
  content: '';
  opacity: .8;
}

/* -----------------------------------------------
  .p-articleList
----------------------------------------------- */
.p-articleList {
  flex-wrap: wrap;
}

.p-articleList.-division2 {
  display: flex;
  margin: 0 0 0 -32px;
}

.p-articleList.-division2 .p-articleList_item {
  margin: 20px 0 0 32px;
}

.p-articleList.-division2 .p-articleList_item {
  width: calc(50% - 32px);
}

.p-articleList.-division2 .p-articleList_item:nth-child(-n+2) {
  margin-top: 0;
}

.p-articleList.-large .p-articleList_item_image {
  width: 200px;
}

.p-articleList.-medium .p-articleList_item_image {
  width: 150px;
}

.p-articleList.-small .p-articleList_item_image {
  width: 104px;
}

.p-articleList.-parallel .p-articleList_item_link {
  display: block;
}

.p-articleList.-parallel .p-articleList_item_image {
  margin-bottom: 11px;
}

.p-articleList.-parallel .p-articleList_item_text {
  width: auto;
  overflow: visible;
}

.p-articleList_item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.p-articleList_item:first-child {
  margin-top: 0;
}

.p-articleList_item_link {
  display: block;
  height: 100%;
  overflow: hidden;
}

.p-articleList_item_link:visited .p-articleList_item_title {
  color: #666;
}

.p-articleList_item_link:hover .p-articleList_item_image img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.p-articleList_item_link:hover .p-articleList_item_title {
  color: #00629d;
}

.p-articleList_item_image {
  width: 104px;
  margin-left: 20px;
  float: right;
  overflow: hidden;
  border-radius: 2px;
  text-align: center;
}

.p-articleList_item_image.-left {
  margin-right: 20px;
  margin-left: 0;
  float: left;
}

.p-articleList_item_image img {
  width: 100%;
  transition: .3s ease-out;
}

.p-articleList_item_text {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.p-articleList_item_subTitle {
  margin: 0 0 7px;
  color: #666;
}

.p-articleList_item_desc {
  margin: 7px 0 0;
  color: #666;
}

.p-articleList_item_date {
  display: block;
  margin: 3px 0 0;
  color: #666;
  font-size: 12px;
}

.p-articleList_item_title {
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: bold;
}

.p-articleList_item_tag {
  display: table;
  margin: 0 0 7px;
  padding: 1px 5px;
  border: 1px solid #113f6a;
  border-radius: 2px;
  background-image: linear-gradient(289deg, #103d67, #2570a0);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

.p-articleList_item.-movie .p-articleList_item_image {
  position: relative;
}

.p-articleList_item.-movie .p-articleList_item_image::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url(/images/expo/xtech/2020/ico_play.svg) 50% 50%/contain no-repeat;
  content: '';
  opacity: .8;
}

/* -----------------------------------------------
  .p-article
----------------------------------------------- */
.p-article {
  width: 856px;
  margin: 15px auto 40px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.p-article_header {
  padding: 40px 60px 20px;
  border-top: 2px solid #00629d;
  border-bottom: 1px solid #eee;
}

.p-article_header_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -40px -60px 20px;
  padding: 13px 30px;
  background-color: #f6f7fc;
}

.p-article_header_contentsLabel {
  flex: 1;
  color: #103d67;
  font-weight: bold;
}

.p-article_header_contentsLabel a:hover {
  text-decoration: underline;
}

.p-article_header_tag {
  display: table;
  margin: 0 0 7px;
  padding: 1px 5px;
  border: 1px solid #113f6a;
  border-radius: 2px;
  background-image: linear-gradient(289deg, #103d67, #2570a0);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}

.p-article_header_title {
  margin: 0 0 5px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.38;
}

.p-article_header_title + .p-article_header_info {
  margin-top: 20px;
}

.p-article_header_subTitle {
  margin: 0 0 15px;
  color: #666;
  font-weight: bold;
}

.p-article_header_meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.p-article_header_date {
  display: block;
  color: #666;
  text-align: right;
}

.p-article_action {
  display: flex;
  justify-content: center;
  clear: both;
}

.p-article_action_btn {
  position: relative;
  width: 32px;
  height: 32px;
}

.p-article_action_btn + .p-article_action_btn {
  margin-left: 20px;
}

.p-article_action_btn_label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #cacaca;
  border-radius: 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.p-article_action_btn_label::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  opacity: 0;
  transition: .1s linear;
}

.p-article_action_btn_label:hover {
  border-color: #00629d;
}

.p-article_action_btn_label:hover::before {
  opacity: 1;
}

.p-article_action_btn_label.-facebook {
  background-image: url(/images/expo/xtech/2020/ico_action_facebook.svg);
}

.p-article_action_btn_label.-facebook:before {
  background-image: url(/images/expo/xtech/2020/ico_action_facebook_on.svg);
}

.p-article_action_btn_label.-twitter {
  background-image: url(/images/expo/xtech/2020/ico_action_twitter.svg);
}

.p-article_action_btn_label.-twitter:before {
  background-image: url(/images/expo/xtech/2020/ico_action_twitter_on.svg);
}

.p-article_action_btn_label.-copy {
  background-image: url(/images/expo/xtech/2020/ico_action_copy.svg);
}

.p-article_action_btn_label.-copy:before {
  background-image: url(/images/expo/xtech/2020/ico_action_copy_on.svg);
}

.p-article_action_btn_label.-copied {
  border-color: #00629d;
}

.p-article_action_btn_label.-copied::before {
  opacity: 1;
}

.p-article_action_btn_label.-copied + .p-article_action_balloon {
  display: block;
}

.p-article_action_balloon {
  display: none;
  position: absolute;
  top: -53px;
  left: 50%;
  padding: 5px 16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 2px;
  background: #103d67;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}

.p-article_action_balloon::after {
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -7px;
  left: calc(50% - 12px);
  width: 12px;
  height: 20px;
  -webkit-transform: skewY(50deg);
          transform: skewY(50deg);
  background: #103d67;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
  content: '';
}

.p-article_body {
  padding: 40px 60px 0;
}

.p-article_footer {
  margin: 40px 0 0;
  padding: 0 60px 60px;
}

.p-article_footer .p-article_action {
  margin-top: 40px;
}

.p-article_footer .p-boxInfo {
  margin: 40px -60px;
  padding: 0 60px;
  border-radius: 0;
  background: transparent;
}

.p-article_footer .p-boxBusiness {
  margin: 0 -60px -60px;
  padding: 40px 60px 50px;
  border-radius: 0;
}

.p-article_footer_separate {
  margin: 40px -60px 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #eee;
}

.p-article_banner {
  margin: 40px 0 0;
  text-align: center;
}

.p-article_recommend {
  margin: 40px 0;
  padding: 20px;
  overflow: hidden;
  background: #f6f7fc;
}

.p-article_recommend_image {
  margin-right: 20px;
  float: left;
}

.p-article_recommend_title {
  margin: 0 0 15px;
  color: #103d67;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.41;
}

.p-article_recommend_text {
  overflow: hidden;
}

.p-article_recommend_lead {
  margin: 0 0 5px;
  font-weight: bold;
}

.p-article_ad {
  margin: 0 0 20px;
  padding: 10px;
  background-color: #f6f7fc;
  line-height: 1;
}

.p-article_ad .c-iconAd {
  margin-bottom: 5px;
}

/* -----------------------------------------------
  .p-questionnaire
----------------------------------------------- */
.p-questionnaire {
  margin: 0 0 45px;
}

.p-questionnaire_heading {
  margin: 0;
  padding: 8px 30px;
  background: #103d67;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.p-questionnaire_box {
  margin: 0 0 20px;
  padding: 30px;
  border: solid 1px #eee;
  border-top: none;
}

.p-questionnaire_section + .p-questionnaire_section {
  margin-top: 25px;
}

.p-questionnaire_section_title {
  margin: 0 0 20px;
  padding: 9px 15px;
  border-radius: 2px;
  background: #f6f7fc;
  font-size: 17px;
  font-weight: 500;
}

.p-questionnaire_data_info {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.p-questionnaire_data_size {
  margin-left: 15px;
  font-weight: 500;
}

.p-questionnaire_data_credit {
  margin: 10px 0 0;
  padding-left: 28px;
}

.p-questionnaire_list {
  margin: 0 0 30px;
}

.p-questionnaire_list_question {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: solid 1px #eee;
}

.p-questionnaire_list_required {
  display: inline-block;
  padding: 0 2px;
  border-radius: 2px;
  border-color: #ed1524;
  background: #ed1524;
  background-image: linear-gradient(to right, #f25f65, #ed1524);
  color: #fff;
  font-size: 11px;
}

.p-questionnaire_list_required:not([disabled]):hover {
  background: #fff;
  color: #ed1524;
}

.p-questionnaire_list_answer + .p-questionnaire_list_question {
  margin-top: 30px;
}

.p-questionnaire_attention {
  margin: 30px 0;
  font-size: 12px;
}

.p-questionnaire_permission iframe {
  display: block;
  width: 100%;
  height: 90px;
  margin: 0 0 30px;
  border: 1px solid #cacaca;
}

.p-questionnaire_permission_list {
  margin: 10px 0 0;
}

.p-questionnaire_permission_list_item {
  position: relative;
  padding: 0 0 0 20px;
}

.p-questionnaire_permission_list_item::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: .5em;
  left: 3px;
  width: 6px;
  height: 6px;
  border: 1px solid #00629d;
  border-radius: 50%;
  content: '';
}

.p-questionnaire_permission_list_item a {
  color: #000;
}

.p-questionnaire_permission_list_item a:hover {
  color: #00629d;
}

.p-questionnaire_permission_agreement {
  margin: 30px 0 0;
  font-size: 12px;
  text-align: center;
}

/* -----------------------------------------------
  .p-articleNavLink
----------------------------------------------- */
.p-articleNavLink {
  width: 856px;
  margin: 0 auto 60px;
}

.p-articleNavLink_list {
  display: flex;
  justify-content: center;
  margin: 0 0 0 -32px;
}

.p-articleNavLink_item {
  width: calc(33.33% - 32px);
  margin: 0 0 0 32px;
}

.p-articleNavLink_item a {
  display: block;
  min-width: auto;
  margin: 0;
}

/* -----------------------------------------------
  .p-pagination
----------------------------------------------- */
.p-pagenation, .p-pagination {
  margin: 30px 0 0;
  font-size: 14px;
}

.p-pagenation_nextPage, .p-pagination_nextPage {
  display: table;
  margin: 0 auto 20px;
}

.p-pagenation_nextPage > a, .p-pagenation_nextPage > span, .p-pagination_nextPage > a, .p-pagination_nextPage > span {
  display: flex;
  align-items: center;
  padding: 13px 19px 11px;
  border: solid 1px #00629d;
  border-radius: 2px;
  color: #00629d;
  font-size: 12px;
  font-weight: bold;
}

.p-pagenation_nextPage a:hover .p-pagenation_title, .p-pagenation_nextPage a:hover .p-pagination_nextPage_title, .p-pagination_nextPage a:hover .p-pagenation_title, .p-pagination_nextPage a:hover .p-pagination_nextPage_title {
  color: #00629d;
}

.p-pagenation_nextPage_title, .p-pagination_nextPage_title {
  max-width: 370px;
  margin-left: 20px;
  overflow: hidden;
  color: #121212;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-pagenation_list, .p-pagination_list {
  display: flex;
  justify-content: center;
}

.p-pagenation_list_item, .p-pagination_list_item {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 2px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
}

.p-pagenation_list_item:not(:first-child), .p-pagination_list_item:not(:first-child) {
  margin-left: 6px;
}

.p-pagenation_list_item a, .p-pagenation_list_item span, .p-pagination_list_item a, .p-pagination_list_item span {
  display: block;
  position: relative;
  height: 100%;
  border: 1px solid transparent;
  background: #fafafa;
  color: #00629d;
  line-height: 36px;
}

.p-pagenation_list_item a:hover, .p-pagination_list_item a:hover {
  border-color: #00629d;
}

.p-pagenation_list_item.-current, .p-pagination_list_item.-current {
  background: #00629d;
  color: #fff;
}

.p-pagenation_list_item.-prev a::before, .p-pagenation_list_item.-prev span::before, .p-pagenation_list_item.-next a::before, .p-pagenation_list_item.-next span::before, .p-pagination_list_item.-prev a::before, .p-pagination_list_item.-prev span::before, .p-pagination_list_item.-next a::before, .p-pagination_list_item.-next span::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
}

.p-pagenation_list_item.-prev a::before, .p-pagenation_list_item.-prev span::before, .p-pagination_list_item.-prev a::before, .p-pagination_list_item.-prev span::before {
  left: 16px;
  border-bottom: 2px solid #00629d;
  border-left: 2px solid #00629d;
}

.p-pagenation_list_item.-next a::before, .p-pagenation_list_item.-next span::before, .p-pagination_list_item.-next a::before, .p-pagination_list_item.-next span::before {
  right: 16px;
  border-top: 2px solid #00629d;
  border-right: 2px solid #00629d;
}

.p-pagenation.-nolink a, .p-pagination.-nolink a {
  pointer-events: none;
}

/* -----------------------------------------------
  .p-articleImageDetail
----------------------------------------------- */
.p-articleImageDetail + .c-btn02 {
  margin-top: 25px;
}

.p-articleImageDetail_viewer {
  margin: 0;
}

.p-articleImageDetail_image {
  text-align: center;
}

.p-articleImageDetail_caption {
  width: 1120px;
  margin: 10px auto 0;
  color: #666;
  font-weight: bold;
}

.p-articleImageDetail_caption_source {
  font-weight: 500;
}

/* -----------------------------------------------
  .p-search
----------------------------------------------- */
.p-search_desc {
  margin: 0 0 30px;
  color: #666;
  font-size: 12px;
}

.p-search_block {
  margin: 0 0 30px;
  padding: 30px 40px;
  border-radius: 2px;
  background: #f6f7fc;
}

.p-search_block_keyword {
  display: flex;
  width: 736px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2px;
}

.p-search_block_keyword_field {
  flex: 1;
  padding: 6px 12px;
  border: 1px solid #f1f1f1;
  background: #fff;
  font-size: 17px;
}

.p-search_block_keyword_field:placeholder-shown {
  color: #666;
}

.p-search_block_keyword_field::-webkit-input-placeholder {
  color: #666;
}

.p-search_block_keyword_field:-moz-placeholder {
  color: #666;
  opacity: 1;
}

.p-search_block_keyword_field::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.p-search_block_keyword_field:-ms-input-placeholder {
  color: #666;
}

.p-search_block_keyword_btn {
  position: relative;
  width: 90px;
  background: #00629d;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

.p-search_block_keyword_btn::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  opacity: 0;
  transition: .1s linear;
}

.p-search_block_keyword_btn:hover::after {
  opacity: .15;
}

.p-search_block_options {
  margin: 20px 0 0;
}

.p-search_block_options_title {
  outline: none;
  text-align: center;
  cursor: pointer;
}

.p-search_block_options_title:hover {
  color: #00629d;
}

.p-search_block_options_title.-open .p-search_block_options_label::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-position: 50% 5px;
}

.p-search_block_options_label {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.p-search_block_options_label::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto 0;
  background: url(/images/expo/xtech/2020/ico_arrow_bottom.svg) 50% 50%/12px auto no-repeat;
  content: '';
  transition: .1s linear;
}

.p-search_block_options_group {
  display: none;
}

.p-search_block_cond {
  margin: 20px 0 0;
  padding: 0 0 20px;
  border: none;
  border-bottom: 1px solid #eee;
}

.p-search_block_cond_title {
  margin: 0 0 10px;
  color: #242424;
  font-size: 17px;
  font-weight: bold;
}

.p-search_block_cond_detail {
  flex: 1;
}

.p-search_block_cond.-num .p-search_block_cond_title {
  margin: 0 10px 0 0;
  float: left;
  font-size: 14px;
}

.p-search_block_cond.-num .p-search_block_cond_detail {
  display: inline;
}

.p-search_block_footer {
  position: relative;
  margin: 30px 0 0;
}

.p-search_block_footer_submit {
  display: table;
  min-width: 200px;
  margin: 0 auto;
  padding: 5px 12px;
  border: 1px solid #00629d;
  border-radius: 2px;
  background: #00629d;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.p-search_block_footer_submit:hover {
  background: #fff;
  color: #00629d;
}

.p-search_result {
  margin-top: 60px;
}

/* -----------------------------------------------
  .p-loginForRead
----------------------------------------------- */
.p-loginForRead {
  margin: 40px 0 0;
  padding: 30px;
  border-radius: 1px;
  background: #f6f6f6;
}

.p-loginForRead .p-loginForRead_heading {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #000;
  font-size: 18px;
  text-align: center;
}

.p-loginForRead .p-loginForRead_heading::before {
  content: none;
}

.p-loginForRead .p-loginForRead_desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.p-loginForRead .p-loginForRead_action {
  margin: 25px 0 0;
}

.p-loginForRead .p-loginForRead_action_list {
  display: flex;
  justify-content: center;
  padding: 1px;
}

.p-loginForRead .p-loginForRead_action_item {
  flex: 1;
  max-width: 343px;
}

.p-loginForRead .p-loginForRead_action_item:only-child {
  flex: auto;
  width: 100%;
}

.p-loginForRead .p-loginForRead_action_item + .p-loginForRead_action_item {
  margin-left: 12px;
}

.p-loginForRead .p-loginForRead_action_btn {
  display: block;
  min-width: 0;
  margin: 0 auto;
}

.p-loginForRead .p-loginForRead_logo {
  margin: 35px 0 0;
  text-align: center;
}

.p-loginForRead .p-loginForRead_logo img {
  width: 280px;
}

.p-loginForRead .p-loginForRead_body {
  margin: 30px 0 0;
  font-size: 17px;
  line-height: 1.76;
}

.p-loginForRead .p-loginForRead_body p:last-child, .p-loginForRead .p-loginForRead_body ul:last-child, .p-loginForRead .p-loginForRead_body ol:last-child, .p-loginForRead .p-loginForRead_body dl:last-child, .p-loginForRead .p-loginForRead_body div:last-child {
  margin-bottom: 0 !important;
}

.p-loginForRead .p-loginForRead_body a {
  text-decoration: underline;
}

.p-loginForRead .p-loginForRead_body a:hover {
  color: #00629d;
}

.p-loginForRead .p-loginForRead_body li {
  position: relative;
  list-style-type: none !important;
}

.p-loginForRead .p-loginForRead_body li::before {
  display: block;
  position: absolute;
  top: 11px;
  left: -18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00629d;
  content: '';
}

/* -----------------------------------------------
  BPタグ
----------------------------------------------- */
.articleBody {
  font-size: 17px;
  /* 図（縦積み）*/
  /* 図（エトキ右配置） */
  /* 本文内のリンクに色付け */
  /* list */
  /* ペイウォール下のキャンペーン枠 */
}

.articleBody p:not(.p-article_recommend_lead):not(.p-article_recommend_desc):not(.c-linkMore) {
  margin-top: 0;
  margin-bottom: 20px;
  color: #242424;
  line-height: 1.76;
}

.articleBody cite {
  font-style: normal;
}

.articleBody cite a:hover {
  color: #00629d;
}

.articleBody .bplead {
  margin-bottom: 30px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
}

.articleBody h3 {
  position: relative;
  margin: 50px 0 30px;
  padding: 8px 16px 8px 20px;
  clear: both;
  background: #f6f7fc;
  color: #103d67;
  font-size: 18px;
  font-weight: bold;
}

.articleBody h3::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, #231815 0%, #231815 50%, #00629d 50%, #00629d 100%);
  content: '';
}

.articleBody h4:not(.p-article_recommend_title) {
  margin: 20px 0;
  clear: both;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
}

.articleBody h5 {
  position: relative;
  margin: 20px 0;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.44;
}

.articleBody h5::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  height: calc(100% - 9px);
  margin: auto 0;
  background: #103d67;
  content: '';
}

.articleBody h6 {
  position: relative;
  margin: 20px 0;
  padding-left: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.44;
}

.articleBody h6::before {
  display: block;
  position: absolute;
  top: .45em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #103d67;
  content: '';
}

.articleBody .fontSizeXXL {
  font-size: 1.88235em;
}

.articleBody .fontSizeXL {
  font-size: 1.41176em;
}

.articleBody .fontSizeL {
  font-size: 1.23529em;
}

.articleBody .fontSizeS {
  font-size: 0.82353em;
}

.articleBody .fontSizeXS {
  font-size: 0.70588em;
}

.articleBody .textCol {
  color: #103d67;
  font-weight: bold;
}

.articleBody .textColTintA {
  color: #00629d;
  font-weight: bold;
}

.articleBody .textColTintB {
  color: #00a8dc;
  font-weight: bold;
}

.articleBody .textColShade {
  color: #5da1e0;
  font-weight: bold;
}

.articleBody .textColShadeA {
  color: #54bcfb;
  font-weight: bold;
}

.articleBody .textColShadeB {
  color: #bcefff;
  font-weight: bold;
}

.articleBody .bgCol {
  background-color: #103d67;
}

.articleBody .bgColTintA {
  background-color: #00629d;
}

.articleBody .bgColTintB {
  background-color: #00a8dc;
}

.articleBody .bgColShade {
  background-color: #5da1e0;
}

.articleBody .bgColShadeA {
  background-color: #54bcfb;
}

.articleBody .bgColShadeB {
  background-color: #bcefff;
}

.articleBody .textColBlackTintA {
  color: #000;
  font-weight: bold;
}

.articleBody .textColBlackTintB {
  color: #666;
  font-weight: bold;
}

.articleBody .textColBlackShade {
  color: #ddd;
  font-weight: bold;
}

.articleBody .textColBlackShadeA {
  color: #eee;
  font-weight: bold;
}

.articleBody .textColBlackShadeB {
  color: #f6f6f6;
  font-weight: bold;
}

.articleBody .bgColBlack {
  background-color: #000;
}

.articleBody .bgColBlackTintA {
  background-color: #666;
}

.articleBody .bgColBlackTintB {
  background-color: #999;
}

.articleBody .bgColBlackShade {
  background-color: #ddd;
}

.articleBody .bgColBlackShadeA {
  background-color: #f6f6f6;
}

.articleBody .bgColBlackShadeB {
  background-color: #f6f6f6;
}

.articleBody .textColBlack {
  color: black;
  font-weight: bold;
}

.articleBody .textColGray {
  color: gray;
}

.articleBody .textColSilver {
  color: silver;
}

.articleBody .textColWhite {
  color: white;
}

.articleBody .textColRed {
  color: red;
}

.articleBody .textColYellow {
  color: yellow;
}

.articleBody .textColLime {
  color: lime;
}

.articleBody .textColAqua {
  color: aqua;
}

.articleBody .textColBlue {
  color: blue;
}

.articleBody .textColFuchsia {
  color: fuchsia;
}

.articleBody .textColMaroon {
  color: maroon;
}

.articleBody .textColOlive {
  color: olive;
}

.articleBody .textColGreen {
  color: green;
}

.articleBody .textColTeal {
  color: teal;
}

.articleBody .textColNavy {
  color: navy;
}

.articleBody .textColPurple {
  color: purple;
}

.articleBody .bgColBlack {
  background-color: black;
}

.articleBody .bgColGray {
  background-color: gray;
}

.articleBody .bgColSilver {
  background-color: silver;
}

.articleBody .bgColWhite {
  background-color: white;
}

.articleBody .bgColRed {
  background-color: red;
}

.articleBody .bgColYellow {
  background-color: yellow;
}

.articleBody .bgColLime {
  background-color: lime;
}

.articleBody .bgColAqua {
  background-color: aqua;
}

.articleBody .bgColBlue {
  background-color: blue;
}

.articleBody .bgColFuchsia {
  background-color: fuchsia;
}

.articleBody .bgColMaroon {
  background-color: maroon;
}

.articleBody .bgColOlive {
  background-color: olive;
}

.articleBody .bgColGreen {
  background-color: green;
}

.articleBody .bgColTeal {
  background-color: teal;
}

.articleBody .bgColNavy {
  background-color: navy;
}

.articleBody .bgColPurple {
  background-color: purple;
}

.articleBody b, .articleBody .fontBold {
  font-weight: bold;
}

.articleBody .fontNormal {
  font-weight: normal;
}

.articleBody i, .articleBody .fontItalic {
  font-style: italic;
}

.articleBody em, .articleBody strong {
  font-style: normal;
  font-weight: normal;
}

.articleBody sup, .articleBody sub {
  position: static;
  font-size: 80%;
}

.articleBody sup {
  vertical-align: super;
}

.articleBody sub {
  vertical-align: sub;
}

.articleBody u,
.articleBody .textSolidUndrLine {
  padding-bottom: .15em;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.articleBody .textUnsolidUndrLine {
  padding-bottom: .15em;
  border-bottom: 1px dashed #000;
}

.articleBody s, .articleBody del, .articleBody .textLineThrough {
  text-decoration: line-through;
}

.articleBody .textHighlight {
  padding: .15em;
  background: #ff00ff;
}

.articleBody .textHighlightTintA {
  padding: .15em;
  background: #ffff00;
}

.articleBody .textHighlightTintB {
  padding: .15em;
  background: #00ffff;
}

.articleBody .textHighlightShade {
  padding: .15em;
  background: rgba(255, 0, 255, 0.1);
}

.articleBody .textHighlightShadeA {
  padding: .15em;
  background: rgba(255, 255, 0, 0.1);
}

.articleBody .textHighlightShadeB {
  padding: .15em;
  background: rgba(0, 255, 255, 0.1);
}

.articleBody .textAlignLeft {
  text-align: left;
}

.articleBody .textAlignCenter {
  text-align: center;
}

.articleBody .textAlignRight {
  text-align: right;
}

.articleBody hr {
  height: auto;
  overflow-x: hidden;
}

.articleBody hr.line {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #eee;
}

.articleBody hr.diamond,
.articleBody hr.asterisk {
  margin: 10px 0;
  border: none;
}

.articleBody hr.diamond::after,
.articleBody hr.asterisk::after {
  display: block;
  margin-right: -4em;
  color: #666;
  font-size: 17px;
  letter-spacing: 4em;
  text-align: center;
}

.articleBody hr.diamond::after {
  content: '◇◇◇';
}

.articleBody hr.asterisk::after {
  content: '＊＊＊';
}

.articleBody .clearLeft {
  clear: left;
}

.articleBody .clearRight {
  clear: right;
}

.articleBody .clearBoth {
  clear: both;
}

.articleBody .clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.articleBody .bpimage_image {
  z-index: 1;
  position: relative;
  margin-bottom: 0;
}

.articleBody .bpimage_image + .bpimage_title,
.articleBody .bpimage_image + .bpimage_caption {
  margin-top: 10px;
}

.articleBody .bpimage_title + .bpimage_image,
.articleBody .bpimage_caption + .bpimage_image {
  margin-top: 10px;
}

.articleBody .bpimage_title {
  clear: both;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.5em;
}

.articleBody .bpimage_caption,
.articleBody .bpimage_click {
  clear: both;
  color: #666;
  font-size: 12px;
  line-height: 1.7;
}

.articleBody .bpimage_right {
  margin: 0 0 30px 40px;
  float: right;
}

.articleBody .bpimage_left {
  margin: 0 40px 30px 0;
  float: left;
}

.articleBody .bpimage_center {
  width: 500px;
  margin: 30px auto;
}

.articleBody .bpimage_double {
  width: 640px;
  margin: 10px auto 30px;
  overflow: hidden;
}

.articleBody .bpimage_double .bpimage_left,
.articleBody .bpimage_double .bpimage_right {
  margin: 0;
}

.articleBody .bpimage_double .bpimage_left + .bpimage_title,
.articleBody .bpimage_double .bpimage_left + .bpimage_caption,
.articleBody .bpimage_double .bpimage_right + .bpimage_title,
.articleBody .bpimage_double .bpimage_right + .bpimage_caption {
  padding-top: 10px;
}

.articleBody .bpimage_triple {
  width: 640px;
  margin: 10px auto 30px;
  overflow: hidden;
}

.articleBody .bpimage_triple .bpimage_wrap,
.articleBody .bpimage_triple .bpimage_right {
  margin: 0;
}

.articleBody .bpimage_triple .bpimage_wrap + .bpimage_title,
.articleBody .bpimage_triple .bpimage_wrap + .bpimage_caption,
.articleBody .bpimage_triple .bpimage_right + .bpimage_title,
.articleBody .bpimage_triple .bpimage_right + .bpimage_caption {
  padding-top: 10px;
}

.articleBody .bpimage_triple .bpimage_wrap {
  margin: 0;
  float: left;
  overflow: hidden;
}

.articleBody .bpimage_triple .bpimage_left,
.articleBody .bpimage_triple .bpimage_right {
  margin: 0;
}

.articleBody .bpimage_triple .bpimage_center {
  margin: 0;
  float: right;
}

.articleBody .bpbox_left {
  margin: 0 40px 30px 0;
  float: left;
}

.articleBody .bpbox_right {
  margin: 0 0 30px 40px;
  float: right;
}

.articleBody .bpimage_set + .bpimage_set {
  margin-top: 30px;
}

.articleBody .bpimage_caption_right {
  zoom: 1;
  margin: 0 auto 20px;
  overflow: hidden;
}

.articleBody .bpimage_caption_right .bpimage_left {
  margin-bottom: 0;
}

.articleBody .bpimage_caption_right .bpimage_title {
  padding: 10px 0 0;
  clear: none;
}

.articleBody .bpimage_caption_right .bpimage_caption {
  clear: none;
}

.articleBody .bptable {
  margin: 10px auto 30px;
  overflow: auto;
}

.articleBody .bptable table {
  border-collapse: collapse;
}

.articleBody .bptable th,
.articleBody .bptable td {
  padding: 13px 9px;
  border: 1px solid #eee;
  font-size: 12px;
  line-height: 1.33;
  word-break: normal;
}

.articleBody .bptable th {
  background: #f6f6f6;
  text-align: left;
}

.articleBody .bptable th[scope="col"] {
  background: #f6f7fc;
}

.articleBody .nowrap {
  white-space: nowrap;
}

.articleBody .bptable_title {
  margin: 0 0 10px;
  font-size: 0.8em;
  font-weight: bold;
}

.articleBody .bptable_caption {
  color: #666;
  font-size: 12px;
}

.articleBody .bptable_title + table,
.articleBody .bptable_caption + table,
.articleBody table + .bptable_title,
.articleBody table + .bptable_caption {
  margin-top: 10px;
}

.articleBody .bpprofile,
.articleBody .bpprofile_photo,
.articleBody .bpinterview {
  zoom: 1;
  width: auto;
  margin: 50px 0;
  clear: both;
  overflow: hidden;
}

.articleBody .bpprofile, .articleBody .bpprofile_photo {
  padding: 18px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.articleBody .bpinterview {
  padding: 18px 20px;
  border: 1px solid #eee;
}

.articleBody .bpprofile_profile,
.articleBody .bpinterview_profile {
  margin: 0 0 15px;
  line-height: 1.3;
  float: left;
  width: 500px;
}

.articleBody .bpprofile_name,
.articleBody .bpinterview_name {
  font-size: 24px;
  font-weight: bold;
}

.articleBody .bpprofile_position,
.articleBody .bpinterview_position {
  color: #666;
  font-size: 14px;
}

.articleBody .bpprofile_text,
.articleBody .bpinterview_text {
  line-height: 1.76;
}

.articleBody ul.square > li {
  position: relative;
}

.articleBody ul.square > li::before {
  display: block;
  position: absolute;
  top: 10px;
  left: -18px;
  width: 6px;
  height: 6px;
  background-color: #00629d;
  content: '';
}

.articleBody ul.disc > li {
  position: relative;
}

.articleBody ul.disc > li::before {
  display: block;
  position: absolute;
  top: 10px;
  left: -18px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #00629d;
  content: '';
}

.articleBody ul.circle > li {
  position: relative;
}

.articleBody ul.circle > li::before {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 10px;
  left: -18px;
  width: 6px;
  height: 6px;
  border: 1px solid #00629d;
  border-radius: 50%;
  content: '';
}

.articleBody ol.decimal {
  counter-reset: number 0;
}

.articleBody ol.decimal > li {
  position: relative;
}

.articleBody ol.decimal > li::before {
  position: absolute;
  top: .2em;
  left: -20px;
  color: #00629d;
  font-size: 0.82353em;
  font-weight: bold;
  content: counter(number) ".";
  counter-increment: number 1;
}

.articleBody ol.circledDecimal {
  counter-reset: number 0;
}

.articleBody ol.circledDecimal > li {
  position: relative;
}

.articleBody ol.circledDecimal > li::before {
  box-sizing: border-box;
  position: absolute;
  top: .5em;
  left: -20px;
  width: 1.4em;
  height: 1.4em;
  border: 1px solid #00629d;
  border-radius: 50%;
  color: #00629d;
  font-size: 0.58824em;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  white-space: nowrap;
  content: counter(number);
  counter-increment: number 1;
}

.articleBody ol.upperAlpha {
  counter-reset: ABC;
}

.articleBody ol.upperAlpha > li {
  position: relative;
}

.articleBody ol.upperAlpha > li::before {
  position: absolute;
  top: .2em;
  left: -20px;
  color: #00629d;
  font-size: 0.82353em;
  font-weight: bold;
  content: counter(ABC, upper-alpha) ".";
  counter-increment: ABC;
}

.articleBody ol.lowerAlpha {
  counter-reset: abc;
}

.articleBody ol.lowerAlpha > li {
  position: relative;
}

.articleBody ol.lowerAlpha > li::before {
  position: absolute;
  top: .2em;
  left: -20px;
  color: #00629d;
  font-size: 0.82353em;
  font-weight: bold;
  content: counter(abc, lower-alpha) ".";
  counter-increment: abc;
}

.articleBody ol.upperRoman {
  counter-reset: ⅠⅡⅢ;
}

.articleBody ol.upperRoman > li {
  position: relative;
}

.articleBody ol.upperRoman > li::before {
  position: absolute;
  top: .2em;
  left: -20px;
  color: #00629d;
  font-size: 0.82353em;
  font-weight: bold;
  content: counter(ⅠⅡⅢ, upper-roman) ".";
  counter-increment: ⅠⅡⅢ;
}

.articleBody ol.lowerRoman {
  counter-reset: ⅰⅱⅲ;
}

.articleBody ol.lowerRoman > li {
  position: relative;
}

.articleBody ol.lowerRoman > li::before {
  position: absolute;
  top: .2em;
  left: -20px;
  color: #00629d;
  font-size: 0.82353em;
  font-weight: bold;
  content: counter(ⅰⅱⅲ, lower-roman) ".";
  counter-increment: ⅰⅱⅲ;
}

.articleBody ul.square,
.articleBody ul.disc,
.articleBody ul.circle,
.articleBody ol.decimal,
.articleBody ol.circledDecimal,
.articleBody ol.upperAlpha,
.articleBody ol.lowerAlpha,
.articleBody ol.upperRoman,
.articleBody ol.lowerRoman {
  margin-top: 20px;
  padding-left: 22px;
}

.articleBody ul.square ul,
.articleBody ul.disc ul,
.articleBody ul.circle ul,
.articleBody ol.decimal ul,
.articleBody ol.circledDecimal ul,
.articleBody ol.upperAlpha ul,
.articleBody ol.lowerAlpha ul,
.articleBody ol.upperRoman ul,
.articleBody ol.lowerRoman ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 22px;
}

.articleBody ul.square ul > li,
.articleBody ul.disc ul > li,
.articleBody ul.circle ul > li,
.articleBody ol.decimal ul > li,
.articleBody ol.circledDecimal ul > li,
.articleBody ol.upperAlpha ul > li,
.articleBody ol.lowerAlpha ul > li,
.articleBody ol.upperRoman ul > li,
.articleBody ol.lowerRoman ul > li {
  position: relative;
  list-style-type: none !important;
}

.articleBody ul.square ul > li::before,
.articleBody ul.disc ul > li::before,
.articleBody ul.circle ul > li::before,
.articleBody ol.decimal ul > li::before,
.articleBody ol.circledDecimal ul > li::before,
.articleBody ol.upperAlpha ul > li::before,
.articleBody ol.lowerAlpha ul > li::before,
.articleBody ol.upperRoman ul > li::before,
.articleBody ol.lowerRoman ul > li::before {
  display: block;
  position: absolute;
  top: 12px;
  left: -18px;
  width: 8px;
  height: 2px;
  background-color: #000;
  content: '';
}

.articleBody ul.square ul ol,
.articleBody ul.disc ul ol,
.articleBody ul.circle ul ol,
.articleBody ol.decimal ul ol,
.articleBody ol.circledDecimal ul ol,
.articleBody ol.upperAlpha ul ol,
.articleBody ol.lowerAlpha ul ol,
.articleBody ol.upperRoman ul ol,
.articleBody ol.lowerRoman ul ol {
  margin-top: 20px;
  margin-bottom: 20px;
}

.articleBody ul.square ol.decimal > li::before,
.articleBody ul.disc ol.decimal > li::before,
.articleBody ul.circle ol.decimal > li::before,
.articleBody ol.decimal ol.decimal > li::before,
.articleBody ol.circledDecimal ol.decimal > li::before,
.articleBody ol.upperAlpha ol.decimal > li::before,
.articleBody ol.lowerAlpha ol.decimal > li::before,
.articleBody ol.upperRoman ol.decimal > li::before,
.articleBody ol.lowerRoman ol.decimal > li::before {
  color: #000;
}

.articleBody .speaker01,
.articleBody .speaker02,
.articleBody .speaker03,
.articleBody .speaker04,
.articleBody .speaker05,
.articleBody .speaker06,
.articleBody .speaker07,
.articleBody .speaker08,
.articleBody .speaker09 {
  font-weight: bold;
}

.articleBody .speaker01 {
  color: #ed4c61;
}

.articleBody .speaker02 {
  color: #ff8000;
}

.articleBody .speaker03 {
  color: #ac3141;
}

.articleBody .speaker04 {
  color: #7100bc;
}

.articleBody .speaker05 {
  color: #915a22;
}

.articleBody .speaker06 {
  color: #7d9f19;
}

.articleBody .speaker07 {
  color: #007f80;
}

.articleBody .speaker08 {
  color: #4082d0;
}

.articleBody .speaker09 {
  color: #555555;
}

.articleBody .bpquestion {
  margin: 0 0 1.2em;
  font-weight: bold;
  line-height: 1.76;
}

.articleBody .bpquestion::before {
  display: inline-block;
  margin-right: 8px;
  content: '—';
}

.articleBody .bpanswer {
  line-height: 1.76;
}

.articleBody .bpbox,
.articleBody .bpbox2,
.articleBody .bpbox3,
.articleBody .bpbox4,
.articleBody .bpframe {
  width: auto;
  margin: 30px 0;
  padding: 20px;
  clear: both;
  border-radius: 2px;
}

.articleBody .bpbox h3,
.articleBody .bpbox2 h3,
.articleBody .bpbox3 h3,
.articleBody .bpbox4 h3,
.articleBody .bpframe h3 {
  margin: 20px 0 20px;
  color: #103d67;
  font-size: 18px;
}

.articleBody .bpbox h4,
.articleBody .bpbox2 h4,
.articleBody .bpbox3 h4,
.articleBody .bpbox4 h4,
.articleBody .bpframe h4 {
  position: relative;
  padding-left: 16px;
  color: #103d67;
  font-size: 14px;
}

.articleBody .bpbox h4::before,
.articleBody .bpbox2 h4::before,
.articleBody .bpbox3 h4::before,
.articleBody .bpbox4 h4::before,
.articleBody .bpframe h4::before {
  display: block;
  display: block;
  position: absolute;
  top: .45em;
  left: 0;
  width: 8px;
  height: 8px;
  background: #103d67;
  content: '';
}

.articleBody .bpbox_title {
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #103d67;
  color: #103d67;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
}

.articleBody .bpbox_text,
.articleBody .bpbox_text p {
  margin: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.67;
}

.articleBody .bpbox_text p:not(.p-article_recommend_lead) {
  margin-bottom: 15px;
}

.articleBody .bpbox_text p:not(.p-article_recommend_lead):last-child {
  margin-bottom: 0;
}

.articleBody .bpimage_left,
.articleBody .bpimage_right {
  margin-bottom: 20px;
}

.articleBody .bpbox {
  border: 1px solid #103d67;
  background: #f6f7fc;
}

.articleBody .bpbox2 {
  border: 1px solid transparent;
  background: #e7ffff;
}

.articleBody .bpbox3 {
  border: 1px solid #103d67;
  background: #fff;
}

.articleBody .bpbox4 {
  border: 1px solid transparent;
  background: #f6f6f6;
}

.articleBody .bpframe {
  border: 1px solid #eee;
  background: #fff;
}

.articleBody blockquote {
  position: relative;
  margin: 1em 0 .5em;
  padding: 32px 20px;
  border: 1px solid #eee;
  border-radius: 2px;
}

.articleBody blockquote::before, .articleBody blockquote::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(/images/expo/xtech/2020/ico_blockquote.svg) 50% 50%/20px auto no-repeat;
  content: '';
}

.articleBody blockquote::before {
  top: 12px;
  left: 12px;
}

.articleBody blockquote::after {
  right: 12px;
  bottom: 12px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.articleBody blockquote h4 {
  margin: 0;
}

.articleBody blockquote p {
  margin: 10px 0 0;
  font-size: 15px;
}

.articleBody pre {
  margin: 1em 0 1.5em;
  padding: 20px;
  overflow: auto;
  border: 1px solid #eee;
  border-radius: 2px;
  color: #242424;
  font-size: 15px;
  line-height: 1.67;
  white-space: pre;
}

.articleBody pre.light {
  border: 1px solid transparent;
  background-color: #f6f7fc;
}

.articleBody pre.dark {
  border: 1px solid transparent;
  background-color: #000;
  color: white;
}

.articleBody .bpteisei_box {
  margin: 30px 0;
  font-size: 15px;
  line-height: 1.67;
}

.articleBody .bpteisei_box .bpteisei b {
  color: #c20000;
}

.articleBody .bpannotation {
  margin: 30px 0;
  color: #242424;
  font-size: 12px;
  line-height: 1.67;
}

.articleBody .bpword {
  margin: 30px 0;
  padding: 5px 1em;
  border-left: 1px dotted #666;
  color: #242424;
  font-size: 12px;
  line-height: 1.67;
}

.articleBody .bpword b {
  font-size: 15px;
}

.articleBody .bpreference {
  color: #242424;
  font-size: 12px;
  line-height: 1.5;
}

.articleBody .bpreference b {
  font-size: 15px;
}

.articleBody .button a {
  display: table;
  min-width: 343px;
  height: 56px;
  margin: 30px auto 0;
  padding: 10px 20px;
  border-radius: 2px;
  background: #00629d;
  background-image: linear-gradient(to right, #66a1c4, #00629d);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

.articleBody .button a:hover {
  background: #fff;
  box-shadow: inset 0 0 0 2px #00629d;
  color: #00629d;
}

.articleBody .button a.cancel {
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 0 0 1px #666;
  color: #666;
}

.articleBody .button a.cancel:hover {
  opacity: .7;
}

.articleBody .button a.nolink {
  background-color: #cacaca;
  background-image: none;
  box-shadow: none;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.articleBody .button.white a {
  background-color: #fff;
  background-image: none;
  box-shadow: inset 0 0 0 1px #00629d, 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  color: #00629d;
}

.articleBody .button.white a:hover {
  opacity: .7;
}

.articleBody .button.middle a {
  min-width: 110px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
}

.articleBody .button.small a {
  min-width: 110px;
  height: 30px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 20px;
}

.articleBody .button.left a {
  margin-left: 0;
}

.articleBody p a, .articleBody dd:not(.p-article_topics_info) a, .articleBody div.bpannotation a,
.articleBody ul:not(.p-pagenation_list):not(.p-pagination_list):not(.p-loginForRead_action_list):not(.p-articleList):not(.button) li a,
.articleBody ol:not(.p-loginForRead_action_list) li a {
  color: #00629d;
  text-decoration: underline;
}

.articleBody .p-pagenation p a, .articleBody .p-pagination p a {
  text-decoration: none;
}

.articleBody ul:not(.none):not(.disc):not(.circle):not(.square):not(.p-pagenation_list):not(.p-pagination_list):not(.p-loginForRead_action_list):not(.p-articleList):not(.button),
.articleBody ol:not(.none):not(.decimal):not(.upperAlpha):not(.lowerAlpha):not(.upperRoman):not(.lowerRoman):not(.circledDecimal):not(.p-loginForRead_action_list) {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 22px;
}

.articleBody ul:not(.none):not(.disc):not(.circle):not(.square):not(.p-pagenation_list):not(.p-pagination_list):not(.p-loginForRead_action_list):not(.p-articleList):not(.button) li {
  list-style-type: disc;
}

.articleBody ul:not(.none):not(.disc):not(.circle):not(.square):not(.p-pagenation_list):not(.p-pagination_list):not(.p-loginForRead_action_list):not(.p-articleList):not(.button) li ul, .articleBody ul:not(.none):not(.disc):not(.circle):not(.square):not(.p-pagenation_list):not(.p-pagination_list):not(.p-loginForRead_action_list):not(.p-articleList):not(.button) li ol {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 22px;
}

.articleBody ul.none, .articleBody ul.disc, .articleBody ul.circle, .articleBody ul.square,
.articleBody ol.none, .articleBody ol.decimal, .articleBody ol.upperAlpha, .articleBody ol.lowerAlpha, .articleBody ol.upperRoman, .articleBody ol.lowerRoman, .articleBody ol.circledDecimal {
  margin-bottom: 20px;
}

.articleBody ul.none {
  padding-left: 1em;
}

.articleBody ul.none li {
  list-style-type: none;
}

.articleBody ol:not(.none):not(.decimal):not(.upperAlpha):not(.lowerAlpha):not(.upperRoman):not(.lowerRoman):not(.circledDecimal):not(.p-loginForRead_action_list) li {
  list-style-type: decimal;
}

.articleBody ol:not(.none):not(.decimal):not(.upperAlpha):not(.lowerAlpha):not(.upperRoman):not(.lowerRoman):not(.circledDecimal):not(.p-loginForRead_action_list) li ul, .articleBody ol:not(.none):not(.decimal):not(.upperAlpha):not(.lowerAlpha):not(.upperRoman):not(.lowerRoman):not(.circledDecimal):not(.p-loginForRead_action_list) li ol {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 22px;
}

.articleBody > dl:not(.p-article_topics) {
  margin-top: 20px;
  margin-bottom: 20px;
}

.articleBody > dl:not(.p-article_topics) dt {
  margin: 15px 0 10px 0;
  font-weight: bold;
}

.articleBody > dl:not(.p-article_topics) dd {
  margin: 10px 0;
}

.articleBody .p-article_ad > ul {
  margin: 0;
  padding: 0;
}

.articleBody blockquote h3 {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.articleBody .bpprofile_photo .bpprofile_text img {
  margin: 0 0 0 30px;
  padding: 0;
  float: right;
}

.articleBody .p-article_recommend {
  margin: 40px -60px;
  font-size: 14px;
}

.articleBody .p-article_recommend a {
  text-decoration: none;
}

.articleBody .p-article_recommend a:hover {
  text-decoration: underline;
}

.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  min-height: 1px;
  float: left;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-initialized + .slick-nav {
  display: block;
  margin-top: 3.5rem;
}

.slick-nav {
  display: none;
  text-align: center;
}

.slick-nav-inner {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 25px 0 0;
}

.slick-dots li {
  padding: 0 10px;
}

.slick-dots button {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  outline: none;
  background: #ccc;
  color: transparent;
  font-size: 0;
  line-height: 0;
}

.slick-dots .slick-active button {
  background: #00629d;
}

.slick-prev,
.slick-next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto 0;
  padding: 0;
  border-radius: 50%;
  outline: none;
  background: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.slick-prev::before,
.slick-next::before {
  display: inline-block;
  width: 11px;
  height: 11px;
  content: '';
}

.slick-prev {
  left: calc(50% - 403px);
}

.slick-prev::before {
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 3px solid #00629d;
  border-left: 3px solid #00629d;
}

.slick-next {
  right: calc(50% - 403px);
}

[dir='rtl'] .slick-next {
  right: auto;
}

.slick-next::before {
  margin-right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #00629d;
  border-right: 3px solid #00629d;
}

/* -----------------------------------------------
  アドタグ
----------------------------------------------- */
.dag_leaderboard {
  text-align: center;
}

.dag_leaderboard > div > div {
  position: relative;
  margin: 30px auto 0 auto;
}

.dag_aside_pickup li {
  border-bottom: 1px solid #eee;
}

.dag_aside_pickup li div div iframe {
  margin-top: 10px;
  padding-bottom: 5px;
}

.dag_list_banner li {
  margin-bottom: 15px;
}

/* inread用 */
#div-gpt-ad-inread:not([style='display: none;']) + .p-article_action {
  margin-top: 30px;
}

#div-gpt-ad-inread + .l-section {
  margin-top: 20px;
}

.asideRight .dag_banner {
  margin-bottom: 30px;
}

.dag_banner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  border-top: 1px solid #eee;
  text-align: center;
}

.dag_banner + .dag_banner {
  padding-top: 0;
  border-top: none;
}

/* -----------------------------------------------
  挿入広告
----------------------------------------------- */
.insertAd_A {
  margin-top: 20px;
  padding: 15px 25px 15px 15px;
  overflow: hidden;
}

.insertAd_A .icon {
  margin-right: 15px;
  float: left;
}

.insertAd_A .icon a:hover {
  opacity: 0.8;
}

.insertAd_A .more {
  display: table;
  position: relative;
  margin: 0 0 0 auto;
  padding: 10px 15px 0 0;
}

.insertAd_A .more a {
  color: #00629d;
}

.insertAd_A .more a:hover {
  text-decoration: underline;
}

.insertAd_A .more::after {
  display: block;
  position: absolute;
  top: 1.05em;
  right: 0;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #00629d;
  content: '';
}

.insertAd_B {
  margin: 0 0 20px;
  padding: 10px 12px;
  border-radius: 2px;
  background: #f6f7fc;
}

.insertAd_B h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 14px;
  font-weight: normal;
}

.insertAd_B h3 .flag {
  margin-right: 17px;
  padding: 2px 7px;
  border: 1px solid #666;
  font-size: 12px;
}

.insertAd_B h3 a {
  flex: 1;
  color: #00629d;
}

.insertAd_B h3 a:hover {
  text-decoration: underline;
}

.insertAd_Aimg {
  margin: 40px auto 0;
  text-align: center;
}

/*****************************************************
  Clears
*****************************************************/
.p-search_block_cond.-num:after {
  display: block;
  clear: both;
  content: '';
}
