@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

body {
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;

    font-optical-sizing: auto;
}

a {
    color: #0060bf;
    text-decoration: none;
}

section a.extLink:after {
    margin: 0 8px;
    content: '\f35d';
    font-weight: 900;
    font-size: 0.9em;
    font-family: 'Font Awesome 5 Free';
}

button,
select {
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

i.fas {
    font-size: 0.9em;
}

.link-disabled {
    color: currentColor;
    text-decoration: none;
    opacity: 0.5;
    cursor: not-allowed;
}

a.link-disabled:hover {
    color: #333;
}

.color-green {
    color: #00913a;
}

.txt-bigger {
    font-size: 120%;
}

header nav.navbar {
    margin: 0 auto;
    padding: 10px 15px;
    width: 99%;
    border-radius: 0 0 4px 4px;
    background-color: hsla(0, 0%, 100%, 0.85);
    box-shadow: 0 2px 5px -1px #666;
}

@media (min-width: 1210px) {
    header .navbar-brand img {
        width: 400px;
    }
}

@media (min-width: 1080px) and (max-width: 1209.98px) {
    header .navbar-brand img {
        width: 320px;
    }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
    header .navbar-brand img {
        width: 250px;
    }
}

@media (max-width: 767.98px) {
    header .navbar-brand img {
        width: 250px;
    }
}

header .top-subnav {
    text-align: right;
}

@media (max-width: 991.98px) {
    header .top-subnav {
        margin-top: 15px;
        text-align: center;
    }

    header .top-subnav a {
        margin: 0 0.5rem !important;
        width: 40%;
    }
}

@media (max-width: 575.98px) {
    header .top-subnav a {
        margin: 0.5rem !important;
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    br.br-pc {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    br.br-sp {
        display: none !important;
    }
}


.container,
.container-wd {
    position: relative;
    z-index: 100;
}

/* for Mobile Menu */
.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    outline: 0;
    border: none;
    background: none;
    box-shadow: none;
}

.navbar-toggler span {
    display: block;
    margin: 6px auto;
    width: 30px;
    height: 2px;
    background: #1f3c88;
    transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.navbar-toggler:hover span,
.navbar-toggler:focus span {
    background: #1f3c88;
}

.navbar-toggler[aria-expanded='true'] span:first-of-type {
    transform: rotate(45deg) translate(6px, 6px);
}

.navbar-toggler[aria-expanded='true'] span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded='true'] span:last-of-type {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-toggler[aria-expanded='false'] span {
    opacity: 1;
    transform: none;
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px;
        font-weight: 600;
    }

    #mainNav .navbar-nav li a:hover,
    #mainNav .navbar-nav li.show a {
        color: #00913a;
        text-decoration: none;
    }

    #mainNav .navbar-nav li a.link-disabled:hover,
    #mainNav .navbar-nav li.show a.link-disabled {
        color: #333;
    }

    #mainNav .navbar-nav li:hover .dropdown-menu.show {
        top: 54px;
        visibility: visible;
        opacity: 1;
        transform: translateZ(0);
    }

    #mainNav .navbar-nav li {
        position: relative;
    }

    #mainNav .navbar-nav li .dropdown-menu {
        position: absolute;
        top: 54px;
        display: block;
        visibility: hidden;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: hsla(0, 0%, 15%, 0.8);
        color: #ffff;
        opacity: 0;
        transition: transform 0.3s cubic-bezier(0.25, 0.75, 0.75, 1), opacity 0.3s cubic-bezier(0.25, 0.75, 0.75, 1),
            visibility 0.3s cubic-bezier(0.25, 0.75, 0.75, 1);
        transition-delay: 0.2s;
        transform: translate3d(0, -1rem, 0);
    }

    #mainNav .navbar-nav li .dropdown-menu.dropdown-menu-lg-end {
        right: 0;
    }

    #mainNav .navbar-nav li .dropdown-menu a {
        padding: 0.6rem 1.5rem;
        border-bottom: 1px solid #8fc31f;
        color: #fff;
        font-size: 0.875rem;
    }

    #mainNav .navbar-nav li .dropdown-menu a.disabled {
        color: rgba(255, 255, 255, 0.6);
    }

    #mainNav .navbar-nav li .dropdown-menu a:hover {
        background-color: #8fc31f;
    }
}

@media (max-width: 991.98px) {

    .w-50,
    .w-75,
    .w-25 {
        width: 95% !important;
    }

    #mainNav .nav-item a {
        position: relative;
        padding: 0.75rem 1rem;
        border-top: 1px solid #dadada;
        color: #333;
        font-size: 1rem;
    }

    #mainNav .nav-item:first-child a {
        border-top: none;
    }

    #mainNav .nav-item a.dropdown-toggle::after {
        position: absolute;
        top: 10px;
        right: 10px;
        display: inline;
        border: none;
        content: '\f103';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
    }

    #mainNav .navbar-nav li:hover .dropdown-menu.show {
        display: block;
    }

    #mainNav .navbar-nav li:hover .dropdown-menu {
        border: none;
    }

    #mainNav .navbar-nav li:hover .dropdown-menu a {
        border-top: 1px solid #dadada;
        background-color: #efefef;
    }

    #mainNav .navbar-nav li .dropdown-menu a.disabled {
        color: rgba(0, 0, 0, 0.3);
    }
}

/* ==============================================
* Button Style
==============================================*/

.btn {
    padding: 0.5rem 1.25rem;
    border-radius: 4px;
}

.btn-md {
    font-size: 1.125rem;
}

.btn-blue {
    position: relative;
    border: none;
    background-image: linear-gradient(90deg, rgba(0, 110, 184, 1), rgba(144, 0, 184, 1));
    color: #fff;
    transition: all 0.3s ease;
}

.btn-blue:hover,
.btn-blue:focus {
    border: none;
    border-color: transparent;
    background-image: linear-gradient(90deg, rgba(144, 0, 184, 1), rgba(0, 110, 184, 1));
    color: #fff;
    transform: translateY(3px);
}

.btn-green {
    border: none;
    background-image: linear-gradient(90deg, rgba(140, 195, 34, 1), rgba(0, 110, 184, 1));
    color: #fff;
    transition: all 0.3s ease;
}

.btn-green:hover,
.btn-green:focus {
    border: none;
    border-color: transparent;
    background-image: linear-gradient(90deg, rgba(0, 110, 184, 1), rgba(140, 195, 34, 1));
    color: #fff;
    transform: translateY(3px);
}

.btn-grey {
    border: none;
    background-image: linear-gradient(90deg, rgb(78, 97, 119), rgb(48, 63, 73));
    color: #fff;
    transition: all 0.3s ease;
}

.btn-grey:hover,
.btn-grey:focus {
    border: none;
    border-color: transparent;
    background-image: linear-gradient(90deg, rgba(48, 63, 73, 1), rgba(78, 97, 119, 1));
    color: #fff;
    transform: translateY(3px);
}

.btn-pink {
    border: none;
    background-image: linear-gradient(90deg, rgb(234, 96, 135), rgb(197, 43, 87));
    color: #fff;
    transition: all 0.3s ease;
}

.btn-pink:hover,
.btn-pink:focus {
    border: none;
    border-color: transparent;
    background-image: linear-gradient(90deg, rgba(197, 43, 87, 1), rgba(234, 96, 135, 1));
    color: #fff;
    transform: translateY(3px);
}

.btn-orange {
    border: none;
    background-image: linear-gradient(90deg, #d7a12d, #d7752d);
    color: #fff;
    transition: all 0.3s ease;
}

.btn-orange:hover,
.btn-orange:focus {
    border: none;
    border-color: transparent;
    background-image: linear-gradient(90deg, #d7752d, #d7a12d);
    color: #fff;
    transform: translateY(3px);
}

.btnlight:before {
    position: absolute;
    top: -10%;
    left: -180%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    content: '';
    transition: 0.5s ease-in-out;
    transform: rotate(-45deg);
}

.btnlight:hover:before {
    left: 60%;
}

/* ==============================================
* Toppage
==============================================*/

section.topExhibit,
section.topVisit,
section.topAboutShow {
    position: relative;
    padding: 3rem 0;
    background: rgb(231, 244, 244);
    background: linear-gradient(90deg, rgba(231, 244, 244, 1) 0%, rgba(209, 234, 238, 1) 100%);
}

section.topAboutShow {
    background: url(../images/aboutshow_bg.png) no-repeat center / cover;
}

section.topExhibit::before,
section.topVisit::before {
    position: absolute;
    top: -50px;
    right: 0;
    color: rgba(145, 206, 233, 0.15);
    content: 'EXHIBITOR';
    font-weight: 900;
    font-style: normal;
    font-size: 180px;
    font-family: 'League Spartan', sans-serif;

    font-optical-sizing: auto;
}

section.topVisit::before {
    content: 'VISITOR';
}

.subHd {
    position: relative;
    padding-left: 1.2rem;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    font-family: 'League Spartan', sans-serif;
    line-height: 100%;

    font-optical-sizing: auto;
}

.subHd::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 80%;
    border-left: 8px solid #0060bf;
    content: '';
}

section.topVisit .subHd::before {
    border-left: 8px solid #eb9902;
}

.mainHd {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 2.4rem;
}

@media (max-width: 767.98px) {
    .subHd {
        font-size: 1.25rem;
    }

    .mainHd {
        font-size: 2rem;
    }
}

.contentsCard>div>a {
    display: block;
    padding: 20px 20px 20px 0;
    height: 100%;
    border-radius: 4px;
    background-color: #fff;
    font-weight: 600;
    font-size: 20px;
    filter: drop-shadow(1px 1px 3.7px rgba(0, 0, 0, 0.3));
}


.contentsCard>div {
    margin-bottom: 1rem !important;
}

section.topVisit .contentsCard>div>a {
    color: #eb9902;
}

section.topExhibit .contentsCard>div>a:hover {
    background-color: #edf6ff;
}

section.topVisit .contentsCard>div>a:hover {
    background-color: #fcf9d6;
}

.contentsCard img {
    width: 100%;
    border-radius: 0 4px 4px 0;
}

.contentsCard span {
    display: block;
    padding: 15px 0 0 20px;
}

.contentsCard>div>a:hover span {
    transition: all 0.3s ease;
    transform: translateY(3px);
}

section.topExhibit .contentsCard>div>a.link-disabled:hover,
section.topVisit .contentsCard>div>a.link-disabled:hover {
    background-color: #fff;
}

section.topExhibit .contentsCard>div>a.link-disabled:hover span,
section.topVisit .contentsCard>div>a.link-disabled:hover span {
    transform: none;
}

section.topVoice,
section.topNews {
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
    background-color: #fff;
}

section.topVoice::before {
    position: absolute;
    top: -50px;
    left: 0;
    color: rgba(226, 227, 228, 0.30);
    content: 'VOICE';
    font-weight: 900;
    font-style: normal;
    font-size: 180px;
    font-family: 'League Spartan', sans-serif;

    font-optical-sizing: auto;
}

@media (max-width: 767.98px) {

    section.topVoice::before,
    section.topExhibit::before,
    section.topVisit::before {
        top: -25px;
        font-size: 80px;
    }
}

section.topNews ul {
    margin: 40px auto;
    padding: 0;
    list-style: none;
}

section.topNews ul li {
    position: relative;
    display: flex;
    padding: 15px;
    border-top: 1px solid #cfcfcf;

    align-items: center;
}

section.topNews ul li:last-child {
    border-bottom: 1px solid #cfcfcf;
}

section.topNews ul li a.nolink {
    color: #333;
    pointer-events: none;
}

section.topNews ul time {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    width: 100px;
    color: #333;
    white-space: nowrap;
}

section.topNews ul p {
    margin: 0;

    flex: 1;
}

.topBanner {
    padding: 2rem 0;
    background-color: #f6f7f7;
    text-align: center;
}

footer {
    padding: 2rem 0;
    background-color: #003250;
    color: #fff;
}

footer img {
    width: 70%;
}

footer a {
    margin: 0 15px;
    color: #fff;
}

.pagetop {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 9999;
}

.pagetop img {
    width: 75px;
    height: 75px;
}

/* ==============================================
* Slider
==============================================*/

#top_mainslide {
    margin: 2rem 0;
}

#top_mainslide .slide {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    line-height: 0;
}

#top_mainslide .slide a {
    position: relative;
}

#top_mainslide .slick-slide img {
    width: 100%;
    height: auto;
}

#top_mainslide #top_banner ul {
    display: flex;
    margin: 0 auto;

    justify-content: center;
    flex-wrap: wrap;
}

#top_mainslide #top_banner li {
    margin: 0 10px;
    width: calc(16.66% - 20px);
    text-align: center;
}

#top_mainslide #top_banner li img {
    width: 100%;
}

#top_infoslide li {
    position: relative;
    height: 100% !important;
}

#top_infoslide li a {
    display: block;
    margin: 15px 15px;
    padding: 30px 20px 20px;
    height: 230px;
    border-radius: 4px;
    background-color: #fff;
    color: #333;
    text-align: left;
    filter: drop-shadow(1px 1px 3.7px rgba(0, 0, 0, 0.3));
}

#top_infoslide li .tpExhibit,
#top_infoslide li .tpVisit {
    position: absolute;
    top: -5px;
    left: 50%;
    z-index: 100;
    padding: 0.5rem 1.5rem;
    background-color: #036eb8;
    color: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#top_infoslide li .tpVisit {
    background-color: #d7752d;
}

@media (max-width: 1024px) {
    #top_mainslide #main_announce {
        padding-top: 10.66vw;
        max-width: none;
        width: 70%;
    }

    #top_mainslide .slide {
        width: auto;
        box-shadow: 1.33vw 1.33vw 2.66vw rgba(0, 0, 0, 0.5);
    }
}

@media (max-width: 768px) {
    #top_mainslide #main_announce {
        margin: 0 auto;
        padding-top: 20px;
        max-width: 680px;
    }
}

.slick-arrow {
    position: absolute;
    top: 55%;
    z-index: 10;
    display: flex;
    margin: -75px 0 0;
    width: 100px;
    height: 100px;
    border: none;
    background-color: transparent;
    text-decoration: none;
    text-indent: -9999;
    font-size: 0;
    cursor: pointer;
    transition: all 0.4s ease-in-out;

    align-items: center;
    justify-content: center;
}

.slick-arrow:before {
    width: 50px;
    height: 50px;
    border-top: 8px solid hsla(0, 0%, 15%, 0.4);
    border-right: 8px solid hsla(0, 0%, 15%, 0.4);
    content: '';
    transition: 0.35s all;
    ;
}

.slick-arrow:hover:before {
    border-top: 8px solid hsla(0, 0%, 15%, 0.8);
    border-right: 8px solid hsla(0, 0%, 15%, 0.8);
}

.slick-prev:before {
    transform: rotate(225deg);
}

.slick-next:before {
    transform: rotate(45deg);
}

.slick-prev {
    left: -80px;
}

.slick-next {
    right: -80px;
}

.slick-prev:hover:before {
    margin-right: 10px;
}

.slick-next:hover:before {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .slick-arrow {
        top: 100%;
        width: 50px;
        height: 50px;
    }

    #top_infoslide .slick-arrow {
        top: 64%;
    }

    .slick-arrow:before {
        width: 25px;
        height: 25px;
    }

    .slick-prev {
        left: -20px;
    }

    .slick-next {
        right: -20px;
    }
}

.topAboutShow .row>div>a {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 20px auto 10px;
    padding: 1.5rem;
    border-radius: 100vh;
    background-color: #8fc31f;
    color: #fff;
    font-size: 1.25rem;
    transition: 0.2s ease-in-out;
}

.topAboutShow .row>div>a:hover {
    transform: translateY(3px);
}

.topAboutShow .row>div:nth-child(2)>a {
    background-color: #036eb8;
}

.topAboutShow .row>div:nth-child(3)>a {
    background-color: #00913a;
}

.topAboutShow .row>div:nth-child(4)>a {
    background-color: #ea6087;
}

/* ==============================================
* Under Contents
==============================================*/
.breadcrumbs {
    padding: 1rem;
}

.mvArea {
    margin: 40px auto 100px;
    width: 75%;
    text-align: center;

    aspect-ratio: 16 / 9;
}

@media (max-width: 991.98px) {
    .mvArea {
        width: 100%;
    }

    .breadcrumbs {
        background-color: rgba(255, 255, 255, 0.7);
    }
}

.mvArea iframe {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.ttl_cat {
    display: flex;
    flex-direction: column;
    margin: 0 auto 40px;
    text-align: center;

    align-items: center;
}

.ttl_cat span {
    display: block;
    margin-bottom: 15px;
    min-width: 135px;
    border-bottom: 5px solid #0060bf;
    text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff,
        -4px 4px 4px #fff, 4px -4px 4px #fff,
        4px 0 4px #fff, -4px 0 4px #fff,
        0 4px 4px #fff, 0 -4px 4px #fff;
    font-weight: 700;
    font-size: 1.5rem;
}

.ttl_page {
    display: flex;
    margin: 40px 0 80px 0;
    text-align: center;

    justify-content: center;
}

.ttl_page h1 {
    text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff,
        -4px 4px 4px #fff, 4px -4px 4px #fff,
        4px 0 4px #fff, -4px 0 4px #fff,
        0 4px 4px #fff, 0 -4px 4px #fff;
    font-weight: 700;
    font-size: 3.25rem;
}

.ttl_page h1 span {
    display: block;
}

.ttl_subcc h2 {
    margin: 80px 0 40px 0;
    padding: 0.75rem 1rem;
    border-radius: 100vh 0 100vh 0;
    background-image: linear-gradient(90deg, #a1d6e5, #8fc31f);
    text-align: center;
    letter-spacing: 0.25rem;
    font-size: 1.575rem;
}

.ttl_subcc h2 span {
    font-size: 1rem;
}

.ttl_fit h3 {
    position: relative;
    z-index: 1;
    margin: 60px 0 20px;
    letter-spacing: 0.025em;
    font-weight: 700;
    font-size: 1.575rem;
    line-height: 1.5;
}

.ttl_fit h3::before {
    position: absolute;
    top: -14px;
    left: 0;
    display: block;
    width: 40px;
    height: 5px;
    background-color: #0060bf;
    content: '';
}

.ttl_fit h3 span {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

.ttl_fit h3.merit::before {
    display: none;
}

.ttl_fit h3.merit {
    padding: 0.5rem 1rem;
    border-radius: 7px;
    background-color: #e8f1fa;
}

.ttl_fit h3.merit::after {
    position: absolute;
    top: 0rem;
    right: 0;
    z-index: -1;
    color: #d5e6f7;
    content: 'Merit';
    font-size: 4rem;
    font-family: 'League Spartan', sans-serif;
}

.ttl_fit h3.merit::first-letter {
    color: #0060bf;
    font-size: 2.5rem;
    ;
}

.ttl_bdr h4 {
    display: block;
    display: flex;
    margin: 60px 0 20px;
    color: #036eb8;
    font-weight: bold;
    font-size: 1.45rem;

    align-items: center;
}

.ttl_bdr h4::before,
.ttl_bdr h4::after {
    height: 1px;
    background-color: #036eb8;
    content: '';

    flex-grow: 1;
}

.ttl_bdr h4:before {
    margin-right: 1rem;
}

.ttl_bdr h4:after {
    margin-left: 1rem;
}

.ttl_bdr.bdr-red h4 {
    color: #c00;
}

.ttl_bdr.bdr-red h4::before,
.ttl_bdr.bdr-red h4::after {
    background-color: #c00;
}

.ttl_liner h5 {
    margin: 40px 0 30px;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #bedfc2;
    border-radius: 5px 5px 0 0;
    background-color: #dbf1de;
    text-align: center;
    letter-spacing: 0.25rem;
    font-size: 1.25rem;
}

.ttl_liner h6 {
    margin: 40px 0 0;
    padding: 0.75rem 1rem;
    border-radius: 5px 5px 0 0;
    background-image: linear-gradient(90deg, #a1d6e5, #8fc31f);
    text-align: center;
    letter-spacing: 0.25rem;
    font-size: 1.25rem;
}

@media (max-width: 575.98px) {
    .ttl_page h1 {
        font-size: 2.375rem;
    }

    .ttl_subcc h2,
    .ttl_fit h3 {
        font-size: 1.25rem;
    }
}


/* TABLE CELL
------------------------------------------------------------------ */

.tablecell dl,
.tablecell dt,
.tablecell dd {
    box-sizing: border-box;
}

.tablecell dl {
    margin-bottom: 20px;
    width: 100%;
    background: #eee !important;
}

.timesche dl {
    background-color: #fff;
}

.tablecell dt,
.tablecell dd {
    padding: 10px 10px 0 10px;
    border-top: 4px solid #fff;
}

.tablecell dt {
    float: left;
    width: 10em;
}

.tablecell dd {
    margin: 0 0 0 10em;
    padding-bottom: 10px;
    border-left: 2px solid #fff;
    background: #fff;
}

.timesche dd {
    margin: 0;
}

.tablecell dd:after {
    display: block;
    clear: both;
    content: '';
}

@media (max-width: 767.98px) {

    .tablecell dt,
    .tablecell dd {
        float: none;
        margin: 0;
        padding: 0.5rem 1rem;
        width: 100%;
    }
}

/* TABLE
------------------------------------------------------------------ */
table {
    margin: 20px 0 40px;
    width: 100%;
    border: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
}

table tbody tr th,
table tbody tr td,
table table thead tr th,
table thead tr th,
div.opTable table tfoot tr td {
    padding: 0.75rem;
    border: 1px solid #ddd;
    vertical-align: top;
    line-height: 1.5;
}

.table> :not(caption)>*>* {
    padding: 0.75rem;
}

table tfoot tr th,
table tfoot tr td {
    padding: 20px 0;
    border: none;
    text-align: center;
}

.req::after {
    color: #c00;
    content: ' *';
    font-size: 120%;
}

.txt-red {
    color: #c00;
}

.formcat {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 110%;
}

.formcat::before {
    color: #002978;
    content: 'ãƒ»';
}

input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'],
input[type='tel'],
input[type='url'],
textarea,
select {
    padding: 8px 10px !important;
    width: 100% !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.fst-item {
    margin-bottom: 5px;
}

.form-group .form-control {
    display: inline !important;
}

.form-inline input[type='text']:not(:first-child),
.form-inline input[type='number']:not(:first-child),
.form-inline input[type='email']:not(:first-child) {
    margin-top: 5px;
    margin-right: 5px;
}

.form-inline label {
    position: relative;
    margin-right: 50px;
}

input[type='radio'],
input[type='checkbox'] {
    display: none;
}

.list2line .form-inline {
    float: left;
    width: 50% !important;
}

.radio .form-inline,
.checkbox .form-inline {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 35px;
}

.radio .form-inline:last-child,
.checkbox .form-inline:last-child {
    margin-bottom: 0;
}

.radio label:before,
.checkbox label:before {
    position: absolute;
    top: 50%;
    left: -25px;
    z-index: 5;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border: 1px solid #bbb;
    border-radius: 4px;
    background-color: #fff;
    content: '';
}

.radio label:before {
    border-radius: 50%;
}

.radio input[type='radio']:checked+label:after {
    position: absolute;
    top: calc(50% - 1px);
    left: -21px;
    z-index: 10;
    display: block;
    margin-top: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #002978 !important;
    content: '';
    opacity: 1;
}

.checkbox input[type='checkbox']:checked+label:after {
    position: absolute;
    top: 45%;
    left: -19px;
    z-index: 10;
    display: block;
    margin-top: -7px;
    width: 7px;
    height: 16px;
    border-right: 3px solid #002978;
    border-bottom: 3px solid #002978;
    content: '';
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio input[type='text'],
.checkbox input[type='text'] {
    width: 30% !important;
}

.form-group input[type='text'],
.form-group input[type='number'],
.form-group select {
    width: 30% !important;
}

.form-group-tel input[type='text'],
.form-group-tel input[type='number'],
.form-group-date select {
    width: 20% !important;
}

.form-group-telEn input[type='text'],
.form-group-telEn input[type='number'] {
    width: 48% !important;
}

.form-group-telEn input[type='text']:first-child,
.form-group-telEn input[type='number']:first-child {
    width: 15% !important;
}

.form-group-value select {
    width: auto !important;
}

.form-group-date input[type='text'],
.form-group-value input[type='text'],
.form-group-date input[type='number'],
.form-group-value input[type='number'] {
    width: 40px;
}

.form-group-value input[type='number'] {
    width: 80px;
}

.form-group:not(:last-child) {
    margin-bottom: 5px;
}

input#building,
input#bill_building,
input#elec_building {
    margin-top: 5px;
}

input:disabled,
textarea:disabled,
select:disabled {
    background: #ccc !important;
}

input[type='radio']:disabled+label:before,
input[type='checkbox']:disabled+label:before {
    background: #ccc !important;
}

.input-group-addon,
.input-group-addon-hr {
    position: relative;
    margin-right: 5px !important;
    padding: 5px 12px !important;
    background-color: #ddd !important;
    text-align: center;
}

.input-group-addon:before,
.input-group-addon-hr:before {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #ddd;
    content: '';
}

.form-group-value:not(:first-child) {
    margin-top: 5px;
}

div.cmnTable table tbody tr th {
    width: 25%;
    background-color: #f2f2f2 !important;
    text-align: left;
    line-height: 2;
}

.copy-info-exhibitor {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    background-color: #0060bf;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.add-info {
    display: block;
    font-weight: 400;
    line-height: 1.5;
}

div.cmnTable table thead tr th {
    background-color: #f2f2f2 !important;
    text-align: left;
}

div.opTable table thead tr th:not(:first-child),
div.opTable table tbody tr td:not(:first-child) {
    vertical-align: middle;
    text-align: center;
}

div.opTable table tbody tr td:last-child {
    background-color: #fbfbcb !important;
}

div.opTable table tfoot tr td {
    background-color: #f4f459 !important;
    font-weight: bold;
}

div.loginTable table {
    margin: 0 auto 40px auto;
    width: 60%;
}

div.loginTable table tbody tr th {
    width: 35%;
    background-color: #f2f2f2 !important;
    text-align: left;
}

div.infolistTable table thead tr th {
    background-color: #ccc !important;
}

div.infolistTable table tbody tr th {
    width: 6%;
    background-color: #f2f2f2 !important;
    text-align: center;
}

div.infolistTable table tbody tr td {
    text-align: center;
}

div.infolistTable table tbody tr td:nth-child(2),
div.infolistTable table tbody tr td:nth-child(3),
div.infolistTable table tbody tr td:nth-child(5) {
    width: 12%;
}

div.infolistTable table tbody tr td:nth-child(4) {
    text-align: left;
}

.accordion-button {
    padding: 10px;
    border-radius: 2px;
    background-color: #a0c4df;
    font-weight: 600;
    font-size: 0.875rem;
}

.accordion-button:not(.collapsed) {
    border-radius: 2px 2px 0 0;
    background-color: #bfd6e7;
}

.accordion-button::after {
    display: none;
}

.accordion-button::before {
    margin-right: 10px;
    width: 1.25rem;
    height: 1.25rem;
    background-image: var(--bs-accordion-btn-icon);
    background-size: 1.25rem;
    background-repeat: no-repeat;
    content: '';
    transition: transform 0.2s ease-in-out;

    flex-shrink: 0;
}

.accordion-button:not(.collapsed)::before {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-body table {
    margin: 0;
}

div.cmnTable .accordion-body table tbody tr th {
    width: 20%;
    font-size: 0.875rem;
}

div.cmnTable .accordion-body table tbody tr td {
    font-size: 0.875rem;
}

div.cmnTable .accordion-body table tbody tr td .checkbox {
    margin: 0.5rem 0;
}

.sendBtn {
    margin: 20px auto 60px;
    text-align: center;
}

.sendBtn button,
.sendBtn a,
button.linkto {
    position: relative;
    margin: 0 10px;
    padding: 1rem;
    width: 45%;
}

.sendBtn button.next::after,
.sendBtn a.next::after,
button.linkto.next::after {
    position: absolute;
    top: 22%;
    right: 15px;
    display: inline-block;
    content: ' \f105';
    text-rendering: auto;
    font-weight: 900;
    font-size: 1.5rem;
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
}

.sendBtn button.back::before,
.sendBtn a.back::before {
    position: absolute;
    top: 22%;
    left: 15px;
    display: inline-block;
    content: ' \f104';
    text-rendering: auto;
    font-weight: 900;
    font-size: 1.5rem;
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
}

.sendBtn button.external::after,
.sendBtn a.external::after {
    position: absolute;
    top: 24%;
    right: 20px;
    display: inline-block;
    content: ' \f35d';
    text-rendering: auto;
    font-weight: 900;
    font-size: 1.25rem;
    font-family: 'Font Awesome 5 Free';
    -webkit-font-smoothing: antialiased;
}

.sendBtn a,
.sendBtn a:visited {
    color: #fff;
}

@media (max-width: 575.98px) {

    .sendBtn button,
    .sendBtn a,
    button.linkto {
        width: 95%;
    }
}

@media (max-width: 767.98px) {

    div.cmnTable table tbody tr th,
    div.cmnTable table tbody tr td,
    div.cmnTable .accordion-body table tbody tr th,
    div.cmnTable .accordion-body table tbody tr td {
        display: block;
        width: 100%;
    }
}

table .fixed .formErrorContent {
    margin-top: 5px;
    background: #dc3545;
}

table .formError .formErrorContent {
    width: auto;
}

/* page layput */

body {
    /*position: absolute;
    top: -80px;
    right: 0;
    display: inline-block;
    width: 1025px;
    height: 516px;*/
    background: url(../images/main_bg_tr.png) no-repeat;
    background-position: right 0 top -80px;
    /*content: '';*/
}

#wrapper {
    position: relative;
}

#wrapper {
    /*position: absolute;
    bottom: -200px;
    left: 0;
    z-index: -1;
    display: inline-block;
    overflow: hidden;
    width: 940px;
    height: 488px;*/
    background: url(../images/main_bg_bl.png) no-repeat;
    background-position: left 0 bottom -200px;
    /*content: '';*/
}

@media (max-width: 575.98px) {

    body,
    #wrapper {
        background-size: 600px auto;
    }

    #wrapper {
        background-position: left 0 bottom -50px;
    }
}

main {
    padding-bottom: 250px;
}

.info_cell {
    box-sizing: border-box;
}

.info_cell dl {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: solid 1px #cfcfcf;
}

.info_cell.kagakudetail dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.info_cell dt {
    float: left;
    width: 20%;
    font-weight: bold;
}

.info_cell dd {
    float: left;
    width: 80%;
}

.info-show-list>div:first-child,
.info-show-list>div:nth-child(2) {
    margin-bottom: 1em;
    padding: 1rem;
    border-right: 0.5rem solid #fff;
    background-image: linear-gradient(90deg, rgba(140, 195, 34, 1), rgba(0, 110, 184, 1));
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
}

.info-show-list>div:nth-child(2) {
    background-image: linear-gradient(90deg, rgba(0, 110, 184, 1), rgba(234, 96, 135, 1));
}

.info-show-list .go2detail {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    padding: 20px;
    height: 100%;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    filter: drop-shadow(1px 1px 3.7px rgba(0, 0, 0, 0.3));
}

.info-show-list .go2detail strong {
    display: block;
    margin-bottom: 1.2rem;
    padding: 0.75rem 0.5rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.15rem;
}

.info-show-list>div:nth-child(3) .go2detail strong {
    background-color: #8fc31f;
}

.info-show-list>div:nth-child(4) .go2detail strong {
    background-color: #00913a;
}

.info-show-list>div:nth-child(5) .go2detail strong {
    background-color: #036eb8;
}

.info-show-list>div:last-child .go2detail strong {
    background-color: #ea6087;
}

.info-show-list .go2detail>p:nth-child(even) {
    font-weight: 600;
    font-size: 1.15rem;
}

.info-show-list .go2detail a {
    display: block;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    max-width: 200px;
    width: 90%;
    border-radius: 25px;
    background-color: #545463;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease;
}

.info-show-list .go2detail a:hover,
.info-show-list .go2detail a:focus {
    /*border: none;
    border-color: transparent;*/
    background-color: #6b6b7a;
    color: #fff;
    transform: translateY(4px);
}

.cutout {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.cutout-01 {
    border-radius: 28% 35% 46% 42% / 46% 29% 48% 37%;
}

.cutout-02 {
    border-radius: 42% 44% 44% 31% / 40% 39% 58% 54%;
}

.cutout-03 {
    filter: drop-shadow(1px 1px 3.7px rgba(0, 0, 0, 0.3));
}

/*.cutout-bg01::before {
    position: absolute;
    right: -40px;
    bottom: auto;
    z-index: -10;
    width: 100%;
    height: 450px;
    border-radius: 28% 35% 46% 42% / 46% 29% 48% 37%;
    background: url('../images/pattern_01.png');
    content: '';
}*/
.cutout-bg01::before {
    position: absolute;
    right: -40px;
    bottom: -40px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 28% 35% 46% 42% / 46% 29% 48% 37%;
    background: url('../images/pattern_01.png');
    content: '';
}

/*.cutout-bg02::before {
    position: absolute;
    bottom: auto;
    left: -40px;
    z-index: -10;
    width: 100%;
    height: 450px;
    border-radius: 42% 44% 44% 31% / 40% 39% 58% 54%;
    background: url('../images/pattern_02.png');
    content: '';
}*/

.cutout-bg02::before {
    position: absolute;
    right: -40px;
    bottom: -40px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 42% 44% 44% 31% / 40% 39% 58% 54%;
    background: url('../images/pattern_02.png');
    content: '';
}

.cutout-bg03::before {
    position: absolute;
    right: -40px;
    bottom: -40px;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 28% 35% 46% 42% / 46% 29% 48% 37%;
    background: url('../images/pattern_03.png');
    content: '';
}

.kagaku-logo {
    background-image: url(../images/kagakunoshigoto_bg.jpg);
    background-repeat: repeat;
}

h2.kagakunoshigoto {
    margin-top: 4rem;
    padding-left: 0.75rem;
    border-left: 5px solid #0183e0;
    background: linear-gradient(90deg, #0183e0 0%, #bb02ee 60%);
    -webkit-background-clip: text;
    font-weight: 900;

    -webkit-text-fill-color: transparent;
}

.showpoint .panel-box {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 0;
    border: 8px solid rgba(0, 0, 0, 0.11);
    border-radius: 8px;
    background-color: #fff !important;
    list-style: none;
    text-align: center;
}

.showpoint .imgTxt {
    min-height: 60px;
    font-weight: 600;
    font-size: 1.25rem;
}

.showpoint .imgWrap {
    margin-top: auto;
}

.showpoint .panel-box.intv {
    display: block;
    padding: 1rem 0;
}

.showpoint .panel-box .intvTxt {
    text-align: left;
}

.showpoint .panel-box .tpExhibit,
.showpoint .panel-box .tpVisit {
    padding: 0.5rem 1.5rem;
    background-color: #036eb8;
    color: #fff;
}

.showpoint .panel-box .tpVisit {
    background-color: #d7752d;
}

.balloon-meeting-top {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 1.5em 0;
    padding: 1.5rem 1rem;
    width: 100%;
    border-radius: 10px;
    background: #00913a;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
}

.balloon-meeting-top:before {
    position: absolute;
    top: -24px;
    left: 50%;
    z-index: 2;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #00913a;
    content: '';
}

.meeting-merit div>div>div {
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    font-size: 120%;
}

.meeting-merit div>div>div {
    padding-top: 50px;
    padding-bottom: 50px;
}

.meeting-meaning {
    padding: 40px 0;
    background-image: url(../images/meeting_bg.jpg);
    background-size: cover;
}

.meeting-merit div.merit01>div {
    padding: 40px 0;
    background-image: url(../images/meeting-merit_img01.jpg);
    background-size: cover;
}

.meeting-merit div.merit02>div {
    padding: 40px 0;
    background-image: url(../images/meeting-merit_img02.jpg);
    background-size: cover;
}

ul.cmn-ul-list {
    list-style: none;
}

ul.cmn-ul-list li {
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 24px;
}

ul.cmn-ul-list li::before {
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(140, 195, 34, 1);
    content: '';
}

ol.cmn-ol-list {
    margin-top: 1rem;
}

ol.cmn-ol-list li {
    position: relative;
    margin-bottom: 0.75rem;
    padding-left: 15px;
}

.report-pie {
    position: relative;
    display: flex;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 54px;

    justify-content: center;
    align-items: center;
}

.report-pie span {
    font-size: 22px;
}

.report-text {
    text-align: center;
    font-size: 1.75rem;
}

.report-text span {
    color: #036eb8;
    font-weight: 700;
}

.pie-gyoushu {
    background-image: radial-gradient(#fff 30%, transparent 31%), conic-gradient(#8fc31f 0% 39%, #d9d9d9 39% 100%);
    color: #00913a;
}

.pie-shozoku {
    background-image: radial-gradient(#fff 30%, transparent 31%), conic-gradient(#8fc31f 0% 21%, #d9d9d9 21% 100%);
    color: #00913a;
}

.pie-yakushoku {
    background-image: radial-gradient(#fff 30%, transparent 31%), conic-gradient(#8fc31f 0% 45%, #d9d9d9 45% 100%);
    color: #00913a;
}

.pie-mokuteki {
    background-image: radial-gradient(#fff 30%, transparent 31%), conic-gradient(#8fc31f 0% 26%, #d9d9d9 26% 100%);
    color: #00913a;
}

.tab_area a {
    display: inline-block;
    margin: 10px 5px;
    padding: 12px 0;
    width: 48%;
    background: #036eb8;
    color: #fff;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
    transition: ease 0.2s opacity;
}

.tab_area a:hover,
.tab_area a.is-active {
    background: #00913a;
}

.exhibitorList {
    display: flex;
    margin-top: 1rem;
    border: 1px solid #ccc;

    align-items: flex-start;
}

.exhibitorList>div {
    display: flex;
    flex-direction: column;
    padding: 20px;
    min-width: 0;

    flex: 1;
    flex-wrap: wrap;
    align-items: flex-start;
    /*order: 2;*/
}



.exhibitorList>div a {
    display: block;
    width: 100%;
    color: #333;
}

.exhibitorList>div a[href='#']:hover,
.exhibitorList>figure a[href='#']:hover {
    cursor: not-allowed;
}

.exhibitorList>div .ex_name {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #999;
    font-weight: bold;
    font-weight: 700;
    font-size: 1.375rem;
}

.exhibitorList span.show_label {
    margin: 0 0 5px;
    margin-right: 15px;
    padding: 0.5rem 1rem;
    background: #8fc31f;
    color: #fff;
}

.exhibitorList span.show_label[data-label='化学物質管理ミーティング'] {
    background: #00913a;
}

.exhibitorList span.show_label[data-label='プロセス産業ＤＸ展'] {
    background: #036eb8;
}

.exhibitorList span.booth_no {
    font-weight: 700;
    font-size: 1.2rem;
}

.exhibitorList figure {
    margin-bottom: 0;
    min-width: 250px;
    width: 20%;
    background: #fff;
    line-height: 0;

    order: 1;
}

.exhibitorList figure .thumb,
#exhbInfo .companyInfo .companyImg {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.exhibitorList figure .thumb::before,
#exhbInfo .companyInfo .companyImg::before {
    display: block;
    padding-top: 100%;
    padding-top: 50.25%;
    content: '';
}

.exhibitorList figure .thumb img,
#exhbInfo .companyInfo .companyImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    transform: translateX(-50%) translateY(-50%);

    object-fit: contain;
}

#exhbInfo .companyName {
    margin-bottom: 60px;
    font-weight: bold;
    font-size: 200%;
}

#exhbInfo .companyNameEn {
    position: relative;
    margin-bottom: 25px;
    color: #454545;
    font-weight: bold;
    font-size: 140%;
    font-family: 'League Spartan', sans-serif;
}

#exhbInfo .companyNameEn::after {
    position: absolute;
    bottom: -14px;
    left: 0;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #0060bf;
    content: '';
}

#exhbInfo dt {
    margin: 2rem 0 1rem;
    padding: 0 0 8px;
    border-bottom: 2px solid #0060bf;
    font-size: 125%;
    ;
}

#exhbInfo dd {
    margin: 0 0 40px 0;
}

#exhbInfo .companyDtl {
    display: flex;
}

#exhbInfo .companyDtl dl:first-child {
    display: table;
    width: 430px;
}

#exhbInfo .companyDtl dl:first-child dt,
#exhbInfo .companyDtl dl:first-child dd {
    display: table-cell;
    padding: 10px;
    border: 1px solid #ddd;
}

#exhbInfo .companyDtl dt {
    width: 40%;
    background-color: #efefef !important;
    font-size: 100%;
}

#exhbInfo .presenBox {
    margin: 15px 0 0 0;
    padding: 15px;
    border: 1px solid #ddd;
}

#exhbInfo .presenBox a {
    display: block;
}

#exhbInfo .presenBox .pDate {
    margin: 0 0 10px 0;
    padding: 8px;
    background-color: #efefef !important;
    color: #212121;
}

#exhbInfo .presenBox .PNo {
    margin-right: 10px;
    padding: 2px 15px;
    background-color: #002978 !important;
    color: #fff;
}

#exhbInfo .presenBox .PNo2 {
    margin-right: 10px;
    padding: 2px 15px;
    border: 1px solid #b4b4b4;
    background-color: #fff !important;
    color: #555;
}

#exhbInfo .presenBox .pTitle {
    font-weight: bold;
    font-size: 110%;
}

#exhbInfo .presenBox .pSum {
    margin-top: 10px;
    color: #212121;
}

.pagination {
    margin: 1rem auto;
}

.page-link {
    padding: 0.6em 1em;
    background-color: rgba(255, 255, 255, 0.75);
    color: #036eb8;
}

.active>.page-link,
.page-link.active {
    background-color: #036eb8;
    color: #fff;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 767.98px) {
    .report-text {
        font-size: 1.25rem;
    }

    .intvImg img {
        width: 50% !important;
    }

    .tab_area a {
        width: calc(47% - 5px);
    }
}

/* 出展社・講演者ページ
------------------------------------------------------------ */
div.mypageUserInfo {
    position: relative;
    padding: 15px;
    background-color: rgba(0, 40, 120, 0.2) !important;
    font-size: 1.5rem;
}

div.mypageUserInfo div:last-child {
    position: absolute;
    top: 15%;
    right: 15px;
}

div.mypageINDEX>div {
    margin: 40px 0;
}

div.mypageINDEX>div>div {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 1.5rem;
}

div.mypageINDEX>div>div:nth-child(3n) {
    margin-right: 0;
}

div.mypageINDEX>div>div a,
div.mypageINDEX>div>div button {
    display: block;
    padding: 20px;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

div.mypageINDEX>div>div a.link-disable {
    background-color: #eee;
    color: #999;
    cursor: not-allowed;
}

div.mypageINDEX>div>div a:hover,
div.mypageINDEX>div>div button:hover {
    background-color: #f2f2f2 !important;
}

div.mypageINDEX>div>div a:disabled,
div.mypageINDEX>div>div a.disabled,
div.mypageINDEX>div>div button:disabled {
    background-color: #f2f2f2 !important;
    color: #969696;
    cursor: not-allowed;
}

div.mypageINDEX>div>div a i.fas,
div.mypageINDEX>div>div button i.fas {
    display: block;
    margin: 0 0 15px 0;
    color: #000;
    font-weight: 900;
    font-size: 4rem;
}

div.mypageINDEX>div>div a i.fas.ico-sm {
    display: inline;
    margin-left: 0.75rem;
    font-size: 1.5rem;
}

div.mypageINDEX>div>div a strong {
    position: absolute;
    top: -20px;
    right: calc(50% - 80px);
    padding: 5px 10px 8px;
    width: 160px;
    height: 34px;
    border-radius: 100vh;
    background-color: #f5b5c8;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}

div.mypageINDEX>div>div a:disabled i,
div.mypageINDEX>div>div a.disabled i,
div.mypageINDEX>div>div button:disabled i {
    color: #969696;
}

div.mypageINDEX .deadline {
    color: #c00;
}

.contExhibitorMypage h3 .txt-green {
    color: #00913a;
}

.contExhibitorMypage h6 {
    margin-top: 1rem;
    margin-bottom: 0;
    color: #005a6b;
    font-weight: 600;
    font-size: 1.25rem;
}



/* 講演案内
------------------------------------------------------------ */
div.semBtn {
    margin: 40px auto;
    text-align: center;
}

div.semBtn a,
button.semBtn {
    margin: 0 auto;
    width: 50%;
    color: #fff;
}

/*
div.semBtn a:first-child {
 float:left;
}
*/
div.semBtn a i.fas {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 130%;
}

div.semBtn i.fas {
    margin-right: 10px;
    vertical-align: middle;
    font-size: 130%;
}

div.semhdDate,
.kagakuTtl {
    margin-top: 60px;
    padding: 5px 10px;
    border-bottom: 1px dotted #002978;
    color: #002978;
    font-weight: 700;
    font-size: 40px;
}

.kagakuTtl {
    margin-top: 1.25rem;
    padding: 0 0 5px 0;
    font-weight: 700;
    font-size: 20px;
}

div.semhdDate span {
    font-size: 24px;
}

#semLineall,
.semInfo {
    display: -webkit-box;

    /*Android4.3*/
    display: -moz-box;

    /*Firefox21*/
    display: -ms-flexbox;

    /*IE10*/
    display: -webkit-flex;

    /*PC-Safari,iOS8.4*/
    display: flex;
    margin: 0 0 40px;

    flex-wrap: wrap;
}

#semLineall a {
    display: block;
    display: inline-block;
    box-sizing: border-box;

    /*width:49%;*/
    margin: 20px 0.5% 0 0.5%;
    border: 2px solid #ccc;
    color: inherit;
    cursor: pointer;
}

.semInfo p {
    margin: 20px 0 0 0;
    line-height: 2;
}

.semInfo p strong {
    padding: 0 5px;
    border-left: 4px solid #002978;
    color: #002978;
    font-size: 120%;
}

#semLineall a:hover {
    border: 2px solid #21ab37;
    background-color: #f2f2f2;
}

#semLineall .sembox {
    padding: 10px 20px;
}

#semLineall .semwrap {
    display: table;
    width: 100%;
}

#semLineall .seminarL {
    display: table-cell;
    padding: 0 20px 0 0;
    width: 100vw;
}

#semLineall .seminarR {
    display: table-cell;
    padding: 0 0 0 20px;
    width: 15%;
    border-left: 2px solid #ccc;
}

.loginL {
    float: left;
    width: 45%;
}

.loginR {
    float: right;
    width: 45%;
}

#semLineall .sembox .semDetail {
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: 0.4s ease;
}

#semLineall a:hover .sembox .semDetail {
    visibility: visible;
    margin-top: 10px;
    padding-top: 10px;
    height: auto;
    border-top: 1px solid #ccc;
    opacity: 1;
}

#semLineall .sembox .semNo,
.semFrame .semInfo .semNo {
    float: left;
    padding: 5px;
    width: 12%;
    background-color: #002978;
    color: #fff;
    text-align: center;
}

#semLineall .sembox .semNo2,
.semFrame .semInfo .semNo2 {
    float: left;
    padding: 5px;
    width: 12%;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    color: #555;
    text-align: center;
}

#semLineall .sembox .semNo-mate,
.semFrame .semInfo .semNo-mate {
    float: left;
    padding: 5px;
    width: 12%;
    background-color: #21ab37;
    color: #fff;
    text-align: center;
}

#semLineall .sembox .semNo-meet,
.semFrame .semInfo .semNo-meet {
    float: left;
    padding: 5px;
    width: 12%;
    background-color: #ed6d1f;
    color: #fff;
    text-align: center;
}

#semLineall .sembox .semNo-meet2,
.semFrame .semInfo .semNo-meet2 {
    float: left;
    padding: 5px;
    width: 12%;
    background-color: #002978;
    color: #fff;
    text-align: center;
}

.semFrame .semInfo .semNo,
.semFrame .semInfo .semNo2,
.semFrame .semInfo .semNo-meet,
.semFrame .semInfo .semNo-meet2,
.semFrame .semInfo .semNo-mate {
    margin-right: 5px;
    width: 35%;
}

#semLineall .sembox .semTime {
    margin-left: 15%;
    width: 30%;
    font-size: 20px;
}

#semLineall .sembox .semStatus {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

#semLineall .semChcBox {
    position: relative;
    margin: 10px 0 0 0;
    padding: 8px 0;
    background-color: #f2f2f2;
    font-size: 14px;
}

#semLineall .semChcBox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#semLineall .semChcBox input[type='radio'],
#semLineall .semChcBox input[type='checkbox'] {
    display: block;
}

#semLineall .semChcBox input[type='checkbox']+label {
    display: block;
    padding: 30px 0 0 0;
    background: url(../images/checkbox_off.png) top center no-repeat;
}

#semLineall .semChcBox input[type='checkbox']:checked+label {
    background: url(../images/checkbox_on.png) top center no-repeat;
}

#semLineall .semChcBox img {
    margin-bottom: 5px;
}

#semLineall .sembox .semStatus div {
    display: block;
    padding: 10px 0;
    width: 100%;
}

#semLineall .sembox .accept,
.semFrame .semStatus .accept {
    border: 2px solid #21ab37;
    color: #21ab37;
}

#semLineall .sembox .afew,
.semFrame .semStatus .afew {
    border: 2px solid #ed6d1f;
    color: #ed6d1f;
}

#semLineall .sembox .close,
.semFrame .semStatus .close {
    border: 2px solid #ccc;
    background-color: #ccc;
}

#semLineall .sembox .presen,
.semFrame .semStatus .presen {
    border: 2px solid #f8f2ab;
    background-color: #f8f2ab;
}

#semLineall .sembox .semVenue {
    margin-bottom: 10px;
    color: #002978;
}

.expTxt01 {
    padding: 3px 10px;
    background-color: #ea6087;
    color: #fff;
}

.expTxt02 {
    padding: 3px 10px;
    background-color: #036eb8;
    color: #fff;
}

.expTxt03 {
    padding: 3px 10px;
    background-color: #d7752d;
    color: #fff;
}

.expTxt04 {
    padding: 3px 10px;
    background-color: #e6e8ea;
}

#semLineall .sembox .semTitle {
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
}

#semLineall .sembox .semSpeaker {
    margin: 5px 0;
    font-size: 120%;
}

/*#semLineall .sembox .semPh {
 width:110px;
 height:auto;
 margin-bottom:10px;
 float:right;
}
#semLineall .sembox .semPh img {
 width:110px;
 border-radius: 50%;
 -webkit-filter: grayscale(100%);
 -moz-filter: grayscale(100%);
 -ms-filter: grayscale(100%);
 -o-filter: grayscale(100%);
 filter: grayscale(100%);
}*/
#semLineall .sembox .semPh {
    float: right;
    margin-bottom: 10px;
    width: 110px;
    height: 110px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.timetable {
    margin-top: 1.5rem;
}

.timetable tr {
    height: 25px;
}

.timetable th {
    background-color: #b8bdc9;
    text-align: center;
}

.timetable th.hd-time:before {
    color: #333;
    content: '\f017';
    font-size: 22px;
    font-family: fontAwesome;
}

.timetable th.hd-time,
.timetable td.time {
    width: 6%;
}

.timetable td.time {
    width: 6%;
    background: #dee1e7;
    vertical-align: top;
}

.timetable td {
    padding: 0.5rem 0;
    background: #e0e0e0;
    background-color: #f2f2f2;
    vertical-align: middle;
    text-align: center;
    font-size: 85%;
    font-size: 95%;
    line-height: 1.5;
}

.timetable th.hd-keynote {
    width: 47%;
}

.timetable th.hd-presen {
    width: 11%;
}

td.semFrame {
    padding: 8px;
    background-color: #fff;
    vertical-align: top;
    text-align: left;
}

.semFrame .semStatus div {
    text-align: center;
}

.semFrame .semInfo {
    margin: 10px 0;
}

.semFrame .semInfo .semTime {
    padding: 5px 0;
}

.semFrame .semTtl {
    font-weight: bold;
    font-size: 110%;
}

.semFrame .semSpeaker {
    margin: 10px 0;
    font-size: 90%;
}

.semFrame .semDtlbtn {
    text-align: center;
}

.semFrame .semDtlbtn a.btn-inline-green,
.semFrame .semDtlbtn a.btn-inline {
    padding: 5px 15px;
}

.semFrame a {
    display: block;
    margin-top: 0.25rem;
    font-weight: 700;
}

.keynote .semFrame a {
    margin-top: 0.5rem;
}

.keynote .semFrame .sem-ttl {
    margin: 0.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px dotted #ccc;
    font-weight: 700;
    font-size: 1.15rem;
}

.tab_panel .sem-ttl {
    margin: 0.5rem 0 0;
    font-weight: 700;
    font-size: 1.15rem;
}

.day-tab,
.semliDate {
    position: relative;
    display: flex;
    padding: 0;

    align-items: stretch;
}

.day-tab li {
    display: flex;
    width: 50%;
    list-style-type: none;
    text-align: center;
}

.day-tab li:not(:first-of-type) {
    position: relative;
    left: -5px;
}

.day-tab li a {
    display: block;
    padding: 15px;
    width: 100%;
    border-bottom: 4px solid #e0e0e0;
    color: rgba(0, 40, 120, 0.5);
    font-weight: 700;
    font-size: 1.85rem;
}

.day-tab li.now {
    z-index: 2;
}

.day-tab li.now a {
    border-bottom: 4px solid #002978;
    color: #002978;
}

.semliDate li {
    width: 50%;
    list-style-type: none;
    text-align: center;
    font-size: 1.5rem;
}

.semliDate li a {
    display: block;
    padding: 0.5em;
    border: 1px solid #ddd;
    color: #333;
}

.semliDate li a.is-active {
    background-color: #dee1e7;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .day-tab li a {
        font-size: 1.35rem;
    }
}

@media (max-width: 575.98px) {
    .day-tab li a {
        font-size: 1.15rem;
    }
}

/*==================================================
アニメーション
===================================*/

/* その場で */
.fadeIn {
    opacity: 0;
    animation-name: fadeInAnime;
    animation-duration: 1s;

    animation-fill-mode: forwards;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 下から */

.fadeUp {
    opacity: 0;
    animation-name: fadeUpAnime;
    animation-duration: 1s;

    animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 上から */

.fadeDown {
    opacity: 0;
    animation-name: fadeDownAnime;
    animation-duration: 1s;

    animation-fill-mode: forwards;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 左から */

.fadeLeft {
    opacity: 0;
    animation-name: fadeLeftAnime;
    animation-duration: 1s;

    animation-fill-mode: forwards;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* 右から */

.fadeRight {
    opacity: 0;
    animation-name: fadeRightAnime;
    animation-duration: 1s;

    animation-fill-mode: forwards;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}
