@charset "UTF-8";

/* CSS Document */


/* body////////////////////////*/


@media screen and (min-width: 729px) {
    .mb-logo {
        display: none;
    }
}

.logo-wrap img {}

p.indent-1 {
    padding-left: 0.5em;
    text-indent: -0.5em;
}

.link_hover:hover {
    color: #C02C0A !important;
}

/* HEADER ////////////////////////*/
.header-logo-container {
    margin-top: 25px;
}

.header-logo {
    width: 100%;
}

.sponsor-logo-box {
    width: 50%;
    color: #2A2C47;
    margin-top: 5px;
}

.sponsor-logo-box p {
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-weight: 500;
    margin-right: 15px;
    letter-spacing: 0.05em;
}

.sponsor-logo-box img {
    max-width: 180px;
    height: auto;
}

.sponsor-logo-box a {
    color: #2A2C47;
}

.logo-wrap {
    width: 600px;
    height: 85px;
    justify-content: center;
    align-items: center;
    display: inline-block;
    position: relative;
    top: 0;
}

.logo-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: auto;
}

.logo-type {
    position: relative;
    width: 70%;
    height: 95px;
    display: inline-block;
    z-index: 100;
}

.logo-type p {
    margin-bottom: 0;
    position: absolute;
    top: 4px;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: auto;
}

.logo-type h1,
.logo-type span {
    margin-bottom: 0;
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: auto;
    font-family: din-2014-narrow, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 4rem;
}

.contact > a {
    display: block;
    font-weight: 700;
    color: #666666;
    font-size: 0.75em;
    background-color: #ececec;
    margin-bottom: 0;
    letter-spacing: 0.2em;
    border: solid 1px #ececec;
    border-top: none;
    padding: 0.75em 1.75em;
    border-radius: 0 0 5px 5px;
}

.contact > a:hover {
    color: #ffffff;
    background-color: #cccccc;
}

@media screen and (min-width: 992px) {
    .header-logo {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .contact {
        display: none;
    }
}

nav li.nav-item > a {
    position: relative;
}

nav li.nav-item {
    position: relative;
}

nav li.nav-item:last-child > a {}

.nav-pills .nav-link {
    border-radius: 0;
}

nav li.nav-item .fa-angle-down {
    position: absolute;
    font-size: 1.4rem;
    top: 50%;
    right: 1rem;
    line-height: 1;
    transform: translate(0%, -50%);
    transition: 0.25s;
    color: #C02C0A;
}

.nav-link {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2;
    padding: 1rem 0.5rem;
    color: #fff;
    background-color: #2A2C47;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    height: 70px;
}

.nav-link.m-box {
    height: 70px;
}

#header .nav-item:first-child .nav-link {
    border-left: none;
}

#header .nav-item:last-child .nav-link {
    border-right: none;
}

.nav-pills .nav-link .active {
    background-color: #C02C0A;
    border: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #C02C0A;
    border: none;
}

.nav-link.active {
    background-color: #C02C0A;
    pointer-events: none;
    cursor: default;
}

.nav-link:hover {
    background-color: #C02C0A;
    color: #fff;
}

.dropdown-menu {
    width: 100%;
    background-color: #C02C0A;
    border-radius: 0;
    padding: 0;
}

.dropdown-item {
    background-color: #C02C0A;
    color: #fff;
    border-bottom: solid 1px;
    border-bottom-color: #fff;
    margin-top: 0;
    line-height: 1;
    font-size: 0.9em;
    text-align: center;
    padding: 20px;
}

.dropdown-item:last-child {
    border-bottom: none
}

.dropdown-item:hover {
    background-color: #C02C0A;
    color: #fff;
}

.dropdown:hover > .dropdown-menu {
    display: block !important;
}

.accordion {
    border-bottom: 2px solid #ccc;
}

.accordion .nav-link {
    font-size: 0.85rem;
    color: #fff;
    padding: .75rem 1rem;
}

.accordion .nav-link:hover {
    background-color: #C02C0A;
    color: #fff;
}


/* モバイルメニュー　*/

.drawer-hamburger {
    display: none;
    width: 2.4rem;
}

.drawer-hamburger::after {
    content: "MENU";
    position: absolute;
    bottom: 6px;
    page-break-after: always;
    left: 14px;
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
}

.drawer-open .drawer-hamburger::after {
    content: "CLOSE";
    letter-spacing: 0.1em
}

nav.drawer-nav li {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .navbar-nav li a {
        font-size: 0.9em;
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
}

@media screen and (max-width: 1100px) {
    .header-wrap .nav-link {
        font-size: 0.9em;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 991px) {
    .header-wrap {}

    .drawer-menu-item > a[aria-expanded="true"] {
        background-color: #C02C0A;
    }

    .drawer-menu-item:last-child > a[aria-expanded="true"] {
        border-radius: 0 0 0 0;
    }

    .nav-link:hover {
        background-color: #C02C0A;
    }

    .accordion {
        border-bottom: 2px solid #ccc;
    }

    .accordion .nav-link {
        font-size: 0.85rem;
        color: #fff;
        padding: .75rem 1rem;
    }

    .accordion .nav-link:hover {
        background-color: #ccc;
    }

    .drawer-hamburger {
        display: block;
        position: absolute;
    }

    .drawer-hamburger {
        padding: 10px;
    }

    .drawer-nav {
        background-color: #000000;
        z-index: 1100;
    }

    .drawer-nav .nav-link {
        font-size: 0.95rem;
        letter-spacing: 0;
    }

    .drawer-nav .fa-angle-down {
        position: absolute;
        font-size: 1.4rem;
        top: 50%;
        right: 1rem;
        line-height: 1;
        transform: translate(0%, -50%);
        transition: 0.25s;
        color: #fff;
    }

    .drawer-nav .fa-angle-down:hover {
        color: #000;
    }

    .drawer-nav .accordion {
        border-bottom: none;
    }

    .drawer-nav .accordion .nav-link {
        color: #fff;
        border-top: 1px solid #C02C0A;
    }

    .drawer-nav .accordion .nav-link:hover {
        background-color: #C02C0A;
    }

    .drawer-menu-item {
        font-size: 1rem;
        padding: 0;
        line-height: 2;
        border-bottom: 1px solid #666666;
    }

    .drawer-menu-item a {
        color: #ffffff;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    .drawer-menu-item > a {
        position: relative;
    }

    .drawer-nav .nav-link > a {
        background-color: transparent;
    }

    .drawer-menu li:first-child .drawer-menu-item {
        border-top: 1px solid #ffffff;
    }

    .drawer-menu-item:hover {
        text-decoration: none;
        background-color: #C02C0A;
    }

    .drawer-nav .accordion .nav-link {
        color: #fff;
        background-color: #000;
    }

    .drawer-nav .accordion .nav-link.disabled {
        color: #6c757d;
    }

    button.drawer-hamburger {
        background-color: #000;
        padding: 0px 14px 24px;
        height: 36px;
    }

    button.drawer-hamburger:hover {
        background-color: #000;
    }

    .drawer-open .drawer-hamburger-icon:before,
    .drawer-open .drawer-hamburger-icon:after {
        background-color: #ffffff;
    }

    .drawer-overlay {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        height: 3px;
        background-color: #ffffff;
    }

    .moibleheaderoverlay {
        display: block;
        height: 70px;
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 11;
        background-size: cover;
        opacity: 0.3;
        background: -moz-linear-gradient(top, #000000, transparent);
        background: -webkit-linear-gradient(top, #000000, transparent);
        background: linear-gradient(to bottom, #000000, transparent);
    }

    .nav-fill {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .navbar {
        padding: 5px;
    }

    .header-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mainslider img {
        height: 300px
    }

    #header .header-logo {
        width: 100%;
        height: 60px;
    }

    #header .logo-wrap {
        width: 50%;
        height: 60px;
        justify-content: center;
        align-items: center;
        display: inline-block;
        position: relative;
    }

    #header .logo-type {
        width: 70%;
        height: 60px;
    }

    #header .logo-type > p {
        font-size: 1em;
        position: absolute;
        top: 2px;
        bottom: 0;
        left: 5px;
        right: 0;
        margin: auto;
    }

    #header .logo-type h1,
    #header .logo-type span {
        font-size: 1.8em;
        position: absolute;
        top: 25px;
        bottom: 0;
        left: 5px;
        right: 0;
    }
}

@media screen and (max-width: 414px) {
    #header .logo-wrap {
        width: 70%;
    }

    #header .logo-type h1,
    #header .logo-type span {
        font-size: 1.4em;
        position: absolute;
        top: 25px;
        bottom: 0;
        left: 5px;
        right: 0;
    }
}

@media screen and (max-width: 330px) {
    #header .header-logo {
        width: 100%;
        height: 60px;
    }

    #header .logo-type {
        height: 45px;
    }

    #header .logo-wrap {
        width: 75%;
    }

    #header .logo-type > p {
        font-size: 1em;
        position: absolute;
        top: px;
        bottom: 0;
        left: 5px;
        right: 0;
        margin: auto;
    }
}


/* END HEADER ////////////////////////*/


/* SIDEBAR ////////////////////////*/

.sidebar .nav-item {}

.sidebar .nav-link {
    padding: 0em 2em 0em 3.5em;
    font-size: 1.2rem;
    height: 80px;
    line-height: 1;
    display: table;
    width: 100%;
}

.sidebar .nav-link > div {
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.sidebar .nav-item a::after {
    position: absolute;
    top: 45%;
    right: 25px;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .2s;
}

.sidebar .nav-item a:hover::after {
    right: 15px;
}

.sidebar .nav-item .nav-link::before {
    position: absolute;
    top: 34%;
    left: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sidebar .nav-item:first-child .nav-link::before {
    content: "\f15c";
}

.sidebar .nav-item:nth-child(2) .nav-link::before {
    content: "\f574";
}

.sidebar .nav-item:nth-child(3) .nav-link::before {
    content: "\f2b9";
}

.sidebar .nav-item:nth-child(4) .nav-link::before {
    content: "\f022";
}

.sidebar .nav-link.active::after {
    display: none;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #060B47;
}

.important-dates h2 {
    line-height: 1.5em;
}

.important-dates h2:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 15px;
    background: url(images/round.svg);
    background-size: contain;
    padding-right: 5px;
}

.important-dates h2 {
    border-bottom: 4px solid #C02C0A;
    margin-bottom: 20px;
    color: #000;
}

@media screen and (max-width: 991px) {
    .sidebar {
        display: block !important; /* サイドバーを表示 */
        width: 100%;
        margin-bottom: 30px;
    }

    .banner-mb-none {
        width: 80%;
        margin: 0 auto;
    }

    .dates {
        width: 90%;
        margin: 0 auto;
    }

    .news {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .sidebar .nav-link {
        height: 50px;
        font-size: 1rem;
    }

    .banner-mb-none {
        width: 80%;
        margin: 0 auto;
    }
}


/* END SIDEBAR ////////////////////////*/


/* MAINIMAGE ////////////////////////*/

.mainimage-content {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.mainimage-info {
    display: flex;
    background-color: #C5CDDF;
    height: 450px;
    width: 40%;
    float: right;
    flex-direction: column;
    position: relative;
}


.mainimage-info img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.mainimage-info-text {
    width: 100%;
    padding: 0.5em 2em;
    color: #2A2C47;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.mainimage-info h2 {
    border-bottom: solid;
    font-size: 2.4rem;
    font-weight: 600;
    color: #2A2C47;
    letter-spacing: 0.1rem;
    margin-top: 0;
    line-height: 1.3;
    padding-top: 20px;
    padding-bottom: 10px;
}

.mainimage-info h2 span {
    font-size: 0.9em;
    line-height: 2;
    letter-spacing: 0.01em;
}

.mainimage-info p {
    margin-bottom: 0 !important;
}

.mainimage-info p span {
    font-size: 2.1rem;
}

.mainimage-info h3 {
    font-size: 1.4rem;
}

.mainimage-info i {
    margin-right: 0.5em;
}

.mainimage-info p {
    line-height: 1.2em;
    font-family: din-2014-narrow, sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 25px;
}

.mainslider {
    padding: 0;
    max-height: 100%;
    width: 60%;
    float: left;
}

.mainslider {
    opacity: 0;
    transition: opacity .3s linear;
}

.mainslider.slick-initialized {
    opacity: 1;
}

.mainslider img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.mainslider > div {
    position: relative;
}

.mainslider .caption {
    position: absolute;
    margin: 0;
    bottom: 10px;
    right: 10px;
    font-size: 11px;
    color: #ffffff;
}

@media screen and (max-width: 785px) {

    .slick-prev:before {
        display: none;
    }

    .slick-next:before {
        display: none;
    }

}



.financially-logo img {
    align-items: flex-start;
    width: 100%;
    max-height: 100px;
}

.img-box ul {
    display: flex;
    list-style: none !important;
}

.img-box ul li {
    display: block;
    list-style: none !important;
}

.sec_inner2 {
    width: 100%;
}

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

#footer .fa-angle-down {
    color: #fff;
}

@media screen and (max-width: 1150px) {
    .mainimage-info h3 {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 991px) {
    .mainimage-info {
        height: auto;
        width: 100%;
        height: 200px;
    }

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .mainimage-info h2 {
        font-size: 1.8rem;
        padding: 0 0 0.25em 0;
    }

    .mainimage-info h3 {
        font-size: 1.4rem;
    }

    .mainimage-info p {
        margin-bottom: 5px;
    }

    .mainslider {
        padding: 0;
        max-height: 100%;
        width: 100%;
    }

    .mainimage-info img {
        height: 100px;
    }

    .mainimage-info-text {
        padding: 1em 2em;
    }
}

@media screen and (max-width: 768px) {
    .mainimage-info {}

    .mainimage-info h2 {
        font-size: 1.8rem;
    }

    .mainslider img {
        height: 300px
    }
}

@media screen and (max-width: 575px) {

    .mainimage-info {
        min-height: 250px;
    }

    .header-logo-container {
        margin-top: 10px;
        padding: 0 10px;
    }

    .sponsor-logo-box {
        width: 100%;
        color: #2A2C47;
        margin: 0 auto;
        padding-top: 10px;
        padding-bottom: 10px;
        /* margin-top: 5px; */
    }

    .sponsor-logo-box p {
        font-size: 1.15rem;
        line-height: 1rem;
        font-weight: 800;
        margin-right: 15px;
    }
}

@media screen and (max-width: 450px) {
    .mainslider img {
        height: 200px
    }

    .mainimage-info {
        min-height: 250px;
    }

    .mainimage-info h2 {
        font-size: 2.2em;
        line-height: 1;
        margin-bottom: 17px;
        letter-spacing: -0.02rem;
    }

    .mainimage-info h3 {
        padding: 0.5em 0;
        font-size: 1em;
        margin-bottom: 0;
    }

    .mainimage-info p {
        line-height: 1em;
        font-family: din-2014-narrow, sans-serif;
        font-weight: 600;
        font-size: 1rem;
        margin-top: 25px;
    }

}

@media screen and (max-width: 350px) {

    .mainimage-info {
        min-height: 350px;
    }



}


/* END MAINIMAGE ////////////////////////*/


/* DATE ////////////////////////*/

.dates table {
    width: 100%;
    font-size: 1.2rem;
}

.dates table {
    border: none;
    /*
    border-collapse: separate;
    border-spacing: 0px 8px;*/
}


/*//
.dates table th {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-bottom: solid 2px #C02C0A;
}//*/

.dates table tr {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-bottom: solid 2px #C02C0A;
    padding: 1em;
    vertical-align: middle;
}

.dates th {
    width: 30%;
    margin-right: 15px;
    white-space: nowrap;
}

.dates th,
.dates td {
    vertical-align: middle;
    display: block;
    border: none;
    padding: 0px
}

.dates table td {
    border: none;
}

.dates i {
    margin-right: 0.5em;
    color: #ff0000;
}

@media screen and (max-width: 767px) {
    .dates table {
        border: none;
        border-collapse: separate;
        border-spacing: 0px 0.5em;
    }

    .dates table tr {
        padding: 0.5em;
    }

    .dates table th,
    .dates table td {
        padding: 0.5em;
    }

    .dates table h4 {
        font-size: 1em;
    }

    .fa-check-circle:before {
        margin-right: 0.5em;
    }
}

@media screen and (max-width: 575px) {
    .dates table {
        border-collapse: collapse;
    }

    .dates table th,
    .dates table td {
        line-height: 1;
    }

    .dates table th {
        position: relative;
        width: 35%;
    }

    .dates i {
        margin-right: 0;
        position: absolute;
        top: -9px;
        left: -9px;
        font-size: 1.1rem;
        background: #fff;
        padding: 0;
        margin: 0;
    }

    .fa-check-circle:before {
        margin-right: 0.5em;
    }
}


/* END DATE
////////////////////////*/


/* NEWS ////////////////////////*/

.news .news_content {
    /*
    overflow-y: scroll;
    overflow-x: hidden;*/
    word-break: break-word;
}

.news table {
    margin: 1em 0;
    width: 100%;
}

.news table {
    border: none;
    overflow-y: scroll;
    height: 200px;
    display: block;
}

.news table th {
    padding: 1.5em;
    border: solid 0.5px #eeeeee;
    border-right: none;
    border-left: none;
    vertical-align: middle;
    font-weight: 600;
}

.news table td {
    border: solid 0.5px #eeeeee;
    border-right: none;
    border-left: none;
    vertical-align: middle;
}

.news table a {
    color: #333;
    text-decoration: underline;
}

.news table a:hover {
    color: #ff0000;
}

.news table tr:first-child th,
.news table tr:first-child td {
    border-top: none;
}

.news table tr:last-child th,
.news table tr:last-child td {
    border-bottom: none;
}

.news td p {
    margin-bottom: 0;
    line-height: 0;
}

@media screen and (min-width: 1024px) {
    .newsdots {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 768px) {
    .news table th {
        width: 25%;
        padding: 1.5em .5em;
    }
}

@media screen and (max-width: 575px) {
    .news table {
        height: 250px;
    }

    .news table th {
        width: 100%;
        display: block;
        border: none;
        padding: .5em 0 0 0.25em;
        vertical-align: top;
    }

    .news table td {
        width: 100%;
        display: block;
        border-top: none;
        padding-top: 0;
        padding-bottom: .5em;
    }
}


/* END NEWS
////////////////////////*/


/* support
////////////////////////*/

.support {
    clear: both;
}

.support img {
    max-width: 100%;
}

.support .img-box {
    display: block;
    padding-top: 20px;
}

.support h2 {
    width: 100%;
    height: 40px;
    color: #060B47;
    border-bottom: 4px solid #060B47;
    line-height: 0.8em;
}

.support h2:last-child {
    width: 50%;
}

.nict {
    font-size: 10px;
    margin: 0 15px;
    width: 100%;
}

@media screen and (max-width: 820px) {
    .support h2 {
        height: 32px;
        font-size: 1.3em;
    }
}

@media screen and (max-width: 575px) {
    .support h2 {
        margin-top: 30px;
        height: 26px;
        font-size: 1em;
    }

    .nict {
        margin: 0 5px;
    }
}


/* END support
////////////////////////*/


/* TOP IMAGE ////////////////////////*/

.banner_area > div {
    margin-right: -1px;
}

.banner_sidearea li {
    padding-right: 15px;
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .banner_area > p-2 {
        padding: 0.1rem !important;
    }

    .banner_sidearea li {
        text-align: center;
        width: 50%;
        padding: 5px;
        float: left;
        height: 150px;
    }

    .banner_sidearea li a {
        width: 100%;
        display: block;
    }

    .banner_sidearea li img {
        max-width: 150px;
        width: 100%;
        margin: 0 auto;
        max-height: 100%;
    }
}


/* END ////////////////////////////////////*/


/* OVERLAY ////////////////////////*/

.moibleheaderoverlay {
    display: none;
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9;
}

.overlay_subpage {
    height: 150px;
    opacity: 0.3;
    background: -moz-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
    background: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
}


/* END ////////////////////////////////////*/


/* breadcrumbs ////////////////////////*/

#breadcrumbs {
    margin-top: 50px;
}

#breadcrumbs ol li {
    display: inline-block;
    margin-right: 5px;
    color: #000000;
    font-weight: bold;
    line-height: 1.8;
}

#breadcrumbs ol li i.fa-chevron-right {
    color: #666666;
    margin-right: 5px;
}

@media only screen and (max-width: 991px) {
    #breadcrumbs {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767px) {
    #breadcrumbs ol li {
        font-size: 0.9rem;
    }
}


/* END  ////////////////////////*/


/* banner ////////////////////////*/

#banner ul li {
    display: inline-block;
    margin: 10px;
}


/* END  ////////////////////////*/


/* SCOPE //////////////////////*/

.scope {
    width: 90%;
    margin: 0 auto;
}

.scope-header {
    background: #C02C0A;
    width: 100%;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .scope-header {
        margin-top: 60px;
    }
}


/* FOOTER ////////////////////////*/

.footer-logo {
    border-bottom: 3px solid #fff;
    margin-bottom: 30px;
}

/* pageup ----------*/

#pageup {
    position: fixed;
    bottom: 100px;
    right: 20px;
    opacity: 0;
    z-index: 1000;
}

#pageup a {
    position: relative;
    display: block;
    display: block;
    width: 5rem;
    height: 5rem;
    background-color: #2A2C47;
    border-radius: 50%;
}

#pageup span {
    position: relative;
    display: block;
    width: inherit;
    height: inherit;
    overflow: hidden;
    padding-top: 100%;
}

#pageup p {
    position: relative;
    display: block;
    padding: 0;
    color: #fff;
    bottom: 30%;
    left: 16%;
    font-family: din-2014, sans-serif;
    font-size: 0.8em;
}

#pageup a:after,
#pageup span:before,
#pageup span:after {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    border-radius: 10px;
    background-color: #FFF;
    transition: all 0.2s ease-out;
}

#pageup a:after {
    top: 20%;
    left: 25%;
    width: 50%;
}

#pageup p:after {
    position: absolute;
    content: "";
    display: block;
    width: 50%;
    top: 30%;
    left: 25%;
    width: 50%;
    color: #fff;
}

#pageup span:before,
#pageup span:after {
    bottom: 50%;
    width: 30.5%;
}

#pageup span:before {
    right: 25.2%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#pageup span:after {
    left: 25.2%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#pageup:hover span:before,
#pageup:hover span:after {
    bottom: 60%;
}

#footer {
    clear: both;
    color: #fff;
    background: #2A2C47;
    padding: 5rem 0 10px;
    font-weight: bold;
}

.footer-logo .footer-logo-wrap {
    width: 700px;
    height: 120px;
        margin: 0 auto;
}

.footer-logo .footer-logo-wrap img {
    width: 100%;
}

.footer-logo .logo-type {
    height: 120px;
}

.footer-logo .logo-type p {
    margin-bottom: 0;
    position: absolute;
    top: 0px;
    left: 10px;
    margin: auto;
    font-weight: 100;
    line-height: 1;
}

.footer-logo .logo-type span.footer-logo-type {
    margin-bottom: 0;
    position: absolute;
    top: 14px;
    left: 10px;
    margin: auto;
    font-size: 5rem;
}

.footer-logo .logo-type h3 {
    position: absolute;
    bottom: 5px;
    left: 13px;
    margin: 0;
    font-size: 1.5rem;
}

#footer .sub {
    color: #fff;
    /*border-bottom: solid 1px #fff;*/
    letter-spacing: 0.05rem;
    font-size: 2rem;
}

.sub .span {
    font-size: 0.8em;
}

.yellow {
    color: #FFF462;
}

#footer .nav-link {
    border: none;
    /*padding: 1rem 1.6rem 1rem 0;*/
    padding: 0;
    font-size: 1rem;
    letter-spacing: 0;
}

.f-nav-link {
    height: 20px !important;
}

#footer .disabled {
    color: #6c757d;
}

#footer .flex-column {
    font-size: 0.5em;
    font-weight: 100;
}

#footer .footer-menu {
    margin-bottom: 30px;
    justify-content: space-between;
}

#footer .footer-menu > .nav-item {
    border-right: 1px solid #fff;
    padding: 0 0.95rem;
    width: 11%;
    text-align: center;
}


#footer .flex-column .nav-link {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    font-size: 12px;
    font-weight: normal;
}

#footer .nav-link:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #fff;
}

#footer .text-right {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 0.75em;
    font-weight: normal;
}

#footer .f-nav {
    height: auto;
    margin-bottom: 10px;
}

@media screen and (min-width: 821px) {
    #footer .footer-menu > .nav-item:first-child {
        border-left: 1px solid #fff;
    }
}

@media screen and (max-width: 1200px) {
    #footer .footer-menu > li.nav-item {
        width: 20%;
        /*height: 160px;*/
    }

    #footer .footer-menu > li.nav-item:nth-child(6) {
        padding-left: 0;
    }

    #footer .footer-menu > li.nav-item:nth-child(5) {
        border-right: none;
        padding-right: 0;
    }

    #footer .footer-menu > li.nav-item > a {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    #footer {
        padding: 50px 15px 15px 15px;
        margin-top: 0;
    }

    .footer-logo .logo-type {
        height: 100px;
    }

    .footer-logo .logo-type p {
        left: 12px;
    }

    .footer-logo .logo-type span.footer-logo-type {
        font-size: 4.2rem;
    }

    .footer-logo .logo-type h3 {
        bottom: 2px;
        font-size: 1.3rem;
    }

    #footer .sub {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .footer-logo .footer-logo-wrap {
        width: 60%;
        height: 70px;
    }

    .footer-logo .logo-type {
        height: 70px;
    }

    .footer-logo .logo-type span.footer-logo-type {
        font-size: 2.5rem;
    }

    .footer-logo .logo-type h3 {
        font-size: 1rem;
    }

    #footer .sub {
        font-size: 0.8em;
    }

    #footer .footer-menu > li.nav-item {
        width: 33.333333%;
        height: auto;
    }

    #footer .footer-menu > li.nav-item:nth-child(4),
    #footer .footer-menu > li.nav-item:nth-child(7),
    #footer .footer-menu > li.nav-item:nth-child(10) {
        padding-left: 0;
    }

    #footer .footer-menu > li.nav-item:nth-child(3),
    #footer .footer-menu > li.nav-item:nth-child(6),
    #footer .footer-menu > li.nav-item:nth-child(9) {
        border-right: none;
        padding-right: 0;
        padding-left: 0.95rem;
    }

    #footer .footer-menu > li.nav-item:nth-child(5),
    #footer .footer-menu > li.nav-item:nth-child(10) {
        border-right: 1px dashed #666;
    }
}

@media screen and (max-width: 575px) {
    .footer-logo {
        padding-bottom: 10px;
    }

    .footer-logo .footer-logo-wrap {
        width: 90%;
        height: 60px;
    }

    .footer-logo .logo-type {
        height: 60px;
    }

    .footer-logo .logo-type p {
        left: 5px;
        font-size: 0.8rem;
    }

    .footer-logo .logo-type span.footer-logo-type {
        font-size: 2rem;
        left: 4px;
    }

    .footer-logo .logo-type h3 {
        bottom: 2px;
        font-size: 0.85rem;
        left: 5px;
    }

    #footer .sub {
        font-size: 1rem;
    }

    #footer .footer-menu > li.nav-item {
        width: 100%;
        border-right: none !important;
        padding: 0 0 .5rem 0 !important;
        border-bottom: 1px solid #fff;
    }

    #footer .nav-link {
        padding: .25rem .5rem .25rem 0;
        font-size: 1rem;
    }

    #footer .footer-menu > li.nav-item {
        margin-bottom: 5px !important;
    }

    #footer .footer-menu > li.nav-item > a {
        margin-bottom: 0;
    }

    #footer .flex-column .nav-link {
        padding-top: .15em;
        padding-top: .15em;
    }
}

@media screen and (max-width: 390px) {

    .footer-logo .footer-logo-wrap {
        width: 90%;
    }


    .footer-logo .footer-logo-wrap p {

        font-size: 0.5em;
    }

    .footer-logo .logo-type {
        height: 30px;
    }

    .footer-logo .logo-type p {
        left: 5px;
        font-size: 6px;
    }

    .footer-logo .logo-type span.footer-logo-type {
        font-size: 1rem;
        left: 4px;
        top: 12px;
    }

    .footer-logo .logo-type h3 {
        bottom: -8px;
        font-size: 6px;
        left: 5px;
    }

    #footer .sub {
        font-size: 0.6rem;
    }
}


/*
@media screen and (max-width: 767px) {


  #footer .mail a,
  #footer span {
      font-size: 1.25rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 575px){

    #footer .drawer-nav{
        right: 0rem;
    }

    #footer .ipadonly3 > nav{
            padding: 10px;
        }

    #footer .ipadonly3 > nav{
            background-color: #000000;
        }

    #footer .ipadonly3 nav-item:first-child > a{
            border-bottom: solid 2px #fff !important;
        }

    #footer .ipadonly3 > nav .fa-angle-down {
        position: absolute;
        font-size: 1.4rem;
        top: 50%;
        right: 1rem;
        line-height: 1;
        transform: translate(0%, -50%);
        transition: 0.25s;
        color: #fff;
    }

    #footer .ipadonly3 > nav .accordion {
        border-bottom: none;
    }

    #footer .ipadonly3 > nav .accordion .nav-link {
        color: #fff;
        border-top: 1px solid #333333;
    }

     #footer .ipadonly3 .nav-item > nav .accordion .nav-link:hover {
        background-color: #333333;
    }

     #footer .ipadonly3 .nav-item {
        font-size: 1rem;
        padding: .75rem 0;
        line-height: 2;
        border-bottom: 2px solid #ffffff;
         }





    #footer .ipadonly3 .nav-item > a {
        color: #ffffff;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    #footer .ipadonly3 .nav-item > a {
        position: relative;
    }


    #footer .ipadonly3 .nav-item > a .nav-link {
        background-color: transparent;
    }

    #footer .ipadonly3 > nav >  li:first-child .nav-item {
        border-top: 2px solid #ffffff;
    }

    #footer .ipadonly3 .nav-item:hover {
        text-decoration: none;
        background-color: #4491c7;
    }

    #accordion-menu1 .nav-item > a::after {
        position: absolute;
        top: 50%;
        right: 25px;
        content: '';
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all .2s;
    }

    #accordion-menu1 .nav-item > a:hover::after {
        right: 15px;
        border-color: black;
    }
    #footer .ipadonly3 .nav-link{
        margin: 0;
    }
}

@media screen and (min-width: 575px) and (max-width: 620px){
    .footer-logo .logo-type h1 {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 574px) {
  .footer-logo {
    width: 100%;
    height: 60px;
}

.footer-logo .logo-wrap {
    width: 60px;
    height: 60px;
    background-color: #ff0000;
    justify-content: center;
    align-items: center;
    display: inline-block;
    position: relative;
}

.footer-logo .logo-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: auto;
}

.footer-logo .logo-type {
    position: relative;
    width: 80%;
    height: 60px;
    display: inline-block;
}

.footer-logo .logo-type p {
    margin-bottom: 0;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: auto;
    font-weight: 100;
    font-size: 0.8em;
}

.footer-logo .logo-type h1 {
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: auto;
    font-size: 2.2em
}

.footer-logo .logo-type h3 {
    margin-bottom: 0;
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: auto;
    font-size: 0.9em;
}

#footer .sub {
    color: #fff;
    line-height: 1em;
    padding-bottom: 3em;
    border: none;
}

#footer .drawer-nav{
        right: 0rem;
    }



#footer .mobileonly > nav{

    }

#footer .mobileonly > nav{
        background-color: #000000;
    }

#footer .mobileonly nav-item:first-child > a{
        border-bottom: solid 2px #fff !important;
    }

#footer .mobileonly > nav .fa-angle-down {
        position: absolute;
        font-size: 1.4rem;
        top: 50%;
        right: 1rem;
        line-height: 1;
        transform: translate(0%, -50%);
        transition: 0.25s;
        color: #fff;
    }

    #footer .mobileonly > nav .accordion {
        border-bottom: none;
    }

    #footer .mobileonly > nav .accordion .nav-link {
        color: #fff;
        border-top: 1px solid #333333;
    }

     #footer .mobileonly .nav-item > nav .accordion .nav-link:hover {
        background-color: #333333;
    }

     #footer .mobileonly .nav-item {
        font-size: 1rem;
        padding: 0;
        line-height: 2;
        border-bottom: 2px solid #ffffff;
    }

    #footer .mobileonly .nav-item > a :active{
        color: #ffffff;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

    #footer .mobileonly .nav-item > a {
        position: relative;
    }


    #footer .mobileonly .nav-item > a .nav-link {
        background-color: transparent;
    }

    #footer .mobileonly .nav-item:first-child {
        border-top: 2px solid #ffffff;
    }

    #footer .mobileonly .nav-item:hover {
        text-decoration: none;
        background-color: #000;
    }

     #accordion-menu1 .nav-item > a::after {
    position: absolute;
    top: 50%;
    right: 25px;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .2s;
}

#accordion-menu1 .nav-item > a:hover::after {
    right: 15px;
    border-color: black;
}



#footer .mobileonly .nav-item > a :hover{
     color: #000;
    }




}

@media screen and (max-width: 330px){
.footer-logo {
    width: 100%;
    height: 50px;

}

.footer-logo .logo-wrap {
    width: 50px;
    height: 50px;
    background-color: #ff0000;
    justify-content: center;
    align-items: center;
    display: inline-block;
    position: relative;
}

.footer-logo .logo-wrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: auto;
}

.footer-logo .logo-type {
    position: relative;
    width: 80%;
    height: 50px;
    display: inline-block;
}

.footer-logo .logo-type p {
    margin-bottom: 0;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: auto;
    font-weight: 100;
    font-size: 0.8em;
}

.footer-logo .logo-type h1 {
    margin-bottom: 0;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: auto;
    font-size: 1.8em
}

.footer-logo .logo-type h3 {
    margin-bottom: 0;
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 10px;
    right: 0;
    margin: auto;
    font-size: 0.7em;
}

    }

*/


/* END FOOTER ////////////////////////*/


/* COMMITEES ////////////////////////*/

#committees .table {
    border-bottom: 1px solid #dee2e6;
}

#committees table th {
    width: 30%;
}

#committees .topics-header {
    background: #C02C0A;
    width: 100%;
    padding: 30px;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #fff;
}

.committeesecon {
    margin-right: 10px;
}


/* END COMMITEES ////////////////////////*/


/* MSShistory ////////////////////////*/

#msshistory .table {
    border-bottom: 1px solid #dee2e6;
}

#msshistory .table thead th {
    font-weight: 700;
}


/* END MSShistory ////////////////////////*/


/* COMMITEES ////////////////////////*/

#committees .table {
    border-bottom: 1px solid #dee2e6;
}


/* END COMMITEES ////////////////////////*/


/* VENUE ////////////////////////*/

#venue .more-btn {
    background-color: #000;
    color: #fff;
    padding: 10px 40px 10px 20px;
    position: relative;
}

#venue .more-btn::after {
    position: absolute;
    top: 40%;
    right: 25px;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .2s;
}

#venue .more-btn:hover {
    background-color: #FF0000;
}

#venue .more-btn:hover::after {
    right: 10px;
}

#venue li::before {
    display: none;
    padding: none;
}

.matsue-info-starttime {
    font-size: 1.5em;
    font-weight: 800;
}

.venue-scheduled {
    border: 1px solid #005336;
    border-radius: 15px;
    padding: 40px;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .list-gallery .col-sm-5 {
        padding: 0;
    }

    .list-gallery .col-sm-7 {
        padding: 0;
    }

    .venue-scheduled {
        padding: 20px;
    }
}


/* END VENUE ////////////////////////*/

.deadline-box {
    text-align: center;
}

.subimission-deadline {
    font-size: 2em;
    font-weight: bold;
    color: #ff0000;
    display: inline-block;
    text-align: left;
}

.submit-btn {
    background-color: #0089ed;
    color: #fff;
    padding: 10px 40px 10px 20px;
    position: relative;
    font-weight: bold;
    font-size: 1.5em;
}

.small-btn {
    font-size: 0.8em;
    padding: 5px 25px 5px 15px;
}

.submit-btn::after {
    position: absolute;
    top: 40%;
    right: 25px;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .2s;
}

.submit-btn:hover {
    background-color: #000;
    color: #fff;
}

.submit-btn:hover::after {
    right: 10px;
}

.small-btn::after {
    right: 15px;
}

.submission_list li {
    font-size: 1.2rem;
}

@media (max-width: 767px) {
    .submission_list li {
        font-size: 0.9rem;
    }
}

.disabled::after {
    display: none;
}


/*追加*/

.general-article {
    width: 100%;
    border-left: 4px solid #005336;
    padding: 1em;
}

.general-article h2 {
    margin-top: none;
}

.general-article dt {
    font-size: 1.2em;
    font-weight: 700;
    color: #C02C0A;
}

.general-article dl {
    padding: 1em;
}

.general-article dd {
    font-size: 1.2em;
}

.general-article dd h3 {
    font-size: 1.3em;
    margin-bottom: 0;
}

.general-article dd span {
    font-size: 0.8em;
    color: #C02C0A;
}

.general-article img {
    width: auto;
    height: 250px;
}

.info {
    border-left: 4px solid #fff;
    padding-left: 1em;
    margin-bottom: none;
}

.info p {
    font-size: 1em;
    line-height: 1.2;
}

.text_area {
    width: 100%;
}


/*topics*/

.topics-content {
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    background: #fff;
}

.topics-content table {
    width: 100%;
    table-layout: fixed;
}

.topics-content table th {
    width: 20%;
    text-align: center;
}

.topics-content table td {
    width: 80px;
    text-align: center;
    border-bottom: 1px solid #000;
}

.topics-header {
    background: #C02C0A;
    width: 100%;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.topics-header h2 {
    margin: 20px;
}

@media screen and (max-width: 785px) {
    .topics-header h2 {
        margin: 20px;
        font-size: 1.5em;
    }
}

.islcbold {
    color: #C02C0A;
}

.no-gutters {
    margin: 0;
    padding: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 991px) {
    .topics-content table {
        width: 100%;
    }
}


/*matsue-info//////////////*/

.Matsue-info h2 {
    color: #005336;
}

.matsue-info-img {
    padding-bottom: 30px;
}

.matsue-info-img img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

.Matsue-info {
    font-weight: 100;
}

.matsue-button {
    color: #fff;
    width: 100%;
    background: #005336;
    padding: 30px 20px 30px 20px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-top: 60px;
}

.matsue-left {
    background: #d3f4fa;
}


/*venue/////////////////////*/

.link-green {
    color: #005336;
    text-decoration: underline;
    font-weight: 600;
}


/*sponsor//////////////*/

.sponsor-content p {
    margin-bottom: 0;
    line-height: 2rem;
}

.sponsor-content {
    background: #dde6e3;
}

.sponsor-inner {
    padding-left: 30px;
    padding-right: 30px;
}

.sponsor-header {
    width: 100%;
    background: #005336;
}

.sponsor-header img {
    width: 40%;
    height: auto;
}

.sponsor-link {
    font-size: 1rem;
    margin-bottom: 50px;
}

.sponsor-link a {
    color: #007bff;
    font-size: 1.2rem;
}

.sponsor-contact a {
    color: #000;
    font-size: 1.2rem;
}

.sponsor-contact a span {
    color: #007bff;
    text-decoration: underline;
}

.sponsor-article a {
    color: #007bff;
    text-decoration: underline;
}

.sponsor-article-title {
    font-size: 1.5rem;
    font-weight: 700;
    padding-top: 50px;
}

.sponsor-article-title span {
    font-size: 1.8rem;
}

.sponsor-article-subtitle {
    font-size: 1.2rem;
    font-weight: 900;
    text-decoration: underline;
}

.sponsor-article-closed {
    font-size: 1.2rem;
    font-weight: 900;
}

.delete {
    color: #f00;
    text-decoration: line-through;
}

.delete span {
    color: #000;
}

.clearfix {
    display: block;
    clear: both;
}

.sponsor-article-box {
    width: 80%;
    padding-bottom: 20px;
    margin: 0 0 0 auto;
}

.sponsor-article-box table {
    background: none;
    width: 100%;
}

.sponsor-article-box table th,
.sponsor-article-box table td {
    font-size: 1.2rem;
    padding: 10px 0;
}

.sponsor-article-box table th {
    width: 200px;
}

.sponsor-article-box table td:first-child {
    width: 150px;
}

.sponsor-article-price span {
    color: #005336;
    text-decoration: underline;
}

.article-text span {
    text-decoration: underline;
}

.sponsor-contact {
    margin-top: 30px;
    margin-left: 20px;
    line-height: 1.3rem;
}

.sponsor-sub {
    font-weight: 600;
    font-size: 2rem;
    width: 100%;
    max-width: 660px;
    align-items: center;
    margin: 20px auto;
    padding-bottom: 30px;
    color: #fff;
}

.sponsor-img {
    width: 100%;
}

.sponsor-img img {
    width: 20%;
    height: auto;
}

.sponsor-sub p {
    padding: 35px;
}

.sponsor-footer {
    width: 100%;
    background: #005336;
    height: 30px;
}


/*///abstract-Submission  ///*/

.abstract-article {
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
}

.abstract-article p {
    font-size: 1.15rem;
    margin-bottom: 0;
    line-height: 1.5rem;
}


.abstract-header {
    font-size: 1.5rem !important;
    font-weight: 800;
}


.abstract-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 20px;
}

/*
.abstract-title:before {
    content: "|";
    padding-right: 10px;
}

*/

.abstract-article table {
    font-size: 1.2rem;
}

.abstract-article table th {
    width: 3%;
    font-weight: 500;
}

.abstract-article table td {
    text-align: left;
    font-weight: 500;
}

.pdf-click {
    font-size: 1.3rem !important;
    font-weight: 800 !important;
}

.abstract-article span {
    font-weight: 800;
}

.abstract-page-button {
    width: 200px;
    padding: 20px;
    background: gray;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}


/*
.abstract-page-button:hover {
    color: #fff;
    background: #000;
}*/

@media screen and (max-width: 575px) {
    .sponsor-header img {
        padding-top: 30px;
        width: 80%;
        height: auto;
    }

    .sponsor-sub {
        font-size: 1.2rem;
        max-width: 300px;
    }

    .sponsor-img {
        flex-wrap: wrap;
    }

    .sponsor-img img {
        width: 50%;
        margin: 0;
        vertical-align: middle;
    }

    .sponsor-img img:last-child {
        display: none;
    }

    .sponsor-link a {
        font-size: 0.8rem;
    }

    .sponsor-content p {
        line-height: 1rem;
    }

    .sponsor-contact a {
        font-size: 0.8rem;
    }

    .sponsor-article-box table th,
    .sponsor-article-box table td {
        font-size: 1rem;
        padding: 0;
        display: block;
        width: 100%;
    }

    .sponsor-article-box table td {
        margin-left: 20px;
    }

    .sponsor-article-title {
        font-size: 1rem;
        font-weight: 700;
        margin-top: 50px;
    }

    .sponsor-article-title span {
        font-size: 0.8rem;
    }

    .sponsor-article-box {
        width: 100%;
        padding-bottom: 20px;
    }

    .abstract-article table {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 360px) {
    .sponsor-article-title {
        font-size: 0.9em;
    }
}


/*program//////////////*/

.program-header {
    background: #C02C0A;
    width: 100%;
    padding: 10px;
    margin-top: 60px;
    text-align: center;
}

.program-header h2 {
    font-family: din-2014-narrow, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.8rem;
    color: #fff;
    margin-top: 10px;
}

.program-header p {
    font-size: 1.3em;
    color: #fff;
}

@media screen and (max-width: 360px) {
    .program-header p {
        font-size: 1em;
        color: #fff;
    }
}

.program-name-IEEE {
    width: 100%;
    color: #005336;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    border-bottom: solid 2px #005336;
    margin-bottom: 20px;
}

.program-name {
    width: 100%;
    color: #005336;
    font-size: 2rem;
    line-height: 1;
    font-weight: 800;
    border-bottom: solid 2px #005336;
    margin-bottom: 20px;
}

.program-company {
    font-size: 1.5em;
    line-height: 1;
}

.program-message {
    font-size: 1.5em;
}

.program-article {
    font-size: 1.2rem;
    font-weight: 500;
}

.ieee-image {
    margin-top: 50px;
    text-align: center;
}

.ieee-image img {
    text-align: center;
    width: 90%;
    max-width: 300px;
    height: auto;
}

.ieee-image p {
    font-size: 1.5em;
}

.program-box {
    margin-bottom: 30px;
    text-align: center;
}

.program-box img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.program-box-con {
    width: 100%;
    padding: 20px;
    text-align: left;
}

.anniversary-headtext {
    padding: 20px;
    border: 2px solid #000;
    border-radius: 15px;
    margin-top: 30px;
}

.anniversary-box {
    text-align: center;
    margin-bottom: 20px
}

.anniversary-box p {
    text-align: left;
}

.anniversary-box img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

.anniversary-name {
    width: 100%;
    color: #005336;
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 800;
    margin-bottom: 5px;
}

.anniversary-company {
    font-size: 1.2em;
    line-height: 1.5;
}

.covid-info {
    margin-top: 20px;
    padding: 15px 30px;
}

.covid-info p {
    font-size: 1.8em;
    margin-bottom: 0;
    line-height: 1.3;
}

.covid-info span {
    font-weight: 800;
    color: #EA4800;
}

.program-dl-button {
    width: 300px;
    line-height: 55px;
    background: #C02C0A;
    color: #FFF;
    font-weight: 800;
    margin: 0;
    text-align: center;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
}

@media screen and (max-width: 450px) {
    .program-dl-button {
        width: 100%;
    }
}

.program-dl-button::after {
    position: absolute;
    top: 50%;
    right: .2em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .2s;
}

.program-dl-button:hover::after {
    right: -.05em;
}

.program-dl-button:hover {
    background: #000;
    transition: 0.5s;
}

.program-dl-button-2 {
    width: 300px;
    line-height: 55px;
    background: #005336;
    color: #FFF;
    font-weight: 800;
    margin: 0;
    text-align: center;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
}


@media screen and (max-width: 450px) {
    .program-dl-button-2 {
        width: 100%;
    }
}


.program-dl-button-2::after {
    position: absolute;
    top: 50%;
    right: .2em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .2s;
}

.program-dl-button-2:hover::after {
    right: -.05em;
}

.program-dl-button-2:hover {
    background: #000;
    transition: 0.5s;
}


@media screen and (max-width: 575px) {
    .anniversary-box p {
        text-align: center;
    }

    .program-company {
        font-size: 1.2em;
        line-height: 1;
    }

    .program-name {
        font-size: 1.5rem;
    }

    .program-article p {
        font-size: 1.2rem;
        line-height: 1.3;
        margin-bottom: 5px;
    }

    .covid-info p {
        font-size: 1.5em;
    }
}


/*
.f-nav-link {
    height: 40px !important;
}
*/


/*///sponsor////*/

.sponsor-name {
    font-size: 1.5rem;
    font-weight: 800;
}

.sponsorslider {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.sponsorslider2 {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.sponsor-imgcon {
    text-align: center;
    height: 100px;
    margin: 0 auto;
    align-items: center;
    vertical-align: middle;
    position: relative;
}

.sponsorslider img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

.sponsorslider2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-height: 150px;
    text-align: center;
    margin: 0 auto;
}

.sponsourlank {
    text-align: center;
    height: 80px;
    margin: 0 auto;
    align-items: center;
    vertical-align: middle;
    position: relative;
}

.sponsourlank p {
    border: 5px solid #005336;
    margin: 10px;
    padding: 10px;
    font-size: 1.5em;
    font-weight: 800;
    line-height: 1em;
    color: #005336;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    width: 90%;
}

.sponsorslider2 .sponsourlank p {
    padding: 20px;
}

.sponsor-width {
    width: 50% !important;
}

.sponsorslider-another img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .left-10 {
        left: -10px;
    }

    .left-15 {
        left: -15px;
    }

    .sponsor-imgcon2 {
        text-align: center;
        width: 200px !important;
        height: 100px;
        margin: 0 auto;
        align-items: center;
        vertical-align: middle;
        position: relative;
    }

    .sponsor-imgcon3 {
        text-align: center;
        width: 180px !important;
        height: 100px;
        margin: 0 auto;
        align-items: center;
        vertical-align: middle;
        position: relative;
        left: -30px;
    }

    .sponsorslider3 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-height: 150px;
        text-align: center;
        margin: 0 auto;
    }

    .sponsor-imgcon4 {
        text-align: center;
        width: 300px !important;
        height: 100px;
        margin: 0 auto;
        align-items: center;
        vertical-align: middle;
        position: relative;
    }

    .sponsorslider4 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-height: 150px;
        text-align: center;
        margin: 0 auto;
    }

    .sponsor-imgcon5 {
        text-align: center;
        width: 200px !important;
        height: 100px;
        margin: 0 auto;
        align-items: center;
        vertical-align: middle;
        position: relative;
    }

    .sponsorslider5 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-height: 120px;
        text-align: center;
        margin: 0 auto;
    }

    .sponsor-imgcon6 {
        text-align: center;
        width: 240px !important;
        height: 100px;
        margin: 0 auto;
        align-items: center;
        vertical-align: middle;
        position: relative;
        left: -15px;
    }

    .sponsorslider6 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-height: 150px;
        text-align: center;
        margin: 0 auto;
    }

    .sponsor-imgcon7 {
        text-align: center;
        width: 150px !important;
        height: 100px;
        margin: 0 auto;
        align-items: center;
        vertical-align: middle;
        position: relative;
        left: -35px;
    }

    .sponsorslider7 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-height: 90px;
        text-align: center;
        margin: 0 auto;
    }

    .sponsor-imgcon8 {
        text-align: center;
        width: 150px !important;
        height: 100px;
        margin: 0 auto;
        align-items: center;
        vertical-align: middle;
        position: relative;
        left: -5px;
    }

    .sponsorslider8 img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        max-height: 90px;
        text-align: center;
        margin: 0 auto;
    }

    .left10 {
        left: -10px;
    }
}

.abstract-button {
    width: 100%;
    line-height: 20px;
    background: #005336;
    color: #FFF;
    font-weight: 800;
    margin: 0;
    text-align: center;
    font-size: 1.2em;
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px;
}

.abstract-button::after {
    position: absolute;
    top: 50%;
    right: .2em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .2s;
}

.abstract-button:hover::after {
    right: -.05em;
}

.abstract-button span {
    margin: 0;
    color: #F7FF00;
}

a.abstract-button:hover span {
    margin: 0;
    color: #333333;
    transition: 0.5s;
}

.abstract-button:hover {
    background: #000;
    transition: 0.5s;
    color: #333333 !important;
}

.cfp-button {
    width: 100%;
    line-height: 70px;
    background: #C02C0A;
    color: #FFF;
    font-weight: 800;
    margin: 0;
    text-align: center;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
}

.cfp-button::after {
    position: absolute;
    top: 50%;
    right: .2em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .2s;
}

.cfp-button:hover::after {
    right: -.05em;
}

.cfp-button:hover {
    background: #000;
    transition: 0.5s;
}


.as-button {
    width: 100%;
    line-height: 70px;
    background: #2A2C47;
    color: #FFF;
    font-weight: 800;
    margin: 0;
    text-align: center;
    font-size: 1.3em;
    position: relative;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
}

.as-button::after {
    position: absolute;
    top: 50%;
    right: .2em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-color: #fff;
    transition: all .2s;
}

.as-button:hover::after {
    right: -.05em;
}

.as-button:hover {
    background: #000;
    transition: 0.5s;
}

@media screen and (min-width: 820px) {
    .banner-pcleft30 {
        left: -30px;
    }
}

@media screen and (max-width: 820px) {
    .sponsorslider2 .sponsourlank p {
        padding: 23px 5px;
    }

    .sponsorslider3 .sponsourlank p {
        padding: 23px 5px;
    }

    .sponsorslider4 .sponsourlank p {
        padding: 23px 5px;
    }

    .sponsorslider5 .sponsourlank p {
        padding: 23px 5px;
    }

    .bannerleft-30 {
        left: -40px;
    }

    .bannerleft-20 {
        left: -30px;
    }

    .bannerleft-20-2 {
        left: -20px;
    }

    .bannerwidth img {
        width: 100%;
        max-height: 150px;
    }

    .sponsor-imgcon7 {
        text-align: center;
        width: 100px !important;
    }
}

@media screen and (max-width: 750px) {
    .sponsourlank p {
        border: 3px solid #005336;
        font-size: 1.3em;
        width: 90%;
    }
}

@media screen and (max-width: 400px) {
    .bannerleft-30 {
        left: -20px;
    }
}


/*/////Rump Session////*/

.rump-article {
    margin-bottom: 30px;
}

.rump-article p {
    font-size: 1rem;
    font-weight: 500;
}

.rump-con {
    margin-bottom: 20px;
    vertical-align: middle;
    align-items: center;
}

.rump-con img {
    width: 100%;
    max-width: 150px;
    padding: 10px;
}

.rump-con p {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1;
}

.rump-con .rump-name {
    font-size: 1.3rem;
    color: #005336;
}

.rump-title {
    width: 100%;
    color: #005336;
    font-size: 1.5rem;
    font-weight: 800;
    text-decoration: underline #005336;
    margin-bottom: 20px;
}

.rump-title:before {
    content: "●";
}

.rump-article ul {
    margin-left: 20px;
}

.rump-article ul li {
    margin-left: 1em;
    text-indent: -0.6em;
    font-weight: 400;
    line-height: 1.5;
}

.rump-article ul li:before {
    content: "・";
    font-size: 0.7em;
}

.topics-header small {
    font-size: 0.8em !important;
}


/*/////Registration////*/

.registration-title {
    font-size: 1.7em;
    font-weight: 800 !important;
    margin-bottom: 30px;
}

.registration-content h3 {
    font-size: 2em;
    font-weight: 800;
    color: #2A2C47;
}

.registration-content {
    width: 95%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    background: #fff;
}

.registration-content p {
    line-height: 1.5;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 1rem;
}

.registration-content table {
    table-layout: fixed;
    margin-bottom: 20px;
}

.registration-content table td {
    /*
    width: 25%;*/
    text-align: center;
    border: 1px solid #000;
    font-weight: 300;
}

p.registration-caution {
    line-height: 1.3em;
    margin-bottom: 30px;
}

p.registration-caution span {
    font-size: 0.8em;
}

.Registration-article {
    margin-bottom: 30px;
    padding-left: 0.5rem;
    text-indent: -1rem;
}


.table-bg1 {
    color: #fff;
    background: #C02C0A;
}

/*
.table-bg2 {
    background: #FFD9F2;
}

.table-bg3 {
    background: #D9FFF9;
}

.table-bg4 {
    background: #E5E5E5;
}
*/

.table-line {
    border-bottom: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
}

.registration-button {
    max-width: 300px;
    padding: 20px;
    background: #C02C0A;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3em;
    transition: 0.5s;
    border-radius: 10px;
}

.registration-button.closed {
    background: #5B9BD5;
}

.registration-button span {
    color: #fff;
    margin-left: 10px;
    background-color: #C02C0A;
    padding: 0px 5px;
    font-size: 1rem;
}

.registration-button:hover {
    color: #fff;
    background: #666;
}

.registration-list li {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.3rem
}

.credit-con img {
    text-indent: 0em;
}

.disabled div {
    background-color: #333;
}

.registration-content table .deg {
    background-image: linear-gradient(to top right, transparent, transparent 49%, black 49%, black 50%,
            /* 線の太さ */
            transparent 50%, transparent);
}

.registration-info-con {
    justify-content: space-around;
}

.registration-content table.regstration-table2 td {
    padding: 5px;
    text-align: left
}

.registration-content table.regstration-table2 tr td:first-child {
    width: 20% !important;
}

.border-none {
    border: none !important;
}

@media screen and (min-width: 1024px) {
    .registration-info-left {
        width: 50%;
    }

    .registration-info-right {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .registration-content table td {
        text-align: center;
        border: 1px solid #000;
        padding: 1px;
        vertical-align: middle;
        font-size: 0.75em;
    }
}


/*Excursion*/

.excursion-date {
    font-size: 1.8em !important;
    font-weight: 800 !important;
    margin-top: 30px;
    margin-bottom: 30px;
}

.excursion-article {
    margin-bottom: 30px;
}

.excursion-article p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.excursion-info-box {
    padding-left: 15px;
}

.excursion-info-box p {
    font-size: 1.2em;
}

.excursion-info-box .excursion-course-title {
    font-weight: 800;
    font-size: 1.5em;
}

.excursion-title {
    font-size: 2em;
    font-weight: 800;
    color: #005336;
}

.excursion-title-2 {
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.excursion-article table {
    width: 100%;
    margin: 0 auto;
}

.excursion-article table th {
    width: 7%;
    font-weight: 500;
    border-bottom: none !important;
    border-top: none !important;
}

.excursion-article table td {
    text-align: left;
    font-weight: 500;
    border-bottom: none !important;
    border-top: none !important;
}

.excursion-place {
    font-size: 1.2em !important;
    font-weight: 800 !important;
}

.excursion-time {
    font-size: 1.2em !important;
    font-weight: 700 !important;
}

.excursion-course-box {
    border: solid 1px #000;
    padding: 20px;
    margin-bottom: 50px
}

.excursion-course-box table td span {
    font-size: 0.8em;
}

@media screen and (min-width: 1200px) {
    .excursion-course-box {
        border: solid 1px #000;
        padding: 40px;
        margin-bottom: 50px
    }
}

.excursion-course-box .table tbody + tbody {
    border-top: none;
}

.excursion-photo {
    border-left: dashed 3px #000;
    height: 50px;
}


/*visa*/

.visa-article {
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    .visa-link {
        font-size: 0.8em;
    }
}

.visa-ol {
    list-style-type: decimal;
    margin-left: 1.2em;
}

.visa-ol li {
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.2rem;
}

.visa-ul1 li {
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.2rem;
    margin-left: 1em;
    text-indent: -0.2em;
}

.visa-ul1 li::before {
    content: "*";
    display: inline-block;
}

.visa-ul2 li {
    margin-left: 0.5em;
    text-indent: -0.2em;
}

.visa-ul2 li::before {
    content: "-";
    display: inline-block;
}

@media screen and (max-width: 767px) {

    .visa-ol li,
    .visa-ul1 li,
    .visa-ul2 li {
        font-size: 0.9rem;
    }
}

.visa-red-box {
    border: solid 1px #C02C0A;
    padding: 2em;
    margin-bottom: 30px;
}

.visa-button {
    width: 300px;
    padding: 20px;
    background: #C02C0A;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3em;
    border: none;
    transition: 0.5s;
}

.visa-modal-button {
    width: 200px;
    background: #E86D00;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 1.3em;
    border: none;
    transition: 0.5s;
}

.visa-modal-button:hover {
    background: #000;
}

.visa-textblock {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.visa-center {
    position: relative;
    left: 25%;
}

.visa-textblock-left {
    display: inline-block;
    text-align: left;
}

.visa-fontsize {
    font-size: 1.4em;
}

.visa-font-size-nomal {
    font-size: 0.9em;
}

.modal-title {
    font-size: 1.5em;
}

.modal-footer {
    justify-content: center !important;
}


/*ヘッダー赤枠注意書き*/

.header-info-area {
    width: 100%;
    background: #C02C0A;
    font-size: 2em;
    color: #fff;
    padding: 30px;
    margin-bottom: 20px;
}

.headerinfo-big {
    font-size: 0.9em;
    font-weight: 600;
}

.header-info-area p {
    margin-bottom: 0;
}


/*プログラム*/

.program-title {
    font-size: 1.7em;
    font-weight: 800 !important;
    margin-bottom: 30px;
}

.program-content h3 {
    font-size: 2em;
    font-weight: 800;
    color: #005336;
}

.program-content {
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    background: #fff;
}

.program-content p {
    line-height: 1.5;
    margin-bottom: 0px;
    font-weight: 500;
}

.program-content table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid;
    margin-bottom: 20px;
}

.program-content table td {
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
}


/*background*/

.pro-bg-blue {
    background: #C8EEFF;
}

.pro-bg-orange {
    background: #FFCF4A;
}

.pro-bg-green {
    background: #CCF3B2;
}

.pro-bg-green2 {
    background: #71E2B1;
}

.pro-bg-blue2 {
    background: #86DFE9;
}

.pro-bg-gray {
    background: #E8E8E8;
}

.pro-bg-yellow {
    background: #FFFDC8;
}

.pro-bg-deepgray {
    background: #D2D2D2;
}

.pro-bg-pink {
    background: #FFE2EF;
}


/*セル*/

.islc-program td {
    border: solid 1px #fff;
}

.program-date {
    color: #fff;
    text-align: center;
    background: #47D3FF;
    padding: 15px;
    font-size: 1em;
}

.program-schedule td {
    text-align: center;
    padding: 15px;
    align-items: center;
}

.program-schedule p {
    font-size: 1em;
    font-weight: 800;
}

.program-time {
    text-align: center;
    padding: 8px;
    background: #fff;
    box-shadow: 1px 5px 5px rgb(0 0 0 / 16%);
    margin-bottom: 7px;
}

.pro-date {
    width: 7%;
}

@media screen and (max-width: 767px) {
    .program-content table td {
        padding: 3px;
    }

    .program-date {
        font-size: 0.5em;
    }

    .pro-date {
        width: 10%;
    }

    .program-schedule p {
        font-size: 0.5em;
    }

    .program-time {
        text-align: center;
        padding: 6px;
        background: #fff;
        box-shadow: 1px 5px 5px rgb(0 0 0 / 16%);
        margin-bottom: 7px;
        line-height: 0.9em;
        font-size: 0.9em;
    }
}


/*追加バナー用*/

@media screen and (min-width: 821px) {
    .banner-pc-none {
        /* display: none; */
    }
}

@media screen and (max-width: 820px) {
    .banner-mb-none {
        /* display: none; */
    }
}


/*レスポンシブレイアウト調整用*/

@media screen and (min-width: 380px) {
    .haihun {
        display: none;
    }
}

@media screen and (max-width: 375px) {
    .welcometext p {
        font-size: 1.1em;
    }
}


/***ヘッダー追加***/

.header-info-area-2 h2 {
    font-size: 2.3em;
    color: #005336;
    font-weight: 900;
}

.info-2-title {
    font-size: 1.5em;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom: 10px !important;
}

.header-info-area-2 a {
    font-size: 1.3em;
    font-weight: 900;
    color: #043857;
    text-decoration: underline;
}

@media screen and (min-width: 728px) {
    .header-info-area-2 h2 {
        font-size: 2.5em;
    }

    .info-2-title {
        font-size: 1.8em;
        line-height: 1.4em;
    }

    .header-info-area-2 a {
        font-size: 1.5em;
        font-weight: 900;
        color: #043857;
        text-decoration: underline;
    }
}

@media screen and (max-width: 728px) {
    .header-info-area-2 {
        padding: 10px;
        ;
    }
}


/*For Oral Presenters*/

.registration-title {
    font-size: 1.7em;
    font-weight: 800 !important;
    margin-bottom: 30px;
}

.oral-Presenters-content h3 {
    font-size: 2em;
    font-weight: 800;
    color: #005336;
}

.oral-Presenters-content {
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    background: #fff;
}

.oral-Presenters-content p {
    line-height: 1.5;
    margin-bottom: 0px;
    font-weight: 500;
}

.oral-Presenters-content table {
    width: 100%;
    table-layout: fixed;
    border: 1px solid;
    margin-bottom: 20px;
}

.oral-Presenters-content td {
    width: 25%;
    text-align: center;
    border: 1px solid #000;
    padding: 5px;
    vertical-align: middle;
    word-wrap: break-word;
}

.oral-Presenters-content td:first-child {
    width: 40%;
}


/*header-important*/

.important-article {
    padding-left: 0.5em;
    text-indent: -0.5em;
}

.headerinfo-big.important {
    font-size: 1.4em;
}


/*manuals*/

.manuals-content h3 {
    font-size: 2em;
    font-weight: 800;
    color: #005336;
}

.manuals-content {
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    background: #fff;
}

.manuals-content p {
    line-height: 1.5;
    margin-bottom: 0px;
    font-weight: 500;
}

.manualdl-box {
    width: 100%;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.manualdl-box a {
    display: flex;
    margin-bottom: 6px;
    font-size: 1.4rem;
    color: #005336;
}

.manualdl-box a:hover {
    color: #c02c0a;
}

.manualdl-box td {
    padding: 8px 10px;
    border-bottom: 1px dotted #c6c6c6;
}

.manualdl-box a:before {
    content: "\f019";
    font-family: 'Font Awesome 5 Pro';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    margin-right: 0.3em;
    font-size: 2.2rem;
    transform: translateY(10px);
}

.wallpaper-dl-button {
    width: 100%;
    color: #005336;
    border: 1px solid #005336;
    text-align: center;
    padding: 20px;
    font-size: 1.5em;
    transition: 0.4s;
}

.wallpaper-dl-button:hover {
    width: 100%;
    color: #fff;
    background: #005336;
    border: 1px solid #005336;
}

/*photoページ*/

.thankspage-button {
    padding: 20px;
    border: 3px solid #005336;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-radius: 23px;
}

.thankspage-button h3 {
    color: #C02C0A;
    font-weight: 700;
    font-size: 3rem;
    border-bottom: 2px solid;
    padding-bottom: 15px;
    line-height: 1.2;
    margin: 0;
}

.thankspage-button p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 1.2rem;
}

.thankspage-button a {
    color: #005336;
}

.thankspage-button a:hover {
    color: #C02C0A;
}

.thankspage-button span {
    font-size: 3.2rem;
}

/*contact*/

.mail-b {
    color: #2A2C47;
}

.mail-b:before {
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 3px;
}

@media screen and (max-width: 728px) {
    .contactmail-box p {
        font-size: 0.8rem;
    }
}

sup {
    font-size: 0.5rem;
}

/*final abstract submisson */

.final-submission-box {
    margin-bottom: 20px;
}

.final-submission-box ul li {
    margin-bottom: 5px;
    padding-left: 0px;
}

.final-submission-box ul li:before {
    display: none;
}

/*plenary*/

.plenary-button {
    color: #2A2C47;
    font-size: 1.3em;
    transition: 0.5s;
    margin-bottom: 10px;
    font-weight: 900;
}

.plenary-button:hover {
    color: #C02C0A;
}

.plenary-button span {
    color: #fff;
    margin-left: 10px;
    background-color: #C02C0A;
    padding: 0px 5px;
    font-size: 1rem;
}

.plenary_box {
    width: 100%;
    margin-bottom: 30px;
}

.plenary_box h3 {
    font-size: 2rem;
    margin-bottom: 0px;
    margin-top: 0px;
}

.plenary_title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-left: 1rem;
    font-style: italic;
}

.plenary_text {
    line-height: 1.2rem;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.plenary_box img {
    max-width: 250px;
    align-self: flex-start;
}

@media screen and (min-width: 728px) {
    .plenary_box img {
        margin-right: 15px;
    }
}

/*Speaker Instructions*/
ul.sl-list {
    margin-top: 10px;
}

ul.sl-list li {
    margin-bottom: 0;
    font-weight: 400;
}


/*workshop*/

.workshop-article {
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
}

.workshop-article tbody {
    line-height: 1.5rem;
}

.workshop-article th {
    width: 30%;
    text-align: center;
    font-weight: 800;
    background: #2A2C47;
    color: #fff;
    border: 1px solid #fff;
    vertical-align: middle;
}

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

    .workshop-article tbody {
        line-height: 2rem;
    }

    .workshop-article th {
        width: 10%;
    }
}

.workshop-article td {
    width: 85%;
    padding-left: 10px;
    border: 1px solid #000;
}

/*Company Exhibition*/

.company-list {
    font-size: 2rem;
    font-weight: 700;
}

.company-list li a {
    color: #2A2C47;
}

.company-list li a:hover {
    color: #C02C0A;
}

/* Accomodation */
.accomodation-container {
    width: 90%;
    margin: 0 auto;
}

.hotel-container {
    border-bottom: 1px solid #2A2C47;
}

/* venue */
.venue-container {
    width: 90%;
    margin: 0 auto;
}

.venue-img-box img {
    padding-left: -10px;
}

.access-map img {
    width: 900px;
    height: auto;
}

@media screen and (max-width: 575px) {
    .location-map-container img {
        width: 100%;
        height: auto;
    }

    .access-map img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .location-map-container img {
        max-width: 70%;
    }
}

/* contact */
.contact-container {
    width: 90%;
    margin: 0 auto;
}

/* scope */
.scope-container {
    width: 90%;
    margin: 0 auto;
}