body{
    max-width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* =================================
全体の幅
================================= */

.menu, div.main-1, div.main-2, div.main-3, div.main-4 div.main-4-2, div.main-5 div.main-5-background, .footer div.footer-div-background{
    width: 1000px;
}

@font-face{
    font-family: 'shingopro-medium';
    src: url('../font/Jura-Medium.ttf') format('truetype');
}

@font-face{
    font-family: 'KozGoPr6N-Light';
    src: url('../font/Lato-Light.ttf') format('truetype');
}

@font-face{
    font-family: 'KozGoPr6N-Regular';
    src: url('../font/Lato-Regular.ttf') format('truetype');
}

@font-face{
    font-family: 'KozGoPr6N-Heavy'; /* heavy */
    src: url('../font/Lato-Black.ttf') format('truetype');
}

@font-face{
    font-family: 'KozGoPr6N-Bold';
    src: url('../font/Lato-Bold.ttf') format('truetype');
}

h1{
    font-size: 48.6px;
    font-family: 'shingopro-medium';
}

h2{
    margin-top: 40px;
    font-size: 50px;
    text-align: center;
    color: #E97325;
    font-family: 'shingopro-medium';
}

h3{
    font-size: 18px;
    text-align: center;
    margin: -25px 0 40px 0;
    font-family: 'KozGoPr6N-Light';
    color:#333;
}

.session h1,
.access h1{
    margin-top: 40px;
    font-size: 50px;
    text-align: center;
    color: #E97325;
    font-family: 'shingopro-medium';
}

.session h2,
.access h2{
    font-size: 18px;
    text-align: center;
    margin: -25px 0 40px 0;
    font-family: 'KozGoPr6N-Light';
    color:#333;
}

.access h3{
	margin-top: 40px;
	margin-bottom:10px;
    background-image: url('../img/list.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 33%;
    background-size: 15px;
    padding: 0 0 4px 25px;
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-family: 'KozGoPr6N-Bold';
    font-weight: bold;
    color: #555;
	text-align: left;
}

.session h3.circle{
	position: relative;
	margin-top: 40px;
	margin-bottom:10px;
    padding: 0 0 4px 30px;
    border-bottom: 1px solid #333;
    font-size: 20px;
    font-family: 'KozGoPr6N-Bold';
    font-weight: bold;
    color: #555;
	text-align: left;
}
.session h3.circle .icon{
  display:block;
  position: absolute;
  top: 0.15em;
  left: 0em;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  border: 5px solid #555;
  border-radius: 100%
}

p.p-regular{
    font-family: 'KozGoPr6N-Regular';
    color: #555555;
}

p.p-regular.first{
    font-size: 17px;
}

a.a-regular{
    font-family: 'KozGoPr6N-Regular';
    color: #555555;
}

a.a-heavy{
    font-family: 'KozGoPr6N-Heavy';
    color: #555555;
}

a.a-bold{
    font-family: 'KozGoPr6N-Bold';
    font-weight: bold;
    color: #555555;
}

a.a-light{
    font-family: 'KozGoPr6N-Light';
    color: #555555;
}

p.p-regular-white{
    font-family: 'KozGoPr6N-Regular';
    color: white;
}

p.p-bold-no-color{
    font-family: 'KozGoPr6N-Bold';
    font-weight: bold;
}

p.p-bold-white{
    font-family: 'KozGoPr6N-Bold';
    font-weight: bold;
    color: white;
}

a.a-regular-white{
    font-family: 'KozGoPr6N-Regular';
    color: white;
}

a.a-heavy-white{
    font-family: 'KozGoPr6N-Heavy';
    color: white;
}

a.a-bold-white{
    font-family: 'KozGoPr6N-Bold';
    font-weight: bold;
    color: white;
}

a.a-light-white{
    font-family: 'KozGoPr6N-Light';
    color: white;
}

/* =================================
全体の幅
================================= */

/* =================================
HEADER
================================= */

.menu, header, header div a.header-menu-image-a, header div a.header-menu-image-a img.header-menu-image-a-img,
header div a.header-menu-image-a img.header-menu-image-a-img, header div.menu .menu-type-1,
header div.menu div.menu-type-2,l header div.menu div.menu-type-3, img.header-menu-image, div.header-menu-image2-facebook{
    height: 80px;
}

header div.menu .menu-type-1-inside, header div.menu div.menu-type-3 a, header div.menu .menu-type-1-inside2{
    line-height: 80px;
}

header{
    margin: 0px 0px;
    text-align: center;
}

header div.menu{
    display: table;
    margin: 0 auto;
}

header div a.header-menu-image-a{
    display: inline-block;
    margin: 0px 85px 0 0px;
	float: left;
    height: 80px;
    width: 345px;
    background-image:url('../img/logo.png');
    background-position: center;
    background-size: 345px 55px;
    background-repeat:no-repeat;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header div a.header-menu-image-a{
        margin: 0px 84px 0 10px;
    }
}

header div.menu .menu-type-1{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

header div.menu .menu-type-1-inside{
    display: inline-block;
    margin: 0px 30px 0 0;
    height: auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
    color: #D9D9D9;
    text-decoration:none;
    font-size: 15px;
    font-family:'MS Pゴシック','MSゴシック','Osaka','monospace';
}

header div.menu .menu-type-1-inside a{
    color: inherit;
    text-decoration:none;
    font-size: 15px;
    font-family:'MS Pゴシック','MSゴシック','Osaka','monospace';
}

header div.menu .menu-type-1-inside:after{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
    background-color: #E97325;
    content: "";
    transition: width 0.2s;
}
header div.menu .menu-type-1-inside:hover:after{
    width: 100%;
}

header div.menu .menu-type-1-inside2{
    display: inline-block;
    margin: 0px 15px 0 0;
    height: auto;
    text-align: center;
    vertical-align: middle;
    position: relative;
    color: #333333;
    text-decoration:none;
    font-size: 15px;
    font-family:'MS Pゴシック','MSゴシック','Osaka','monospace';
}

header div.menu .menu-type-1-inside2 a{
    color: inherit;
    text-decoration:none;
    font-size: 15px;
    font-family:'MS Pゴシック','MSゴシック','Osaka','monospace';
}

header div.menu .menu-type-1-inside2:after{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5px;
    background-color: #E97325;
    content: "";
    transition: width 0.2s;
}
header div.menu .menu-type-1-inside2:hover{
    color: #E97325;
}

header div.menu .menu-type-1-inside2 visit{
    color: #E97325;
}

header div.menu .menu-type-1-inside2:hover:after{
    width: 100%;
}

header div.menu .menu-type-2{
    display: inline-block;
    align-items: center;
    width: 140px;
    height: 80px;
    margin: 0px;
    vertical-align: top;
}

header div.menu .menu-type-2-inside{
    font-family:'MS Pゴシック','MSゴシック','Osaka','monospace';
    font-size: 15px;
    display: inline-block;
    background-color: #E97325;
    border-radius: 25px;
    height: 35px;
    width: 140px;
    text-align: right;
    margin: 22.5px 0 0 0;
    text-decoration: none;
    transition:0.2s;
}
header div.menu a.menu-type-2-inside:hover{
   opacity:0.8;
}

header div.menu .menu-type-2-inside .menu-type-2-inside-a1, header div.menu .menu-type-2-inside .menu-type-2-inside-a2{
    color: white;
    text-decoration:none;
    line-height: 35px;
    vertical-align: middle;
}

header div.menu .menu-type-2-inside .menu-type-2-inside-a2{
    margin: 0 10px 0 15px;
}

header div.menu .menu-type-3{
    display: inline-block;
    vertical-align: top;
    margin: auto;
}

header div.menu .menu-type-3 a{
    font-family:'MS Pゴシック','MSゴシック','Osaka','monospace';
    font-size: 15px;
    color: black;
    text-decoration:none;
    vertical-align: middle;
}

img.header-menu-image{
    margin: 0 40px 0 0;
}

div.header-menu-image2-facebook{
    display: inline-block;
    vertical-align: top;
    width: 75px;
}

img.header-menu-image2-facebook-img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    height: 35px;
}

/* =================================
HEADER
================================= */

div.image-div{
    vertical-align: middle;
    height: 500px;
    min-width: 1000px;
    background-color: #f4f4f4;
    background-image:url('../img/img-main.jpg');
    background-position: center;
    background-size: 1000px auto;
    background-repeat:no-repeat;
}

div div.image-div-main{
    height: 400px;
    width: 100%;
    text-align: center;
    padding: 100px 0 0 0;
    margin: 0 50px 0 0;
}

div.image-div div.image-div-main h1{
    display: inline-block;
    color: #4D4D4D;
    margin: 17px 0 0 -565px;
/* on 2020 temporary changed for "Cyber Week"
    margin: 17px 0 0 -475px; */
    vertical-align: middle;
    text-align: left;
    line-height: 70px;
}

div.image-div div.image-div-main div.image-div-main-2{
    display: inline-block;
    background-color: #E97325;
    vertical-align: middle;
    text-align: center;
    width: 440px;
    height: 105px;
    margin: 30px 0 0 -465px;
}

div.image-div div.image-div-main div.image-div-main-2 p.p-1{
    color: #FFFFFF;
    font-size: 26.69px;
    text-align: center;
    margin: 15px 0 0 0;
}

div.image-div div.image-div-main div.image-div-main-2 p.p-2{
    color: #FFFFFF;
    font-size: 19.06px;
    text-align: center;
    margin: 5px 80px 0 0;
}

/* =================================
MAIN
================================= */

/* main-1
---------------------------------------------------------- */

div.main-1{
    display: table;
    margin: 5px auto 40px auto;
    width: 1000px;
}

div.main-1 p{
    line-height: 220%;
    font-size: 15px;
}

div.right{
    font-size: 13px;
    text-align: right;
}

/* main-1
---------------------------------------------------------- */

/* main-2
---------------------------------------------------------- */

div.main-2{
    border: 5px solid #E97325;    
    display: table;
    margin: 50px auto 20px auto;
    width: 990px;
}

div.main-2 table{
    margin: -40px 0 10px 60px;
    border-spacing: 0 30px;
}

div.main-2 table tr td.main-2-list-1{
    padding: 2px 0 0 40px;
    width: 140px;
    background-color: green;
    background: url('../img/list.png') no-repeat center left;
    background-position-x: 5px;
}

div.main-2 table tr td.main-2-list-1 a{
    font-size: 16px;
}

div.main-2 table tr td.main-2-list-2{
    width: 850px;
}

div.main-2 table tr td.main-2-list-2 a{
    font-size: 15px;
}

/* main-2
---------------------------------------------------------- */

/* main-3
---------------------------------------------------------- */

div.main-3{
    display: table;
    margin: 20px auto 75px auto;
}

div.main-3 div div.main-3-div-left{
    float: left;
}

div.main-3 div div.main-3-div-right{
    float: right;
}

div.main-3 div div dl{
    text-align: left;
    width: 475px;
    margin-top: 40px;
    font-family: 'KozGoPr6N-Bold';
    font-weight: bold;
}

div.main-3 div div dl.first{
    margin-top: 0px!important;
}

div.main-3 div div dl dt{
    padding: 0 0 0 45px;
    background-color: #333;
    background-image:url('../img/dl-img-1.png');
    background-size: contain;
    background-repeat:no-repeat;
    color: white;
    float: left;
    font-size: 18px;
    width: 440px;
    height: 60px;
    line-height: 60px;
}

dt.eng_title{
    padding: 0 0 7px 25px!important;
}

div.main-3 div div dl dd{
    color: black;
    float: left;
    font-size: 14px;
    line-height: 165%;
    margin: 20px 0 45px 0px;
}

 /* main-3
---------------------------------------------------------- */

 /* main-4
---------------------------------------------------------- */

div.main-4{
    /*background-color: #F4F4F4;*/
    margin: 10px auto 0 auto;
    text-align: center;
    padding: 0px 0 80px 0;
}

div.main-4 div.main-4-background{
    display: inline-block;
    width: 1000px;
    text-align: left;
}

div.main-4 dl dt{
    background-image: url('../img/list.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: 33%;
    background-size: 15px;
    padding: 0 0 4px 25px;

    border-bottom: 1px solid #333;

    font-size: 20px;
    font-family: 'KozGoPr6N-Bold';
    font-weight: bold;
    color: #555;
}

div.main-4 dl dd{
    margin: 10px 0 30px;
}

div.main-4 dl dd div{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    margin: 15px 0 15px 0;
}

div.main-4 dl dd img{
    display: inline-block;
max-width:100%;
transition:0.2s;
}
div.main-4 dl dd a:hover img{
opacity:0.8;
}

 /* main-4
---------------------------------------------------------- */

 /* main-5
---------------------------------------------------------- */

div.main-5{
    background-color: #F4F4F4;
    width: 100%;
    min-width: 1150px;
    height: 370px;
}

div.main-5 div.main-5-background{
    text-align: center;
    height: 370px;
    width: 100%;
}

div.main-5 div div.main-5-left, div.main-5 div div.main-5-right, div.main-5 div div.main-5-left img{
    width: 50%;
}

div.main-5 div div.main-5-left{
    float: left;
    height: 370px;
}

div.main-5 div div.main-5-right{
    float: right;
    height: 370px;
    background-color: #E97325;
    background-image:url('../img/location.png');
    background-repeat:no-repeat;
    background-size:43px;
    background-position: 53px 60px;
}

div.main-5 div div.main-5-left img{
    height: 370px;
}

div.main-5 div div div.main-5-right-div{
    margin: 30px 5px 0 55px;
}

div.main-5 div div div div.main-5-right-div-big-title{
    color: white;
    height: 3px;
    margin: 0 0 0 -250px;
}

div.main-5 div div div div.main-5-right-div-big-title h2{
    text-align: left;
    font-weight: normal;
    /*font-size: 38px;*/
    margin: 12px 345px 0 300px;
    color: white;
    height: 3px;
}

div.main-5 div div div div.main-5-right-div-small-title{
    color: white;
    text-align: left;
    font-size: 18px;
    height: 3px;
    margin: 65px 0 0 50px;
}

div.main-5 div div div div.main-5-right-div-place{
    
    font-size: 15px;
    height: 60px;
    width: 450px;
    margin: 70px 0 0 0px;
    text-align: left;
    font-weight: normal;
}

div.main-5 div div div a.main-5-right-div-a{
    display: table;
    width: 405px;
    text-decoration: none;
    
    font-size: 14px;
    border: 2px solid white;
    height: 22px;
    line-height: 22px;
    outline: none;
    margin: 8px 0 0 0px;
    
    position: relative;
    z-index: 2;
    background-color: transparent;
    color: white;
    overflow: hidden;

    background-image: url('../img/dl-img-2.png');
    background-size: contain;
    background-position: right;
    background-repeat:no-repeat;
}

div.main-5 div div div a.main-5-right-div-a:hover{
    color: #E97325;
    background-image: url('../img/dl-img-2.fw.png');
    background-size: contain;
    background-position: right;
    background-repeat:no-repeat;
}

div.main-5 div div div a.main-5-right-div-a::after{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

div.main-5 div div div a.main-5-right-div-a:hover::after{
    background: white;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-image: url('../img/dl-img-2.fw.png');
    background-size: contain;
    background-position: right;
    background-repeat:no-repeat;
}

div.main-5 div div div a.main-5-right-div-a::before,
div.main-5 div div div a.main-5-right-div-a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

div.main-5 div div div a.main-5-right-div-a,
div.main-5 div div div a.main-5-right-div-a::before,
div.main-5 div div div a.main-5-right-div-a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


div.main-5 div div div hr.main-5-right-div-line{
    background-color: white;
    height: 3px;
    margin: 25px 0 0 00px;
}



 /* main-5
---------------------------------------------------------- */

/* main-6
---------------------------------------------------------- */
div.main-6{
    width: 1000px;
    margin:0 auto 30px;

}
/* main-6
---------------------------------------------------------- */


.t-table{
    margin-bottom: 40px;
}
    .t-table .ttl{
        background-image: url('../img/list.png');
        background-repeat: no-repeat;
        background-position-x: left;
        background-position-y: 33%;
        background-size: 15px;
        padding: 0 0 4px 25px;
        border-bottom: 1px solid #333;
        font-size: 20px;
        font-family: 'KozGoPr6N-Bold';
        font-weight: bold;
        color: #555;
        margin-bottom: 15px;
    }
    .t-table table{
        border-collapse: collapse;
        width: 100%;
        font-size: 14px;
        line-height: 1.5;
        font-family: 'KozGoPr6N-Regular';
    }
        .t-table table thead th{
            background: #333333;
            color: #fff;
            text-align: center;
            padding:10px 5px 8px;
            border: 2px solid #e0e0e0;
            font-weight: normal;
            box-sizing: border-box;
            width: 18%;
        }
        .t-table table thead th:first-child{
            width: 7%;
        }

        .t-table table tbody th{
            background: #808080;
            color: #fff;
            text-align: left;
            vertical-align: top;
            font-weight: normal;
            font-size: 13px;
            box-sizing: border-box;
            padding:10px 8px 8px;
            border: 2px solid #e0e0e0;
        }
        .t-table table tbody td{
            text-align: left;
            vertical-align: top;
            font-weight: bold;
            font-size: 14px;
            box-sizing: border-box;
            padding:10px 5px 8px;
            border: 2px solid #e0e0e0;
        }
        .t-table table tbody td .s{
            font-size: 12px;
            font-weight: normal;
            line-height: 1.4;
            display: inline-block;
        }
        .t-table table tbody td a{
            text-decoration: none;
            color: inherit;
        }
        .t-table table tbody td a:hover{
            text-decoration: underline;
        }
        .t-table table tbody td.ce{
            text-align: center;
            vertical-align: middle;
            font-weight: normal;
            font-size:16px;
        }
        .t-table table tbody td.c0{
            background: #eee;
        }
        .t-table table tbody td.c1{
            background: #E46514;
            color: #fff;
        }
        .t-table table tbody td.c2{
            background: #49BBA2;
            color: #fff;
        }
        .t-table table tbody td.c3{
            background: #D83049;
            color: #fff;
        }
        .t-table table tbody td.c4{
            background: #0F62BE;
            color: #fff;
        }
        .t-table table tbody td.c5{
            background: #4BACCC;
            color: #fff;
        }
        .t-table table tbody td.c6{
            background: #82C12A;
            color: #fff;
        }
        .t-table table tbody td.c7{
            background: #9722A0;
            color: #fff;
        }
        .t-table table tbody td.c8{
            background: #FF78ED;
            color: #fff;
        }
        .t-table table tbody td.c9{
            background: #F8A53F;
            color: #fff;
        }



/* =================================
MAIN
================================= */

/* =================================
footer
================================= */

.footer{
    text-align: center;
    background-color: #333333;
    width: 100%;
    min-width: 1150px;
}

.footer div.footer-div-background{
    display: table;
    margin: 0px auto 0 auto;
}

.footer div.footer-div-background img{
    margin: 15px 0px 10px 0px;
    height: 60px;
}

.footer div.footer-div-background div.button{
    width: 300px;
/* at 2021 short size (mail address changed at 2021)
    width: 200px; */
    height: 35px;
    margin: 0px auto 0 auto;
    display: table;
    text-align: center;
}

.footer div div div.text{
    display: table-cell;
    border: 1px solid #F4F4F4;
    color: #F4F4F4;
    font-size: 13px;
    vertical-align: middle;
    text-decoration: none;
    line-height: 11px;
    outline: none;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: url('../img/mail.png') no-repeat center left;
    background-position-x: 12px;
    background-size: 17px 12px;
}

.footer div div div.text:hover {
    color: #333333;
    background-image: url('../img/mail-black.png');
    background-repeat: no-repeat;
    background-position: center left;
}

.footer div div div.text::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.footer div div div.text:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: white;
    background-image: url('../img/mail-black.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-position-x: 12px;
    background-size: 17px 12px;
}

.footer div div div.text::before,
.footer div div div.text::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.footer div div div.text,
.footer div div div.text::before,
.footer div div div.text::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer div div div.text div.footer-img{
    display: inline-block;
    background-image: url('../img/mail-adress.png');
    background-repeat: no-repeat;
    background-size:215px 30px;
/* at 2021 short size (mail address changed at 2021)
    background-size:115px 30px; */
    background-position: center;
    background-position-x: 45px;
    background-position-y: 4px;
    height: 35px;
    width: 300px;
}

.footer div div div.text div.footer-img:hover{
    background-image: url('../img/mail-adress-black.png');
    background-repeat: no-repeat;
    background-size:215px 30px;
/* at 2021 short size (mail address changed at 2021)
    background-size:115px 30px; */
    background-position: center;
    background-position-x: 45px;
    background-position-y: 4px;
}

.footer div div div.text div.footer-img:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: white;
    background-image: url('../img/mail-black.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-position-x: 12px;
    background-size: 17px 12px;
}

.footer div div div.text div.footer-img::before,
.footer div div div.text div.footer-img::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.footer div div div.text div.footer-img,
.footer div div div.text div.footer-img::before,
.footer div div div.text div.footer-img::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer div div div.text a.mail-class{
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 35px;
    height: 35px;
    padding: 0 0 0 20px;
    margin: 1px 0 0 10px;
    color: inherit;
}

.footer div div.footer-div-background-div-copyright{
    margin: 15px 0 10px 0px;
    font-size: 12px;
    color: #CECACA;
}
.footer div div.footer-div-background-div-copyright a{
    text-decoration:none;
    color: #CECACA;
}

.footer a div.footer-div-bakcground-div-page-top{
    background-image:url('../img/PAGE-TOP.png');
    background-repeat:no-repeat;
    background-size:150px;
    background-position: center;
    width: 145px;
    height: 120px;
    margin: -120px 0 0 0;
    float: right;
}

.footer a.special{
    margin: 10px 0 0px 0;
    font-size: 12px;
    display: inline-block;
    color: #E97325;
}

/* =================================
footer
================================= */

#pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
   
  #pageTop a {
    display: block;
    z-index: 999;
    padding: 8px 0 0 8px;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #9FD6D2;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
   
  #pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

.prombox{
	/*width: 1000px;*/
    width:100%;
}

.prombox .prom{
	margin: 10px 50px 40px 10px;
}
.prombox .prom.ce{
	width:33.3%;
	margin:10px 0 40px ;
	text-align:center;
}

.prombox .prom a{
   	color: #555;
}

.prombox .prom a:visited{
   	color: #555;
}

/* =================================
ぱんくず
================================= */
#delicious {
        list-style: none;
        overflow: hidden;
        color: white;
        font: 11px arial, Helvetica, clean, sans-serif;
        margin: 0;
        background: rgb(233,233,233);
}

.delicious {
        list-style: none;
        overflow: hidden;
        color: white;
        font: 11px arial, Helvetica, clean, sans-serif;
        margin: 0 auto;
        background: rgb(233,233,233);
		width: 1000px;
		padding-left: 0;
}

.delicious li {
        float: left;
        line-height: 30px;
}
.delicious li a {
        color: #fff;
        text-decoration: none;
        padding: 0 10px 0 15px;
        background: rgb(142,142,142);
        display: block;
        float: left;
}
.delicious li a::after {
        position: relative;
        display: block;
        margin-top: -15px;
        margin-left: auto;
        margin-right: -15px;
        height: 15px;
        width: 15px;
        content: " ";
        -webkit-transform: skew(-30deg);
        background: rgb(142,142,142);
        border-right: 2px solid white;
}
.delicious li a::before {
        float: right;
        display: block;
        margin-bottom: -15px;
        margin-left: auto;
        margin-right: -15px;
        height: 15px;
        width: 15px;
        content: " ";
        -webkit-transform: skew(30deg);
        background: rgb(142,142,142);
        border-right: 2px solid white;
}
.delicious li:first-child a {
        font-weight: 700;
        padding-left: 15px;
        background: rgb(108,108,108);
}
.delicious li:first-child a::before,
.delicious li:first-child a::after {background: rgb(108,108,108);}
.delicious li:last-child {
        padding-left: 15px;
        background: transparent !important;
        color: #333;
        font-weight: 700;
}
.delicious li a:hover,
.delicious li a:hover::before,
.delicious li a:hover::after {background: rgb(108,108,108);}
.delicious li:first-child a:hover,
.delicious li:first-child a:hover::before,
.delicious li:first-child a:hover::after {background: rgb(77,77,77); transition: 0.3s;}

/* =================================
セッション詳細　タブ
================================= */
.tabrow {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
	position: relative;
}
.tabrow li {
    margin: 0 5px;
    padding: 10px 180px;
    border: none;
    background: #e5e5e5;
    display: inline-block;
}
.tabrow li:hover{
    background: #333;
    color: #fff;
	transition: 0.5s;
}

.tabrow a li{
	color:#333;
}

.tabrow li.selected {
    background: #333;
    color: #fff;
}
.tabrow:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    left: 0;
	border-bottom: 2px solid #333;
    z-index: 1;
}

/* =================================
セッション詳細 ページ内リンク色
================================= */

.pol_color{
	color: #82c12a;
}
.inf_color{
	color: #d83049;
}
.cas_color{
	color: #9722a0;
}
.cer_color{
	color: #e46514;
}
.cit_color{
	color: #4baccc;
}
.dum1_color{
	color: #49bba2;
}
.dum2_color{
	color: #0f62be;
}
.dum3_color{
	color: #f8a53f;
}

/* =================================
セッション詳細 div見出しカラー
================================= */
.session h3.pol:after{
  border: 5px solid #82c12a;
}
.session h3.inf:after{
  border: 5px solid #d83049;
}
.session h3.cas:after{
  border: 5px solid #9722a0;
}
.session h3.cer:after{
  border: 5px solid #e46514;
}
.session h3.cit:after{
  border: 5px solid #4baccc;
}
.session h3.dum1:after{
  border: 5px solid #49bba2;
}
.session h3.dum2:after{
  border: 5px solid #0f62be;
}
.session h3.dum3:after{
  border: 5px solid #f8a53f;
}

/* =================================
セッション詳細 セッション名カラー
================================= */
.ses_list .pol_bc{
	background: #82c12a;
	background-size:auto;
}
.ses_list .inf_bc{
	background: #d83049;
	background-size:auto;
}
.ses_list .cas_bc{
	background: #9722a0;
	background-size:auto;
}
.ses_list .cer_bc{
	background: #e46514;
	background-size:auto;
}
.ses_list .cit_bc{
	background: #4baccc;
	background-size:auto;
}
.ses_list .dum1_bc{
	background: #49bba2;
	background-size:auto;
}
.ses_list .dum2_bc{
	background: #0f62be;
	background-size:auto;
}
.ses_list .dum3_bc{
	background: #f8a53f;
	background-size:auto;
}

/* =================================
セッション詳細 セッションタイトル左ボーダーカラー
================================= */
.session h4{
	margin: 10px;
	padding: 0em 0.5em;
	background: transparent;
	color: #444;
	font-size: 20px;
	line-height: 160%;
}
.session h4.border{
    border-left: solid 5px #555;
}
.session h4.pol_left{
	border-left: solid 5px #82c12a;
}
.session h4.inf_left{
	border-left: solid 5px #d83049;
}
.session h4.cas_left{
	border-left: solid 5px #9722a0;
}
.session h4.cer_left{
	border-left: solid 5px #e46514;
}
.session h4.cit_left{
	border-left: solid 5px #4baccc;
}
.session h4.dum1_left{
	border-left: solid 5px #49bba2;
}
.session h4.dum2_left{
	border-left: solid 5px #0f62be;
}
.session h4.dum3_left{
	border-left: solid 5px #f8a53f;
}

/* =================================
セッション詳細 申し込み
================================= */
.button_wrapper{
   text-align:center;
}
.application {
  display: block;
  width: 450px;
  height: 40px;
  margin: 0 auto;
  margin-right: 260px;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  color: #333;
  font-weight: bold;
  font-family: 'KozGoPr6N-Bold';
  line-height: 38px;
  overflow: hidden;
  text-indent: 25px;
}
.application:hover {
  color: #fff;
}
.application::before,
.application::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.application,
.application::before,
.application::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.application::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.application:hover::after {
  background: #333;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.button_wrapper .application img{
	float: right;
	padding: 13px 15px;
	padding-left: 0;
	width: 8px !important;
}

/* =================================
セッション詳細 ページ内リンク
================================= */
.session_list li.right{
	margin-right: 0;
}
.session_list{
	padding-left: 0;
}
.session_list li img{
	float: right;
	padding:16px 10px;
}
.session_list li{
	float: left;
	width: 324px;
	height: 40px;
	border:3px solid #f4f4f4;
	margin:0 5px 5px 0;
	list-style:none;
	display: -webkit-box;
	-webkit-box-align: center;
	position: relative;
}
.session_list li:nth-child(3n){
	margin-right: 0;
}
.session_list li a{
	width: 319px;
	height: 40px;
	display: block;
	padding-left: 5px;
	color: #333;
	text-decoration: none;
	font-size: 15px;
}
.session_list li a:hover{
	background: #f4f4f4;
	border:none;
	transition: 0.5s;
}

.session_list li span{
	font-size:28px;
	vertical-align: middle;
}
.session_list:after{
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
   font-size:0;
}

/* =================================
セッション詳細 リスト
================================= */
.ses_list{
	background: #f4f4f4;
	padding: 20px;
	margin: 20px 0;
}
.ses_list .ses_ove {
	margin: 0;
}
.ses_list .ses_name {
  	display:inline-block;
  	padding: 0 15px;
  	color: #fff;
  	margin-right: 15px;  
	line-height: 180%;
}
.ses_list .ses_timeplace {
	display: inline;
	vertical-align: middle;
	color: #444;
	font-weight: bold;
	font-size: 16px;
	font-family: 'KozGoPr6N-Bold';
}
.ses_list .ses_speakers span{
	display: inline;
	border: 2px solid #666;
	padding: 3px 15px;
	margin-right: 5px;
	vertical-align: middle;
	color: #444;
	font-weight: bold;
	font-family: 'KozGoPr6N-Bold';
}
.ses_list hr{
	border: 1px dotted #555;
}
.ses_list .ses_linkbox{
	margin-bottom: 0;
}
.ses_list .ses_linkbox a{
	color: #333;
}
.ses_list .ses_linkbox a img{
	vertical-align: middle;
	line-height: 40px;
	width: 30px;
	height: auto;	
}
.ses_list .ses_text{
	line-height: 180%;
}

.ses_list li:not(first-child){
	margin-top: 0.5em;
}

/* （2022以降）申込フォームのリンクへのボタンっぽい表示 */
p.entry_link{
	text-align:center;
	color:#ff0000;
	font-weight:bold;
}
p.entry_link a{
	display:inline-block;
	width:15em;
	margin:0 auto;
	color:#ffffff;
	text-decoration:none;
	background:#eeeeee none;
	border:3px #ffffff solid;
	border-radius:2em;"
}
p.entry_link a.cA{background:#E46514 none;}
p.entry_link a.cB{background:#49BBA2 none;}
p.entry_link a.cC{background:#D83049 none;}
p.entry_link a.cD{background:#0F62BE none;}
p.entry_link a.cE{background:#4BACCC none;}
p.entry_link a.cF{background:#82C12A none;}
p.entry_link a.cG{background:#9722A0 none;}
p.entry_link a.cH{background:#FF78ED none;}
p.entry_link a.cI{background:#F8A53F none;}

p.entry_note{
	font-weight:bold;
	width:33em;
	margin:0 auto;
	color:#ff0000;
}

/* =================================
セッション詳細 プルダウン
================================= */
.menu-type-1 ul{
	margin-top: 0;
}
/*
#nav {
  width: 750px;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  display: flex;
}
*/
#nav li {
  list-style: none;
}

#nav li a {
  display: block;
}

#nav > li li:hover > a {
  background: #444;
}
#nav li ul {/*子*/
  top: 80px;
  left: 0px;
  position: absolute;
  background: #595757;
  list-style: none;
  width: 110px;
}
#nav li ul li {
  overflow: hidden;
  height: 0;
  color: #fff;
  width: 110px;
}
#nav li:hover > ul {
  width: 110px;
/* 1つ分は50px・デフォルトは2つ分 */
  height: 100px;
}
/* アーカイブ用リスト高さ・2025年度は7年分・50x7なので350 */
#nav li:hover > ul.archive {
  height: 350px;
}
#nav li:hover > ul > li {
  overflow: visible;
  width: 110px;
  height: 50px;
  line-height: 50px;
}

#nav li:hover > ul > li  a{
  width: 150px;
  height: 50px;
  margin-left: -40px;
  line-height: 50px;
}
