@charset "utf-8";
/* CSS Document */

html {
    overflow-y: scroll;
    background: #0b4ebd;
}
body{
    color: #212121;
    font-family: "Noto Sans Japanese",san-serif;
    background: #ffffff;
    overflow-x: hidden;
}
input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a{
    display: block;
    color: inherit;
    text-decoration: none;
    transition: all ease .3s;
}
a[href^="tel:"] {
	color: inherit;
}
a:hover {
	opacity: 0.5;
}
.disabled a,
a.disabled{
    opacity: 0.5;
    pointer-events: none;
    filter: grayscale(70%);
}
section p a,
section ol.decimal a,
section ul.disc a,
table a,
section dl a{
    display: inline;
    color: #009CDE;
    text-decoration: underline;
}
.inner{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1399px){
	.inner{
	    padding-left: 20px;
	    padding-right: 20px;
	}
}
.youtube{
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube iframe{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.marker{
    background: linear-gradient(transparent 0%, #ffbe3f 0%);
    padding: 0.1em 0.5em;
}
.pcNone{
    display: none !important;
}
body.en .enNone{
    display: none !important;
}
body.ja .jaNone{
    display: none !important;
}
.post-edit{
        text-align: right;
        margin-bottom: 1em;
}
.post-edit>a{
        display: inline;
        text-decoration: underline;
}

/* ----- header ----- */

#header{
    padding: 0 0 20px;
}
#header .inner{
    min-width: 980px;
    position: relative;
}
#header h1{
    width: 520px;
    margin: 28px 0 0;
    float: left;
}
#header #siteSearch{
    width: 286px;
    font-size: 0;
    text-align: right;
    margin: 24px 0 16px;
    position: absolute;
    top: 12px;
}
#header #siteSearch #textBar{
    width: 200px;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 1.4;
}
#header #siteSearch #submitBtn{
    width: 80px;
    font-size: 14px;
    padding: 0.25em 0;
    margin-left: 6px;
}
#header .co-located{
        width: 182px;
        position: absolute;
        bottom: 0;
}
#header .location{
    text-align: left;
    position: absolute;
    bottom: 0px;
    right: 20px;
}
#header .location.en{
    width: 208px;
    font-size: 20px;
}
#header .location.ja{
    width: 228px;
    font-size: 17px;
    line-height: 1.3;
}
#header .location.en small{
    font-size: 80%;
    line-height: 1.2;
}
#header .location.ja small{
    font-size: 14px;
}
#header-langage-select{
    position: absolute;
    top: 0;
    right: 20px;
}
#header-langage-select ul li{
    float: right;
    border-right: solid 1px #cccccc;
    padding-left: 8px;
}
#header-langage-select ul li a{
    font-size: 14px;
    display: block;
    padding: 0 16px 8px 30px;
    color: #3ba8ee;
}
.qtranxs_flag_and_text {
	margin-top: 8px;
}
@media screen and (min-width: 1400px){
	#header-langage-select,
	#header #siteSearch,
        #header div.co-located{
	    right: 0;
	}
	#header .location.ja,
	#header .location.en{
	    right: 198px;
	}
}
@media screen and (max-width: 1399px){
	#header-langage-select,
	#header #siteSearch,
        #header div.co-located{
	    right: 20px;
	}
	#header .location.ja{
            right: 206px;
	}
	#header .location.en{
            right: 208px;
	}
}

/* ----- global nav ----- */

#globalnav{
        background: #0b4ebd;
        margin-bottom: 28px;
}
#globalnav>div>ul{
    display: flex;
    width: 100%;
}
#globalnav>div>ul>li{
    width: inherit;
    position: relative;
}
#globalnav>div>ul>li>a{
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 24px 0;
    white-space: nowrap;
}
#globalnav>div>ul>li>a:hover{
    color: #0b4ebd;
    background: #ffffff;
}
#globalnav ul.sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 1px;
    z-index: 500;
    border: none;
}
#globalnav ul li:hover>.sub-menu{
    display: block;
}
#globalnav ul.sub-menu li{
    display: block;
    width: 200px;
    padding: 2px 0 0;
}
#globalnav ul.sub-menu li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 0.75em 1em;
    background: rgba(11,78,189,0.95);
    line-height: 1.3;
}
#globalnav ul.sub-menu li a:hover{
    color: #ffffff;
    background: rgba(11,78,189,1);
}
#globalnav li.conferences ul.sub-menu{
	width: 194px;
}
#globalnav li.conferences ul.sub-menu li{
    width: 96px;
    float: left;
    margin: 0 0 0 2px;
}
#globalnav li.conferences ul.sub-menu li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
}

/* ----- pagetop ----- */

#pagetop{
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 120px;
    right: 12px;
    background: #ffffff;
    border-radius: 50%;
}
#pagetop a{
    display: block;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-indent: -9999px;
    text-align: center;
    text-decoration: none;
    background: #0b4ebd url(../images/common/pagetop.png) no-repeat center center;
    border: solid 1px #ffffff;
    border-radius: 50%;
}
#pagetop a:hover{
    opacity: 0.5;
}

/* ----- footer ----- */

#footer{
    padding: 40px 0;
    background: #0b4ebd;
    position: relative;
}
#foot_nav{
    margin: 0;
}
#foot_nav>div>ul{
    width: 100%;
}
#foot_nav>div>ul>li{
    width: calc((100% - 48px) / 3);
    float: left;
    color: #ffffff;
    margin-left: 24px;
    margin-bottom: 40px;
}
#foot_nav>div>ul>li:nth-child(3n+2){
    clear: both;
    margin-left: 0;
}
#foot_nav ul li.home{
    display: none;
}
#foot_nav>div>ul>li>a{
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
#foot_nav .sub-menu{
    margin-top: 12px;
}
#foot_nav .sub-menu li{
    display: block;
    width: 100%;
    margin: 6px 0 0 13px;
    text-indent: -0.85em;
}
#foot_nav .sub-menu li:before{
    content: "-";
    color: #ffffff;
    margin-right: 0.5em;
}
#foot_nav .sub-menu li a{
    display: inline;
    font-size: 85%;
    font-weight: normal;
    line-height: 1.3;
    text-decoration: underline;
}
#foot_nav ul li.conferences ul.sub-menu li{
    width: calc((100% - 1em) / 2);
    float: left;
    margin-top: 0.5em;
    margin-left: 1em;
}
#foot_nav ul li.conferences ul.sub-menu li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
}


.CommitteeMemberPage{
    text-align: right;
    margin-bottom: 28px;
}
.CommitteeMemberPage a{
    display: inline-block;
    width: fit-content;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 16px 24px;
    border: #fff solid 2px;
}
#copyright{
    width: calc(100% - 212px);
    float: left;
}
#copyright .opicLogo{
    width: 48px;
    height: 48px;
    float: left;
    padding: 9px 4px;
    margin: 0;
    background: #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
}
#copyright small{
    display: block;
    float: left;
    color: #ffff33;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03em;
    padding: 17px 0 0 16px;
}

#footer .support {
    width: 212px;
    float: right;
    text-align: right;
    vertical-align: bottom;
}
#footer .support a {
    color: #ffffff;
	display: block;
    text-decoration: none;
}
#footer .support small{
    font-size: 12px;
}
#footer .support a span {
    padding: 0 0 0 4px;
    display: inline-block;
}
#footer .support a span img{
    vertical-align: text-bottom;
}

/* ----- yellow info ----- */

.yellowInfo{
    margin-top: 40px;
}
.yellowInfo a{
        display: block;
    width: fit-content;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    padding: 1.25em 3em;
    margin: 0 auto;
    border: solid 4px #ff9900;
    background: #fef4e3;
    border-radius: 2px;}
/*
.yellowInfo a{
    display: block;
    padding: 24px;
    border: solid 4px #ffef03;
    background: #fef4e3;
    border-radius: 8px;
}
.yellowInfo p{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
}
.yellowInfo p:before{
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 0.5em;
    vertical-align: text-bottom;
    background: url(../images/home/other-warning-01-yellow.png) no-repeat center center;
    background-size: contain;
}
*/

/* ----- page-header ----- */

#breadcrumb{
        margin-top: 28px;
        padding-bottom: 40px;
}
#breadcrumb ol{
    font-size: 0;
}
#breadcrumb li{
    display: inline-block;
    color: #999999;
    font-size: 13px;
    margin-right: 0.5em;
}
#breadcrumb li:before{
    content: ">";
    margin-right: 0.5em;
}
#breadcrumb li:first-child::before{
    content: none;
}
#breadcrumb li a{
    display: inline;
    color: #009CDE;
    text-decoration: underline;
}
#breadcrumb li a,
#breadcrumb li span,
#breadcrumb li strong{
    word-wrap: break-word;
    word-break: break-all;
}

/* -- .table -- */

.table table{
    width: 100%;
    margin-bottom: 1.5em;
    background: #cccccc;
}
.table table th,
.table table td{
    font-size: 90%;
    line-height: 1.4;
    padding: 0.75em 1em;
}
.table table th{
    background: #f5f5f5;
}
.table table td{
    background: #ffffff;
}

/* ----- layout ----- */

#mainColumn{
    width: calc(100% - 320px);
    float: left;
    padding-right: 40px;
    padding-bottom: 80px;
}
#sidebar{
    width: 320px;
    float: right;
    padding-bottom: 40px;
}
#mainColumn.homeContents,
#mainColumn.homeContents+#sidebar{
    padding-top: 40px;
}

/* ----- home ----- */

#mainSlider{
    margin-bottom: 64px;
    position: relative;
}
#mainSlider .metaslider .caption-wrap{
    background: #0b4ebd;
    opacity: 0.9;
}
#mainSlider .metaslider .caption{
    font-family: Centry Gothic Bold;
    fomt-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding: 0.75em 1.25em;
}
@media screen and (min-width: 1000px){
	#mainSlider .metaslider .caption{
	    font-size: 19px;
	}
}
@media screen and (max-width: 999px){
	#mainSlider .metaslider .caption{
	    font-size: 15px;
	}
}

.finished{
    padding: 24px;
    margin-bottom: 2em;
    border: solid 3px #ff9900;
}
.finished .btn{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 1em;
}
.finished .btn a{
    width: calc((100% - 12px) / 2);
    color: #121212;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 1px 1px 1px #ffffff;
    padding: 1em 16px;
    box-shadow: 1px 1px 1px #ababab;
    background: linear-gradient(#f5f5f5, #ccc);
}
.finished p.title{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0.5em;
}
.finished p:not(.title){
    font-size: 15px;
    line-height: 1.6;
}

#homeContents .menu{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
@media (min-width: 1280px){
	#homeContents .menu{
	    gap: 20px;
	}
	#homeContents .menu .panel{
	    width: calc((100% - 40px) / 3);
	}
}
@media (max-width: 1279px){
	#homeContents .menu{
	    gap: 16px;
	}
	#homeContents .menu .panel{
	    width: calc((100% - 16px) / 2);
	}
}
#homeContents .menu .panel a{
    position: relative;
    aspect-ratio: 1 / 0.75;
    overflow: hidden;
    background: #000000;
}
#homeContents .menu .panel p.title{
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    text-shadow: 0 0 8px rgba(0,0,0,0.75);
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
}
#homeContents .menu .panel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
}

#outlineText{
    margin-bottom: 1.5em;
}
#outlineText>*:last-child{
    margin-bottom: 0 !important;
}
#outlineText h3{
    width: fit-content;
    font-family: Arial Black;
    line-height: 1.4;
    text-align: center;
    margin: 0 auto 0.2em;
}
@media screen and (min-width: 1250px){
	#outlineText h3{
            font-size: 24px;
/*
	    font-size: 31px;
*/
	}
}
@media screen and (min-width: 1100px) and (max-width: 1249px){
	#outlineText h3{
	    font-size: 26px;
	}
}
@media screen and (min-width: 980px) and (max-width: 1099px){
	#outlineText h3{
	    font-size: 21px;
	}
}
@media screen and (max-width: 979px){
	#outlineText h3{
	    font-size: 18px;
	}
}
#outlineText h3 a{
    color: #0b4ebd;
    padding: 1em 2em;
    background: #fae5e5;
/*
    color: #0b4ebd;
    text-decoration: underline;
*/
}

#mainMenu{
    margin: 40px 0;
}
#mainMenu li{
    float: left;
    margin: 0 0 16px 16px;
    background-size: cover !important;
    position: relative;
}
#mainMenu li:before{
    content: "";
    display: block;
    padding-top: 75%;
    position: relative;
    z-index: 0;
}
@media screen and (min-width: 1200px){
	#mainMenu li{
	    width: calc((100% - 32px) / 3);
	}
	#mainMenu li:nth-child(3n+1) {
	    clear: both;
	    margin-left: 0;
	}
}
@media screen and (max-width: 1199px){
	#mainMenu li{
	    width: calc((100% - 16px) / 2);
	}
	#mainMenu li:nth-child(2n+1) {
	    clear: both;
	    margin-left: 0;
	}
}
#mainMenu li a{
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    padding: 16px;
    letter-spacing: 0.02em;
    text-decoration: none;
    text-shadow: 0 0 3px #000;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
}
#mainMenu li a:hover{
    background: rgba(0,0,0,0);
}
#mainMenu li.nolink a:hover{
    background: rgba(0,0,0,0.2);
}
#mainMenu li.submission span.deadline,
#mainMenu li.registration span.deadline {
    display: block;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.3;
    text-align: right;
    text-shadow: 0 0 3px #000000;
    padding: 8px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    right: 0;
    bottom: 0;
}

#mainMenu li.conferences{
	background: url(../images/home/btn-conferences.jpg) no-repeat center center;
}
#mainMenu li.invited{
	background: url(../images/home/btn-invited.jpg) no-repeat center bottom;
}
#mainMenu li.submission{
	background: url(../images/home/btn-submission.jpg) no-repeat center bottom;
}
#mainMenu li.videosubmission{
	background: url(../images/home/btn-videosubmission.jpg) no-repeat center center;
}
#mainMenu li.registration{
	background: url(../images/home/btn-registration.jpg) no-repeat center bottom;
}
#mainMenu li.photolibrary{
	background: url(../images/home/btn-photolibrary.jpg) no-repeat center center;
}
#mainMenu li.report{
	background: url(../images/home/btn-report.jpg) no-repeat center center;
}
#mainMenu li.hotels{
	background: url(../images/home/btn-hotels.jpg) no-repeat center center;
}
#mainMenu li.access{
	background: url(../images/home/btn-access.jpg) no-repeat center center;
}
#mainMenu li.plenarySessions{
	background: url(../images/home/btn-plenarySessions.jpg) no-repeat center center;
}
#mainMenu li.program{
	background: url(../images/home/btn-program.jpg) no-repeat center center;
}
#mainMenu li.opie{
	background: url(../images/home/btn-opie.jpg) no-repeat center center;
}

.homeContents #organizer p{
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}
.homeContents #organizer a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
}
.homeContents #organizer .intPartner p{
    display: inline-block;
}
.homeContents #organizer img{
    width: auto;
    height: 54px;
}

/* ----- sidebar ----- */

#sidebar #dead-line-calender,
#sidebar #bnr_area,
#sidebar #info {
    margin-bottom: 24px;
}

#dead-line-calender{
    padding: 16px 20px;
    border: solid 3px #0b4ebd;
}
#dead-line-calender h1{
    color: #ff3535;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0.8em;
}
#dead-line-calender h1:before{
    content: "";
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/common/ImportantDates.jpeg) no-repeat center center;
    background-size: contain;
    margin-right: 0.5em;
    vertical-align: sub;
}
#dead-line-calender ul{
    margin: 0;
}
#dead-line-calender ul li{
    font-size: 14px;
    padding: 0.75em 0;
    border-top: dashed 1px #cccccc;
}
#dead-line-calender ul li:first-child{
    padding-top: 0;
    border-top: none;
}
#dead-line-calender ul li:last-child{
    padding-bottom: 0;
}
#dead-line-calender ul li h3{
    color: #0b4ebd;
    font-size: 110%;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.4em;
}
#dead-line-calender ul li .textwidget{
}

#bnr_area aside{
    margin-top: 16px;
    border: solid 1px #cccccc;
}
#bnr_area aside:first-child{
    margin-top: 0;
}
#bnr_area aside h3{
    display: none;
}
#bnr_area aside img{
    width: 100%;
}

#info h1 {
    font-size: 17px;
    line-height: 1.4;
    padding: 0.5em;
    border-top: solid 3px #0b4ebd;
    border-bottom: solid 1px #cccccc;
}
#info ul{
    margin-bottom: 24px;
    border-bottom: dotted 1px #CCCCCC;
}
#info ul li{
    border-top: dotted 1px #CCCCCC;
}
#info ul li:first-child{
    border-top: none;
}
#info ul li a{
    color: #000000;
    font-size: 14px;
    padding: 0.8em 0.75em;
}
#info ul li span{
    display: block;
    color: #787878;
    font-size: 80%;
    margin-bottom: 0.75em;
}
#info ul li p{
    font-weight: bold;
}
#info .more{
}
#info .more a{
    max-width: 200px;
    color: #0b4ebd;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0.8em;
    border: solid 2px #0b4ebd;
}
#info .more a:hover{
	color: #ffffff;
	background: #0b4ebd;
}

/* ----- 404 ----- */

.page404{
	padding: 44px 0 15px 0 !important;
}
.page404 .text404{
	font-size: 100px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0b4ebd;
}
.page404 .title{
	font-size: 46px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0b4ebd;
	margin: 0 0 24px;
}
.page404 .toptext p{
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 40px;
}

.page404 .subtext{
	margin: 40px 0;
}
.page404 .subtext p{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 24px;
}

.page404 .solution p.empha{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 16px;
}
.page404 .solution p{
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 24px;
}

/* ----- post-password-form ----- */
.post-password-form {
	background: #f2f2f2;
	box-sizing: border-box;
	display: block;
	border: 1px solid #ccc;
	padding: 24px; 
}
.post-password-form p {
	line-height: 1.6;
	margin-bottom: 16px;
}
.post-password-form p:nth-of-type(2) {
	margin-bottom: 0;
}
.post-password-form p input {
	padding: 6px;
	width: 64px;
}
.post-password-form p label {
	padding: 6px 0;
	margin-right: 12px;
}
.post-password-form p label input {
	padding: 8px;
	margin-left: 8px;
	width: 240px;
}

/* ----- pages ----- */

#mainColumn section{
    padding-bottom: 40px;
}
#mainColumn section:last-child{
    padding-bottom: 0;
}
#mainColumn section>*:last-child{
    margin-bottom: 0;
}
section h1{
    color: #0b4ebd;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.25em;
}
section h1 small{
    font-size: 80%;
}
section h2,
h3.page-title{
    color: #0b4ebd;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding: 0.5em 1em 0.5em 1.75em;
    margin-bottom: 1em;
    border-radius: 3px;
    position: relative;
    border: solid 1px #0b4ebd;
}
section h2:before,
h3.page-title:before{
    content: "";
    display: block;
    position: absolute;
    width: 0.4em;
    height: 75%;
    margin: 0;
    background: #0b4ebd;
    border-radius: 2px;
    top: 12.5%;
    left: 0.6em;
}
section h2.colorBack,
h3.page-title.colorBack{
    font-size: 17px;
    letter-spacing: 0;
    padding: 8px 0 8px 32px;
    background: #f3f9ff;
}
section h2.heightTitle,
h3.page-title.heightTitle{
    font-size: 20px;
    padding: 12px 16px 12px 32px;
}
section h2.colorBack span.cancel,
h3.page-title.colorBack span.cancel{
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    padding: 0 6px;
    margin: 0 0 0 8px;
    border-radius: 2px;
    background: #ff3535;
}
section h3{
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    padding: 8px 14px;
    margin: 0 0 20px;
    background: #0b4ebd;
    border-radius: 3px;
}
section h4{
	margin-bottom: 12px;
}
section h5{
}
section h6{
}
section p,
section li{
    font-size: 15px;
    line-height: 1.5;
}
section p,
section ol,
section ul{
    font-size: 15px;
    margin-bottom: 1.5em;
}
section ol,
section ul{
    margin-left: 1.25em;
    list-style-position: outside;
}
section li{
    margin-top: 0.5em;
}
section ul li{
    list-style-type: disc;
}
section ol li{
    list-style-type: decimal;
}

section dl.tableDl{
    width: 100%;
    margin-bottom: 1.5em;
    background: #f2f2f2;
    border: solid 1px #cccccc;
    border-top: none;
}
section dl.tableDl dt,
section dl.tableDl dd{
    font-size: 90%;
    float: left;
    padding: 0.75em 1em;
    border-top: solid 1px #cccccc;
}
section dl.tableDl dt{
    clear: both;
    width: 160px;
    text-align: left;
    font-weight: 500;
}
section dl.tableDl dd{
    width: calc(100% - 160px);
    background: #ffffff;
    border-left: solid 1px #cccccc;
}
section .img2,
section .img3,
section .img4{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 20px;
    margin-bottom: 2em;
}
section .img2 figure,
section .img3 figure,
section .img4 figure{
    margin-bottom: 0;
}
section .img2 figure{
    width: calc((100% - 20px) / 2);
}
section .img3 figure{
    width: calc((100% - 40px) / 3);
}
section .img4 figure{
    width: calc((100% - 60px) / 4);
}
section figure.border img{
    border: solid 1px #cccccc;
}
section figcaption{
    font-size: 13px;
    line-height: 1.6;
    padding-top: 0.5em;
}
section .flex-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 16px;
}
section .flex-wrap>div.text-wrap{
        width: calc(65% - 28px);
}
section .flex-wrap>figure{
        width: 35%;
}
section .flex-wrap>*.left{
        order: 1;
}
section .flex-wrap>*.right{
        order: 2;
}
section .flex-wrap.box2>*{
        width: calc((100% - 16px) / 2);
}
section .flex-wrap.box3>*{
        width: calc((100% - 32px) / 3);
}
section .flex-wrap.box4>*{
        width: calc((100% - 48px) / 4);
}
@media (max-width: 1199px){
	section .flex-wrap.box2>*{
	        width: 100%;
	}
	section .flex-wrap.box3>*,
	section .flex-wrap.box4>*{
	        width: calc((100% - 16px) / 2);
	}
}


/* ----- conference ----- */

#mainColumn.conference{
}
#mainColumn.conference h1+p{
    margin-top: -1.5em;
    margin-bottom: 2em;
}
#mainColumn.conference ul.disc li img{
    height: 1.5em;
}

.conferences_btn ul,
.download_btn{
	margin: 0 !important;
}
.conferences_btn ul li,
.download_btn li{
    display: block;
    background: #cccccc;
    float: left;
    margin: 0 0 12px 12px !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    overflow: hidden;
}
@media screen and (min-width: 980px){
	.conferences_btn ul li,
	.download_btn li{
	    width: calc((100% - 24px) / 3);
	}
	.conferences_btn ul li:nth-child(3n+1),
	.download_btn li:nth-child(3n+1){
	    clear: both;
	    margin-left: 0 !important;
	}
}
@media screen and (max-width: 979px){
	.conferences_btn ul li,
	.download_btn li{
	    width: calc((100% - 12px) / 2);
	}
	.conferences_btn ul li:nth-child(2n+1),
	.download_btn li:nth-child(2n+1){
	    clear: both;
	    margin-left: 0 !important;
	}
}

.conferences_btn ul li a,
.conferences_btn ul li span,
.download_btn li a,
.download_btn li span{
    display: block;
    color: #ffffff;
    font-weight: 500;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
}
.conferences_btn ul li.siteurl a,
.conferences_btn ul li.siteurl span{
    background: #29a4e8;
}
.conferences_btn ul li.callforpaper a,
.conferences_btn ul li.callforpaper span{
    background: #f52a01;
}
.conferences_btn ul li.program a,
.conferences_btn ul li.program span{
    background: #f48f00;
}
.conferences_btn ul li span,
.download_btn li span{
    opacity:0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
.conferences_btn ul li:hover{
    ackground: #ffffff;
}

.download_btn li a,
.download_btn li span{
    color: inherit;
    border: solid 2px #cccccc;
}
.download_btn li a{
    background: #ffffff;
}
.download_btn li.submitapaper a,
.download_btn li.submitapaper span{
    color: #ffffff;
    border: none;
}
.download_btn li.submitapaper a{
    background: #64d0dc;
    font-weight: bold;
}
.download_btn li.submitapaper span{
    background: #999999;
}
.download_btn li a i,
.download_btn li span i{
    font-size: 145%;
    margin-left: 0.5em;
}
.download_btn li.btn_word i{
    color: #2a5699;
}
.download_btn li.btn_pdf i{
    color: #cb0606;
}
.download_btn li span i{
    filter: grayscale(50%);
}

#RegistrationPage .img2{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
#RegistrationPage .img2 figure{
    width: calc((100% - 20px) / 2);
}

.reg_btn{
    font-size: 0;
    margin-bottom: 40px;
}
#RegistrationPage .reg_btn{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.reg_btn.center{
    text-align: center;
}
.reg_btn a,
.reg_btn span{
    display: inline-block;
    width: 280px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    padding: 1em;
    margin-left: 12px;
    border-radius: 3px;
}
.reg_btn>*:first-child{
    margin-left: 0;
}
.reg_btn a.member{
    background: #ff0000;
}
.reg_btn a.invitation{
    width: fit-content;
    background: #b2a1c7;
}
.reg_btn a.Submit{
    background: #f52a01;
}
.reg_btn a.howto{
    background: #0b4ebd;
}
.reg_btn a.ForInvitedSpeakers{
    background: #03a50f;
}
.reg_btn span{
    background: #cccccc;
}
.reg_btn .forSpeakers{
    color: #303092;
    width: fit-content;
    background: #fff101;
}
@media screen and (min-width: 980px){
	.reg_btn .Submit{
	    width: calc((100% - 12px) / 2);
	    float: left;
	    padding: 2em 1em;
	    background: #f52a01;
	}
	.reg_btn .howto,
	.reg_btn .ForInvitedSpeakers{
	    width: calc((100% - 12px) / 2);
	    font-size: 19px;
	    float: left;
	    padding: 1em;
	}
	.reg_btn a.howto{
	    margin-bottom: 12px;
	}
	.reg_btn .forSpeakers{
	    width: calc((100% - 12px) / 2);
	    padding: 2em 1em;
	}
}
@media screen and (max-width: 979px){
        .reg_btn .Submit,
	.reg_btn .howto,
	.reg_btn .ForInvitedSpeakers{
	    width: 100%;
	    font-size: 19px;
	    padding: 1em;
	    margin-top: 12px;
	    margin-left: 0;
	}
        .reg_btn>*:first-child{
            margin-top: 0;
	}
}

#page-link{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: 0;
}
#page-link li{
    float: left;
    list-style: none;
}
@media screen and (min-width: 1200px){
	#page-link li{
	    width: calc((100% - 32px) / 3);
	    margin: 0 0 16px 16px;
	}
	#page-link.long li{
	    width: calc((100% - 16px) / 2);
	    margin: 0 0 16px 16px;
	}
	#page-link.long li:nth-child(3n+1){
	    clear: inherit;
	    margin-left: 16px;
	}
	#page-link li:nth-child(3n+1),
	#page-link.long li:nth-child(2n+1){
	    clear: none;
	    margin-left: 0;
	}
	#page-link.nofloat li{
	    width: 100%;
	    float: none;
	    margin: 16px 0 0;
	}
	#page-link.nofloat li:first-child{
	    margin-top: 0;
	}
	#page-link.nofloat li:nth-child(2n+1){
	    margin-left: 0;
	}
}
@media screen and (max-width: 1199px){
	#page-link li{
	    width: calc((100% - 16px) / 2);
	    margin: 0 0 16px 16px;
	}
	#page-link li:nth-child(2n+1){
	    clear: none;
	    margin-left: 0;
	}
	#page-link.long li,
	#page-link.nofloat li{
	    width: 100%;
	    float: none;
	    margin: 16px 0 0;
	}
	#page-link.long li:first-child,
	#page-link.nofloat li:first-child{
	    margin-top: 0;
	}
	#page-link.long li:nth-child(2n+1),
	#page-link.nofloat li:nth-child(2n+1){
	    margin-left: 0;
	}
}
#page-link li a{
    display: block;
    color: #0b4ebd;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    padding: 0.75em 1em;
    border: solid 1px #0b4ebd;
}
#page-link li a small{
    opacity: 0.85;
    display: block;
    font-size: 80%;
    font-weight: 500;
    margin-top: 0.1em;
}
#page-link li a:hover{
    opacity: 1;
    color: #ffffff;
    background: #0b4ebd;
}

/* ----- article ----- */

#content article {
    font-size: 15px;
    margin: 0 0 20px;
    padding: 24px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
}
#content article .entry-header {
	margin: 0 0 16px;
    border-bottom: none;
}
#content h1.entry-title {
    color: #0b4ebd;
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: normal;
    text-decoration: none;
}
#content h1.entry-title a{
    color: #0b4ebd;
}
#content article h1 span {
	color: #999999;
    font-size: 14px;
    margin-left: 8px;
}
#content article .entry-content,
#content article .entry-summary {
    font-size: 15px;
    line-height: 1.6;
}

.post-navigation {
    margin: 0 0 40px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
}
.post-navigation .nav-links{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.post-navigation .nav-links:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.post-navigation .nav-links a{
    width: 50%;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    padding: 20px 0;
    text-decoration: none;
    box-sizing: border-box;
}
.post-navigation .nav-links a:hover{
	background: #f2f2f2;
}
.post-navigation .nav-links a[rel="prev"]{
	float: left;
    text-align: left;
    padding-right: 24px;
}
.post-navigation .nav-links a[rel="next"]{
	float: right;
    text-align: right;
    padding-left: 24px;
}

#content article div.renmei{
    float: right;
    width: 100%;
	margin-top: 40px;
}

#content article div.renmei figure{
    margin-right: 3%;
    float: left;
    font-size: 13px;
}

#content article div.renmei figure img{
	width: 110px;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 32px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}

/* ----- About OPIC ------ */


section .leftColumn{
    float: left;
    padding-right: 28px;
}
section .rightColumn{
    float: right;
}
section .rightColumn .organization_logo li{
    list-style-type: none;
}
@media screen and (min-width: 1100px){
	section .leftColumn{
            width: calc((100% - 292px) - 1.25em);
	}
	section .rightColumn{
	    width: 292px;
	}
	section .rightColumn .organization_logo li{
	    width: calc((100% - 8px) / 2);
	    float: left;
	    margin-top: 0;
	    margin-left: 8px;
	    margin-bottom: 8px;
	}
	section .rightColumn .organization_logo li:nth-child(2n+1){
	    clear: both;
	    margin-left: 0;
	}
}
@media screen and (max-width: 1099px){
	section .leftColumn{
	    width: calc((100% - 110px) - 1.25em);
	}
	section .rightColumn{
	    width: 110px;
	}
	section .rightColumn .organization_logo li{
            margin-top: 12px;
	}
	section .rightColumn .organization_logo li:first-child{
	    margin-top: 0;
	}
}

/* ----- organization ------ */

section dl.organizerList dt,
section dl.organizerList dd{
    float: left;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0.5em;
}
section dl.organizerList dt{
    clear: both;
    width: 80px;
}
section dl.organizerList dd{
    width: calc(100% - 80px);
    padding-left: 0.5em;
    padding-top: 0.45em;
}

/* ----- committee ------ */

.belong{
    color: #666666;
    font-size: 80%;
    word-break: break-all;
}
section p .belong,
section li .belong{
    display: block;
    margin-top: 0.2em;
}
.chairsProfile{
    margin-bottom: 40px;
}
@media screen and (min-width: 1120px){
	.chairsProfile .half{
	    width: calc((100% - 20px) / 2);
	    float: left;
	    margin-left: 20px;
	    margin-bottom: 20px;
	}
	.chairsProfile .half:nth-child(2n+1){
	    clear: both;
	    margin-left: 0;
	}
}
@media screen and (max-width: 1119px){
	.chairsProfile .half{
	    margin-bottom: 24px;
	}
}
.chairsProfile figure.img{
    width: 160px;
    float: left;
    border: solid 1px #cccccc;
}
.chairsProfile figure.img img{
    width: 100%;
}
.chairsProfile .text{
    width: calc(100% - 160px);
    float: left;
    padding-left: 20px;
}
.chairsProfile p.name{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.5em;
}

/* sponsor */

.sponsor_list,
.sponsor_list_long{
    text-align: left;
    list-style-type: none !important;
    margin-left: 0;
}
.sponsor_list li{
    float: left;
    margin-top: 0;
    margin-left: 12px;
    margin-bottom: 12px;
    border: solid 1px #cccccc;
    list-style-type: none !important;
}
@media screen and (min-width: 1100px){
	.sponsor_list li{
	    width: calc((100% - 24px) / 3);
	}
	.sponsor_list li:nth-child(3n+1){
            clear: both;
	    margin-left: 0;
	}
}
@media screen and (max-width: 1099px){
	.sponsor_list li{
	    width: calc((100% - 12px) / 2);
	}
	.sponsor_list li:nth-child(2n+1){
            clear: both;
	    margin-left: 0;
	}
}
.sponsor_list_long li{
    max-width: 736px;
    margin: 0 0 16px;
    list-style-type: none !important;
    border: solid 1px #cccccc;
}
.sponsor_list_long li:last-child{
    margin-bottom: 0;
}

/* Travel */

#travel ul.travelList li a{
display: block;
    color: #0b4ebd;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-decoration: none;
    position: relative;
    text-align: center;
    padding: 68% 0 2% 0;
}

#travel div.travelList{
    margin-bottom: 1.5em;
}
#travel figure.leftImg{
    width: 300px;
    float: left;
    padding: 8px;
    border: 2px solid #cccccc;
}
#travel figure figcaption{
    color: #0b4ebd;
    font-weight: 500;
    text-align: center;
    padding-top: 0.75em;
    padding-bottom: 0.25em;
}
#travel div.linkList{
    width: calc(100% - 300px);
    float: left;
    padding-left: 28px;
}
#travel div.linkList ul{
    margin-left: 0;
}
#travel div.linkList ul li{
    font-weight: 600;
    list-style: none;
    margin: 1.25em 0 0;
    padding-left: 0.75em;
    border-left: 5px solid #0b4ebd;
}
#travel div.linkList ul li:first-child{
    margin-top: 0;
}
#travel div.linkList ul li span{
    font-size: 90%;
    font-weight: normal;
}

/* contact */

#contactform{
}
#contactform dl{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	background: #f2f2f2;
    border: solid 1px #cccccc;
    border-top: none;
}
#contactform dl dt,
#contactform dl dd{
    float: left;
    font-size: 14px;
    line-height: 1.4;
    border-top: solid 1px #cccccc;
}
#contactform dl dt{
    clear: both;
    width: 160px;
    font-weight: bold;
    padding: 1em 1.25em;
}
#contactform dl dt span.red{
    font-size: 12px;
    font-weight: none;
    margin: 0 0 0 8px;
}
#contactform dl dd{
    width: calc(100% - 160px);
    padding: 1em 1.25em;
    background: #ffffff;
    border-left: solid 1px #cccccc;
}
#contactform dl dd small{
    display: block;
    color: #666666;
    font-size: 14px;
    margin: 4px 0 0;
}
#contactform dl dd span.wpcf7-form-control-wrap .wpcf7-list-item{
    margin: 0 16px 0 0;
}
#contactform dl dd span.wpcf7-form-control-wrap.course .wpcf7-list-item{
    display: block;
    margin: 8px 0 0;
}
#contactform dl dd span.wpcf7-form-control-wrap.course .wpcf7-list-item:first-child{
    margin-top: 0;
}
#contactform dl dd input,
#contactform dl dd textarea{
    max-width: 100%;
    font-size: 15px;
    line-height: 1.4;
    padding: 2px;
}
#contactform .submit{
    text-align: center;
    margin: 24px auto;
}
#contactform .submit input{
    display: inline-block;
    width: 200px;
    font-size: 15px;
    font-family: "Noto Sans Japanese",san-serif;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-align: center;
    padding: 1.25em;
    border-radius: 3px;
    border: solid 2px #cccccc;
    cursor: pointer;
}

.wpcf7-response-output{
    color: #333333;
    line-height: 1.4;
    text-align: center;
    padding: 12px 0;
}
.wpcf7-mail-sent-ok{
	display: none;
}

/* ----- InsideContentsImg ----- */

#RegistrationPage .InsideContentsImg {
    max-width: 500px;
    margin-bottom: 1.5em;
}
#submission .InsideContentsImg {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    width: 100%;
    max-width: inherit;
    margin-bottom: 1.5em;
}
#submission .InsideContentsImg>figure{
    width: calc((100% - 28px) / 2);
}
#submission .InsideContentsImg>div{
    width: calc((100% - 28px) / 2);
    display: grid;
    gap: 1rem;
   align-content: start;
}
#submission .deadline-paper>*{
    width: 100%;
}

/* ----- Timeline ----- */

.Timeline {
    min-width: 320px;
    float: left;
    padding: 12px 16px 16px;
    margin-bottom: 1.5em;
    border: 3px solid #0693e3;
}
.Timeline h1 {
    color: #0693e3;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.8em;
}
.Timeline ul {
    margin: 0;
}
.Timeline ul li {
    font-size: 14px;
    list-style-type: none;
    padding: 0.75em 0;
    margin-top: 0;
    border-top: dashed 1px #cccccc;
}
.Timeline ul li:first-child {
    padding-top: 0;
    border-top: none;
}
.Timeline ul li h4 {
    font-size: 110%;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.4em;
}
.Timeline ul li p {
    font-size: inherit;
    line-height: 1;
    margin: 0;
}

/* ----- invited Speaker ----- */

section ul#speakersList{
    margin-left: 0;
    border-bottom: solid 1px #cccccc;
}
section ul#speakersList li{
    list-style-type: none;
    padding: 0.75em 0;
    border-top: solid 1px #cccccc;
}
section ul#speakersList li:first-child{
}
section ul#speakersList li>*:last-child,
section ul#speakersList li .textWrap>*:last-child{
    margin-bottom: 0 !important;
}
section ul#speakersList li.photo{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
section ul#speakersList li.photo figure.thumb{
    width: 80px;
    margin-bottom: 0;
}
section ul#speakersList li.photo figure+div.textWrap{
    width: calc(100% - 80px - 16px);
}
section ul#speakersList li p.name{
    margin-bottom: 0.25em;
}
section ul#speakersList li p.name strong{
}
section ul#speakersList li p.name small{
    color: #666666;
    margin-left: 0.5em;
}
section ul#speakersList li p.name small:before{
    content: "(";
}
section ul#speakersList li p.name small:after{
    content: ")";
}
section ul#speakersList li p.themes{
    font-size: 90%;
    font-style: italic;
}
section ul#speakersList li p.themes:before,
section ul#speakersList li p.themes:after{
    content: "''";
}

/* ----- plenary speaker ----- */

section .PlenarySpeakers_high{
    padding: 24px;
    background: #2b377f;
    border-radius: 12px;
}
section .PlenarySpeakers_high a{
    display: block;
    margin-bottom: 1.5em;
}
section .PlenarySpeakers_high>*:last-child{
    margin-bottom: 0 !important;
}

section .plenary{
    position: relative;
    border-bottom: solid 1px #cccccc
}
section h1+div.plenary{
    margin-top: -2em;
}
section .plenary .nameArea{
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
    margin-bottom: 1.5em;
}
section .plenary figure.thumb{
    width: 160px;
    height: 180px;
    overflow: hidden;
}
section .plenary div.text{
    width: calc(100% - 160px - 24px);
}
section .plenary div.text p{
    margin-bottom: 0.5em;
}
section .plenary div.text p.name{
    font-size: 20px;
    font-weight: 600;
}
section .plenary div.text p.belong{
    margin-bottom: 1.5em;
}
section .plenary div.text p.themes{
    color: #0b4ebd;
    font-weight: 600;
    line-height: 1.3;
    text-indent: -4.5em;
    margin-left: 4.55em;
}
section .plenary div.text p.time{
    color: #666666;
    font-size: 90%;
    font-weight: 500;
}
section .plenary div.text .btns{
    position: absolute;
    right: 0;
    top: 2em;
}
section .plenary div.text .btns a{
    display: inline-block;
    width: fit-content;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    padding: 0.75em 2em;
    border-radius: 2px;
    background: #0b4ebd;
}
section .plenary div.text>*:last-child{
    margin-bottom: 0 !important;
}
section .plenary .abstract{
    padding: 16px;
    margin-bottom: 1.5em;
    border: solid 1px #cccccc;
    border-radius: 1px;
}
section .plenary .abstract h4.title{
    line-height: 1.4;
    margin-bottom: 0.5em;
}
section .plenary .bio {
    padding: 20px;
    margin-bottom: 1.5em;
    background: #f2f2f2;
    border-radius: 1px;
}
section .plenary .abstract p,
section .plenary .bio p{
    font-size: 80%;
}
section .plenary .abstract p.title{
}
section .plenary .abstract>*:last-child,
section .plenary .bio>*:last-child{
    margin-bottom: 0 !important;
}

/* past videos */

section.pastvideos h2{
    color: inherit;
    font-weight: 600;
}
section.pastvideos h2 .belong{
    display: inline-block;
    font-size: 70%;
    font-weight: normal;
    margin-bottom: 0.25em;
}
section.pastvideos h2 .themes{
    display: inline-block;
    color: #0b4ebd;
    font-size: 70%;
    font-weight: 500;
    line-height: 1.4;
    text-indent: -5em;
    margin-left: 5em;
}

/* ----- sponsor ----- */
#sponsorsPage .companyName {
    float: left;
    line-height: 94px;
    margin-bottom: 0;
}
#sponsorsPage .companyLogo {
    float:right;
    border: solid 1px #cccccc;
}
#sponsorsPage .productInfo {
    display: flex;
    justify-content: space-between;
    line-height: 1.5;
}
#sponsorsPage .productzUl ul,
#sponsorsPage .productzImg ul {
    width: 100%;
    margin-left: 0;
}
#sponsorsPage .productzUl ul li {
    width: 33%;
}
#sponsorsPage .productzImg ul li{
    width: 48%;
}
#sponsorsPage .col1 {
	clear: both;
    text-align: center;
}
#sponsorsPage .col1 img:hover {
    filter: opacity(70%);
}
#sponsorsPage .productInfo ul li {
    list-style: none;
    float: left;
    text-align: center;
}
#sponsorsPage .productInfo ul li img:hover {
    filter: opacity(70%);
}

@media all and (max-width:1100px) { 
    #sponsorsPage .companyName {
	float: inherit;
    }
    #sponsorsPage .companyLogo {
	float: inherit;
    }
}


/* ----- home(2023) ----- */

#homeContents{
}

#mainSlider{
    margin-bottom: 64px;
    position: relative;
}
#mainSlider .metaslider .caption-wrap{
    background: #0b4ebd;
    opacity: 0.9;
}
#mainSlider .metaslider .caption{
    font-family: Centry Gothic Bold;
    fomt-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.02em;
    padding: 0.75em 1.25em;
}
@media screen and (min-width: 1000px){
	#mainSlider .metaslider .caption{
	    font-size: 19px;
	}
}
@media screen and (max-width: 999px){
	#mainSlider .metaslider .caption{
	    font-size: 15px;
	}
}

#spConf{
    margin-bottom: 2.5em;
}
#spConf>p{
    width: 100%;
    color: #ffffff;
    font-size: 180%;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    padding: 0.4em 0.5em;
    margin-bottom: 0.75em;
    background: #0b4ebd;
}
#spConf .conflist{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
#spConf .conflist .confBox{
    padding: 6px;
    background: rgb(186,224,231);
    background: linear-gradient(90deg, rgba(186,224,231,1) 0%, rgba(7,111,181,1) 100%);
    border-radius: 20px;
}
#spConf .conflist .confBox .border{
    height: 100%;
    padding: 20px;
    background: rgb(0,19,94);
    background: linear-gradient(180deg, rgba(0,19,94,1) 0%, rgba(198,222,236,1) 100%);
    border-radius: 16px;
}
#spConf .conflist .confBox:before{
    content: "";
}
@media screen and (min-width: 980px){
	#spConf .conflist .confBox{
/*	    width: calc(100% / 3);*/
	    width: calc((100% - 24px) / 3);
	}
	#spConf .conflist .confBox:nth-child(3n+1){
	    margin-left: 0;
	    border-left: none;
	}
}
@media screen and (max-width: 979px){
	#spConf .conflist .confBox{
/*	    width: calc(100% / 2);*/
	    width: calc((100% - 12px) / 2);
	}
	#spConf .conflist .confBox:nth-child(2n+1){
	    margin-left: 0;
	    border-left: none;
	}
}
#spConf .confBox p.title{
/*
    color: #212121;
*/
    color: #ffffff;
    font-size: 130%;
    font-weight: 800;
    margin-bottom: 0.6em;
}
#spConf .confBox p.title small{
    display: inline-block;
    font-size: 55%;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 0.5em;
}
#spConf .confBox .chairs{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 12px;
}
#spConf .confBox .chairs figure{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 8px;
    align-items: center;
}
#spConf .confBox .chairs figure img{
    width: 64px;
    border-radius: 5px;
}
#spConf .confBox .chairs figure figcaption{
    color: #ffffff;
    width: calc(100% - 8px - 64px);
    font-size: 80%;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    text-shadow: 0 0 3px rgba(0,0,0,0.9);
}
@media (min-width: 1400px){
	#spConf .confBox .chairs.chair4 figure{
	    width: calc((100% - 12px) / 2);
	}
}

#travel.hotel figure{
    margin-bottom: 2.5em;
}
#travel.hotel ol.decimal{
    display: grid;
    gap: 1.5em;
}
#travel.hotel ol.decimal li{
    color: #0b4ebd;
    padding-left: 0.5em;
    margin-top: 0;
    font-size: 95%;
}
#travel.hotel ol.decimal li a{
    color: #0b4ebd;
}

/* ----- new year greeting ---- */

#newYearGreeting{
    margin-bottom: 40px;
}
#newYearGreeting h3{
    color: #0b4ebd;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0.75em;
}
#newYearGreeting p{
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 1.25em;
}
#newYearGreeting figure{
    max-width: 640px;
}
#newYearGreeting .img4{
    max-width: 640px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
#newYearGreeting .img4 figure{
    width: calc((100% - 48px) / 4);
}
#newYearGreeting .img4 figure figcaption{
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    padding-top: 0.75em;
}

/* seminar */

section .seminar{
    position: relative;
    margin-bottom: 2em;
    border-bottom: solid 1px #cccccc;
}
section .seminar .nameArea{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 24px;
    margin-bottom: 1.5em;
}
section .seminar figure.thumb{
    width: 160px;
    height: 180px;
    overflow: hidden;
    order: 2;
}
section .seminar figure.thumb-2{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: calc((160px * 2) + 12px);
}
section .seminar figure.thumb-2 img{
    display: block;
    width: 160px;
}
section .seminar div.text{
    width: calc(100% - 160px - 24px);
    order: 1;
}
section .seminar div.text.thumb-2{
    width: calc(100% - 320px - 48px);
}
section .seminar div.text h3{
    font-weight: 600;
    line-height: 1.6;
    padding: 0 !important;
    margin-bottom: 0.5em;
    background: transparent !important;
    border: none !important;
}
section .seminar div.text p{
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 0.5em;
}
section .seminar div.text p.name{
    font-weight: 500;
    text-align: right;
    margin-bottom: 1em;
}
section .seminar div.text>*:last-child{
    margin-bottom: 0 !important;
}
#seminar .btns{
    text-align: right;
    margin-bottom: 2em;
}
#seminar .btns a{
    display: inline-block;
    width: fit-content;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 0.75em 2em;
    border-radius: 2px;
    background: #0b4ebd;
}
#seminar h3{
    color: inherit;
    padding: 0.75em 0.25em;
    background: transparent;
    border-top: solid 3px #121212;
    border-bottom: dashed 1px #121212;
}
#seminar dl{
    display: flex;
    flex-wrap: wrap;
    gap: 0.3em 0;
    margin-bottom: 2.5em;
}
#seminar dl>*{
    font-size: 95%;
    line-height: 1.6;
}
#seminar dl dt{
    width: 7em;
    font-weight: 600;
}
#seminar dl dd{
    width: calc(100% - 7em);
}

#reception .img2 figure{
    aspect-ratio: 3 / 2;
    overflow: hidden
}