/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: 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 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * 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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    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 {
    -moz-box-sizing: content-box;
    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 {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 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"],
/* 1 */
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 {
    border: 0;
    padding: 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 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 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 {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
    border: 0;
    /* 1 */
    padding: 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;
}

/*
  COMMON
*/

@charset "UTF-8";

/********************
  common
 ********************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 16px;
    line-height: 175%;
}

#zoho_form {
    width: 100%;
}

#zoho_form iframe {
    border: none;
}

#zoho_form form {
    width: 100%;
}

/*
	BASIC - SP and PC -
*/

@charset "UTF-8";

body {
    -webkit-font-smoothing: antialiased;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
    line-height: 1.5;
}

/********************
	common
 ********************/
img.corp_logo {
    width: 150px;
    height: auto;
    margin-right: 15px;
    vertical-align: middle;
}

iframe {
    display: none;
}

.adsbygoogle iframe {
    display: block !important;
}

.content iframe,
.fb-page iframe {
    display: block;
}

.content iframe {
    border: none;
}

.breadcrumbs-eva {
    font-size: 12px;
    margin: 0 12px 10px;
}

.profile_title {
    font-weight: bold;
    margin-bottom: 5px;
}

.bio {
    font-size: 12px;
    line-height: 140%;
}

.bio img {
    float: left;
    margin-right: 20px;
}

.pc-switcher {
    clear: both;
    text-align: center;
    margin: 1.4em auto;
}

.pc-switcher a:first-child,
.pc-switcher span:first-child {
    border-left: 1px solid #0074DA;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.pc-switcher span.active {
    color: #fff;
    background-color: #0074DA;
}

.pc-switcher a,
.pc-switcher span {
    padding: 0.4em 8%;
    text-align: center;
    border: 1px solid #0059A8;
    border-left: none;
    font-weight: bold;
    text-decoration: none;
}

.pc-switcher a:last-child,
.pc-switcher span:last-child {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.pc-switcher a {
    color: #0074DA !important;
    background-color: #eee;
}

.fb-like {
    margin-top: -8px;
}

.red {
    color: #f00;
}

img.breadth {
    width: 100%;
}

.entry-title {
    font-size: 32px;
    font-weight: bold;
    margin-right: 12px;
    margin-left: 12px;
}

.speakers .entry-title {
    margin-bottom: 8px;
}

.entry-title .sir {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-left: 8px;
    color: #000;
}

.entry-position {
    font-size: 14px;
    font-weight: bold;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 32px;
    color: #000;
}

.entry-desc {
    font-size: 14px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 48px;
}

#nav {
    margin-bottom: 15px;
}

#nav ul {
    padding: 0;
    margin: 0;
    display: none;
}

#nav .menu {
    padding: 10px 15px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

#nav .menu a {
    display: block;
}

#nav ul li {
    display: block;
    border-bottom: dotted 1px #999;
    background-color: #666;
}

#nav ul li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
}

h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 130%;
    margin: 30px 0 30px 0;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
}

.date {
    font-size: 70%;
    text-align: right;
}

.video_time {
    font-size: 80%;
    color: #fff;
    background: #333;
    padding: 0px 10px;
}

#profile {
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/********************
	content
 ********************/
#content {
    margin: 30px 10px 0;
    overflow: hidden;
}

#content.lectures {
    margin-top: 0;
    padding-top: 70px;
}

.content {
    display: initial;
    margin-bottom: 0;
    overflow: hidden;
}

.content table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
}

.content table th,
.content table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px 10px;
    text-align: center;
}

.content table td.column {
    width: 30%;
}

.content table th {
    background-color: #eee;
    color: #000;
    text-align: left;
}

.content table th.must {
    background-image: url(../img/must.png);
    background-repeat: no-repeat;
    background-position: top right;
}

/********************
	main
 ********************/
#main,
#main2 {
    overflow: hidden;
    margin: 0;
    padding: 0 0 20px 0;
}

.block_first {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #ccc;
}

.block_first img {
    margin-bottom: 15px;
    border: solid 1px #ccc;
}

.block {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #ccc;
}

.block img {
    margin-right: 20px;
}

.block img.alignleft {
    float: left;
}

.block img.alignright {
    float: right;
}

.block img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.block .article {
    float: left;
    width: 100%;
}

.block .article img.size-full,
.block .article img.size-large {
    width: 100%;
    height: auto;
}

.block h2 {
    font-size: 24px;
    margin: 30px 0 10px;
    padding: 0;
    line-height: 140%;
}

.block blockquote h2 {
    margin-top: 0;
}

.article_intro h2 {
    margin: 20px 0 10px;
    padding: 0;
    border: none;
    background-color: #fff;
}

.block h3 {
    font-size: 20px;
    margin: 20px 0 5px;
    padding: 0;
    line-height: 140%;
}

.block p {
    margin: 0 0 40px 0;
}

blockquote {
    border: solid 1px #ccc;
    background-color: #eee;
    margin: 0 0 20px 0;
    padding: 40px 40px 0 40px;
}

.wp-post-image {
    max-width: 100%;
    height: auto;
}

.title_img {
    margin-bottom: 20px;
    overflow: hidden;
}

.title_img img {
    border: solid 1px #ccc;
}

.ad_middle {
    margin: 15px auto;
    width: 100%;
    overflow: hidden;
}

.datas {
    border: solid 1px #ccc;
    padding: 10px 30px;
}

.datas h4 {
    border-bottom: solid 1px #ccc;
}

/********************
	side
 ********************/
#side {
    overflow: hidden;
}

.side_block {}

.side_title {
    border-bottom: solid 1px #ccc;
    border-left: solid 5px #0096ff;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}

.side_ad {
    margin: 0 auto 20px;
    text-align: center;
}

#side h3 {
    color: #fff;
    background: #333;
    margin-top: 0;
    padding: 5px 20px;
}

.rank_block {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: dotted 1px #ccc;
}

.rank_block img {
    float: left;
    padding: 0 15px 15px 0;
}

#relative .block img {
    width: 80px;
}

.block img.left {
    float: left;
}

.pagenation {
    margin: 1em 0;
}

.pagenation:after,
.pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.pagenation ul {
    margin: 0;
    padding: 0;
}

.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}

.pagenation li:first-child {
    margin-left: 0;
}

.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}

.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/* 講演（lectures）pagination */
.nav-links {
    margin: 1em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-links:after,
.nav-links ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.nav-links .page-numbers {
    float: left;
    list-style: none outside none;
    border: solid 1px #e6e6e6;
    margin-left: 3px;
    margin-bottom: 3px;
    display: block;
}

.nav-links li:first-child {
    margin-left: 0;
}

.nav-links .page-numbers.current {
    background-color: #fff;
    border-radius: 3px;
    color: #222;
    border-color: #a8abb1;
    cursor: not-allowed;
    padding: 10px 20px;
    background-color: #ddd;
}

.nav-links .page-numbers.dots {
    border: none;
    color: #222;
    display: block;
    padding: 10px;
}

.nav-links a.page-numbers {
    background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    color: #222;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}

.pagenation a.page-numbers:hover {
    background-color: #444444;
    color: #ddd;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}


.video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    margin-bottom: 20px;
    overflow: hidden;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nico iframe {
    width: 100%;
}

.ban_below_article {
    display: none;
}

/********************
	footer
 ********************/
#footer {
    margin: 30px 0 0;
    padding: 30px 24px;
    border-top: solid 3px #666;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

#footer.lecture {
    background-color: #222222;
    color: #fff;
    text-align: center;
    border: none;
}

#footer.lecture a {
    color: #fff;
}

/* social btns */
.social_btns {
    overflow: hidden;
    margin-bottom: 15px;
}

.fb-like,
.pocket-btn {
    float: left;
}

.fb-like,
.fb-like.fb_iframe_widget {
    width: 80px !important;
}

.twitter-share-button {
    margin-left: 10px;
}

/* fb like box responsive */
#fb-root {
    display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

table.lp tr.header th {
    background: #002a88;
    color: #fff;
}

table.lp tr.header td {
    background: #002a88;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

table.lp {
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    /* width: 400px; */
}

/**************/
/*** Side Banner ***/
/**************/
.side_ad {
    margin-top: 30px;
}

.side_ad .banner {
    border: solid 3px #ccc;
    text-align: left;
    padding: 10px;
    overflow: hidden;
}

.side_ad .banner .ph {
    width: 77px;
    float: left;
}

.side_ad .banner .desc {
    width: 180px;
    float: right;
    line-height: 130%;
}

.side_ad .banner .desc .name {
    font-weight: bold;
    font-size: 16px;
}

.side_ad .banner .desc .office {
    font-size: 12px;
}

.side_ad .banner .desc p {
    font-size: 12px;
    margin: 8px 0 7px;
    line-height: 140%;
}

.side_ad .banner .desc .link {
    text-align: right;
    font-size: 12px;
}

#main_one_col {
    width: 100%;
}

#main_one_col table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 100px;
    border-left: solid 1px #aaa;
}

#main_one_col table th {
    background-color: #0096ff;
    color: #fff;
    border-right: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    padding: 5px 10px;
    white-space: nowrap;
}

#main_one_col table td {
    border-right: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    padding: 5px 15px;
}

#main_one_col table td.nw {
    text-align: center;
    white-space: nowrap;
}


/**************/
/*** conference 外部イベント ***/
/**************/
header.lectures .btn_header_sp {
    margin: 0;
}

header.lectures .btn_header_toggle_inside {
    width: 100%;
    position: fixed;
    padding-left: 0;
}

.conference_cat,
.conference_flex_box_cat {
    display: flex;
    padding: 0;
    margin: 0 12px 48px;
    list-style: none;
    flex-wrap: wrap;
}

.conference_flex_box_cat {
    margin: 0 0 8px 0;
}

.conference_cat_item,
.conference_flex_box_cat_item {
    margin-right: 8px;
    margin-bottom: 8px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    display: inline-flex;
    line-height: 0;
    transition-duration: .3s;
}

.conference_cat_item:hover,
.conference_flex_box_cat_item:hover {
    opacity: .7;
}

.conference_cat_item a,
.conference_flex_box_cat_item a {
    padding: 10px 8px;
    text-decoration: none;
    display: inline-flex;
    color: #222;
    font-size: 11px;
}

.conference_flex_box {
    border: solid 1px #ccc;
    padding: 16px 16px 92px 16px;
    margin-bottom: 20px;
    position: relative;
}

.conference_flex_box_ttl {
    margin: 0;
    font-size: 14px;
}

.conference_flex_box_ttl a {
    color: #0096ff;
    display: inherit;
}

.conference_flex_box_ttl a:hover {
    text-decoration: underline;
    opacity: 1;
}

.conference_flex_box_date {
    font-size: 12px;
    color: #787c7b;
    margin-bottom: 24px;
}

.conference_speaker_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.conference_flex_box_fig {
    width: 75px;
    height: 75px;
    text-align: center;
    border-radius: 100px;
    border: solid 1px #ccc;
    overflow: hidden;
    margin: 0;
}

.conference_flex_box_fig img {
    width: 100%;
    height: auto;
}

.conference_speaker_info_txt {
    width: calc(100vw - 150px);
}

.conference_flex_box_attr {
    display: flex;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: wrap;
}

.conference_flex_box_attr_item {
    margin-right: 6px;
    margin-bottom: 6px;
    border: solid 1px #d0f9f3;
    background-color: #d0f9f3;
    border-radius: 2px;
    transition-duration: .3s;
    ;
    padding: 4px 12px;
    color: #2db696;
    font-size: 11px;
    line-height: 1;
}

.conference_flex_box_position {
    display: flex;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: wrap;
}

.conference_flex_box_position_item {
    margin-right: 6px;
    border: solid 1px #fff2cc;
    background-color: #fff2cc;
    border-radius: 2px;
    transition-duration: .3s;
    ;
    padding: 4px 12px;
    color: #ff9900;
    font-size: 11px;
    line-height: 1;
}

.conference_flex_box_speaker {
    font-size: 14px;
    margin: 0 0 4px;
}

.conference_flex_box_speaker a {
    color: #0096ff;
}

.conference_flex_box_speaker a:hover {
    text-decoration: underline;
    opacity: 1;
}

.sir {
    font-size: 12px;
    color: #787c7b;
}

.conference_flex_box_prof {
    font-size: 12px;
    color: #787c7b;
}

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

.conference_flex_box_lec-desc {
    font-size: 12px;
    color: #787c7b;
    margin-bottom: 12px;
}

.conference_flex_box_contact {
    font-size: 16px;
    margin-bottom: 12px;
}

.conference_flex_box_contact a {
    color: #0096ff;
}

.conference_flex_box_contact a:hover {
    text-decoration: underline;
    opacity: 1;
}

.conference_flex_box_lec-link {
    width: calc(100% - 32px);
    text-align: center;
    padding: 0;
    background-color: #0096ff;
    transition-duration: .3s;
    margin-bottom: 16px;
    position: absolute;
    bottom: 0;
}

.conference_flex_box_lec-link:hover {
    opacity: .7;
}

.conference_flex_box_lec-link a {
    display: block;
    padding: 8px 24px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
}

.fb-page {
    width: 100% !important;
    max-width: 1290px !important;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.to-top {
    background-color: #333;
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 52px;
    border: solid 1px #fff;
    display: block;
}

.breadcrumbs-eva a {
    color: #0096ff;
}

.breadcrumbs-eva a:hover {
    text-decoration: underline;
}

.grecaptcha-badge {
    visibility: hidden;
}

/*
  PC
*/

@charset "UTF-8";

/**********************************************************
 * PC css *
 **********************************************************/
@media all and (min-width: 768px) {
    body {
        width: 100%;
    }

    #nav {
        background: #333;
    }

    #nav .menu {
        display: none;
    }

    #nav ul {
        width: 980px;
        margin: 0 auto 30px;
        padding: 0;
        list-style: none;
        overflow: hidden;
        display: block;
    }

    #nav ul li {
        width: 196px;
        float: left;
        text-align: center;
        border-left: dotted 1px #666;
        border-bottom: none;
        background-color: #333;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #nav ul li:last-child {
        border-right: dotted 1px #666;
    }

    #nav ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 110%;
    }

    header.lectures .btn_header_pc {
        position: absolute;
        top: 0;
        right: 0;
    }

    #content {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 980px;
        margin: 0 auto;
        padding-top: 60px;
    }

    #content.lectures {
        max-width: 1280px;
        padding-top: 80px;
    }

    .block .article {
        width: 100%;
    }

    .block .article_intro {
        width: 480px;
        float: left;
    }

    .ban_below_article {
        display: block;
    }

    #relative .block img {
        width: 150px;
    }

    #main {
        width: 650px;
        float: left;
    }

    #main2 {
        width: 100%;
    }

    #side {
        top: 0;
        right: 0;
        width: 300px;
        float: right;
    }

    #facebook_box {
        width: 980px;
        margin: 0 auto;
    }

    #footer {
        margin: 40px auto 0;
        text-align: right;
    }

    #zoho_form {
        width: 610px;
        margin: 30px auto;
    }

    .corp_list {
        margin-bottom: 100px;
    }

    /**************/
    /*** conference 外部イベント ***/
    /**************/
    .conference_flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-left: 24px;
    }

    .conference_flex_box {
        width: 290px;
        margin-right: 12px;
        margin-left: 12px;
        padding-bottom: 64px;
    }

    .conference_speaker_info_txt {
        width: 165px;
    }

    .conference_flex_box_cat_item {
        margin-bottom: 4px;
    }

    /* .conference_flex_box_lec-link_url {
		width: 100%;
	} */
    .conference_flex_box_lec-link a {
        font-size: 12px;
        padding: 4px 8px;
    }

    .conference_cat_item a,
    .conference_flex_box_cat_item a {
        font-size: 11px;
    }

    .eva-pack {
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 20px;
    }

    .eva_flex {
        display: flex;
        justify-content: center;
    }

    .eva_flex .eva_flex_box {
        flex: 1;
    }

    .eva_flex .eva_flex_ad_box {
        flex-basis: 300px;
        margin: 0 auto;
        width: 100%;
    }

    .eva_flex .eva_flex_ad_box img {
        width: 100%;
    }

    .side_block .eva_flex_ad_box,
    .eva_flex_ad_box .side_box {
        width: 300px;
    }

    .eva_flex_ad_box {
        width: 100%;
    }

    .eva_flex_ad_box .container_ad_box {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .eva_flex_ad_box .container_ad_box .bannerarea {
        min-width: 300px;
        /* max-width: 600px; */
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        gap: 20px;

        .banner {

            max-width: 573px;
        }
    }

    .eva_flex_ad_box .container_ad_box .bannerarea img {
        width: auto;
        height: 300px;
        max-width: 574px;
    }

    .bannerarea {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-bottom: 0;
    }

    .bannerarea .banner {
        display: block;
        text-decoration: initial;
        transition: 0.5s;
        min-width: 300px;
        max-width: 600px;
        width: 100%;
    }

}

@media all and (max-width: 1300px) {
    .eva_flex_ad_box .container_ad_box {
        padding: 12px;
    }

    .eva_flex_ad_box .container_ad_box .bannerarea {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .eva_flex_ad_box .container_ad_box .bannerarea {
        /* margin-top: 40px; */

        /* &.pr_icon::before {
      left: 0;
      top: -30px;
    } */
    }
}

@media screen and (min-width: 768px) {

    .container {
        padding-top: 60px;
    }


}

@media all and (min-width: 768px) {
    footer {
        margin: 40px auto 0;
    }
}

/* .pr_icon {
  position: relative;
}

.pr_icon::before {
  content: 'PR';
  font-size: 10px;
  color: #ccc;
  padding: 0px;
  border-radius: 0;
  text-align: center;
  border: 1px solid #ccc;
  min-width: 25px;
  display: inline-block;
  letter-spacing: 1px;
  height: 15px;
  position: absolute;
  left: 12px;
} */



.bannerarea .banner {
    display: block;
    text-decoration: initial;
    transition: 0.5s;
    min-width: 300px;
    max-width: initial;
    width: 100%;
    padding-bottom: 1px;

    &:hover {
        opacity: 0.8;
    }

    .banner_company {
        margin: 0;
        font-size: 12px;
        color: #333;
        margin-top: 5px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        padding-bottom: 2px;

        &::before {
            content: 'PR';
            font-size: 10px;
            color: #ccc;
            padding: 0px;
            border-radius: 0;
            text-align: center;
            border: 1px solid #ccc;
            min-width: 25px;
            display: inline-block;
            letter-spacing: 1px;
            height: 15px;
            margin-right: 10px;
        }
    }

    .banner_text {
        margin: 0;
        color: #333;
        margin-top: 5px;
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .banner_title {
        margin: 0;
        color: #333;
        margin-top: 5px;
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

.side_block .bannerarea,
.side_box .bannerarea {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

/* .side_block .pr_icon,
.side_box .pr_icon {
  margin-top: 30px;

  &::before {
    top: -30px;
    left: 0px;
  }
} */

@media all and (max-width: 768px) {
    .eva_flex_ad_box .container_ad_box {
        padding: 0;
    }

    .side_block .bannerarea,
    .side_box .bannerarea {
        margin-bottom: 20px;
    }
}
