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


html {
	overflow-y: scroll;
	background: #ec7c31;
}
body{
    color: #333;
    font-family: "Noto Sans Japanese",san-serif;
    min-width: 1100px;
    overflow-x: hidden;
    background: #fff;
}
.inner {
/*    width: 1180px;*/
	width: 100%;
	max-width: 1180px;
	box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
}
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;
}
.pcNone{
    display: none !important;
}

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

.header{
}
.header .inner{
    position: relative;
    min-height: 70px;
}
.header h1{
    width: 420px;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0%, -50%);
}
.header .opicon{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: 40px;
    top: 0;
}
.header div.opicon a {
    width: 80px;
    aspect-ratio: 1 / 0.5;
    text-align: center;
    background: #fff;
    margin-left: 12px;
}
.header div.opicon a.opie {
    padding: 26px 4px;
}
.header div.opicon a.opic {
    padding: 8px 4px;
}
.header .date{
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    position: absolute;
    top: 50%;
    right: 240px;
    transform: translate(0%, -50%);
}

/* ---- HeadMain ---- */

/* homeのみ */

#HeaderPC {
    background: url(../images/common/mainimg.jpg) no-repeat top center;
 /*   background-size: cover;
    height: 70vh;
	background-size: contain;*/

    height: 420px;
    position: relative;
}
#HeaderPC .HeadMain {
    padding-top: 16px;
    padding-bottom: 16px;
    background: rgba(255,255,255,0.9);
    box-shadow: 1px 1px 8px rgb(0 0 0 / 40%);
}

/* HeadMain - home以外 */
#InsideHeaderPC {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 6px solid #ec7c31;
}
#InsideHeaderPC h1 {
	width: 616px;
	margin-left: 0;
}

/* ------- global nav ------- */
#globalnav{
    width: 100%;
    background: #ec7c31;
}
#globalnav .inner{
    min-height: auto;
}
#globalnav ul{
    width: 100%;
    display: flex;
}
#globalnav ul li{
    position: relative;
    flex-basis: auto;
    flex-grow: 1;
}
#globalnav ul li:first-child{
    border-left: solid 1px #fff;
}
#globalnav ul li a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 1em 0.5em;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
#globalnav ul li a:hover{
    background: #e6520a;
}
#globalnav ul.sub-menu{
    display: none;
    min-width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 500;
}
#globalnav ul li:hover ul.sub-menu{
    display: block;
}
#globalnav ul li ul li{
    display: block;
    padding-top: 2px;
    border: none !important;
}
#globalnav ul li ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    padding: 1em;
    background: rgba(60,60,60,0.85);
    border-left: none;
    border-right: none;
}
#globalnav ul li ul li a:hover {
    background: rgba(236,124,49, 0.8);
}

/* ------- pagetop ------- */
#pagetop{
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto;
    border: 48px solid transparent;
    border-bottom: 36px solid #ec7c31;
}
#pagetop a{
    display: block;
    width: 80px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding-top: 24px;
    margin-left: -40px;
}

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

#footer{
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background: #ec7c31;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

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

#contents{
    padding-top: 2.5em;
}

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

#page-header{
    padding-top: 4.5em;
    padding-bottom: 4.5em;
    background: url(../images/common/mainimg2.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}
#page-header:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
#page-header h2{
    color: #ffffff;
    font-size: 48px;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 0 2px #000000;
    position: relative;
}

#breadcrumb{
    padding-top: 1em;
    padding-bottom: 1em;
    background: #e5e5e5;
}
#breadcrumb ol{
    font-size: 0;
    text-align: center;
}
#breadcrumb ol li{
    display: inline;
    font-size: 13px;
    margin-left: 0.25em;
}
#breadcrumb ol li:first-child{
    margin-left: 0;
}
#breadcrumb ol li:after{
    content: ">";
    margin: 0 0.25em 0 0.5em;
    opacity: 0.5;
}
#breadcrumb ol li:last-child::after{
    content: none;
}
#breadcrumb ol li a{
    display: inline;
    text-decoration: underline;
}

/* ------- section ------- */

section{
    padding-bottom: 2.5em;
}
section>*:last-child{
    margin-bottom: 0;
}
section p, section li{
    font-size: 14px;
    line-height: 1.6;
}
section p,
section ul,
section ol,
section dl{
    margin-bottom: 1.5em;
}
section ul.disc li{
	margin-top: 16px;
}
section ul.disc li:first-child ,
section ol.decimal li:first-child{
	margin-top: 0;
}
section p.catchcopy{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin: 0 0 12px;
}
section h1{
    color: #222;
    font-size: 28px;
    margin-bottom: 0.8em;
}
section h2{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 0.25em;
    margin-bottom: 0.75em;
    border-bottom: solid 3px #ec7c31;
}
section h3{
    color: #ec7c31;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.25em;
}
section .img2,
section .img3,
section .img4{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(2.5em - 1.5em);
}
section .img2 figure,
section .img3 figure,
section .img4 figure{
    margin-left: 20px;
    margin-bottom: 1.5em;
}
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 .img2 figure:nth-child(2n+1),
section .img3 figure:nth-child(3n+1),
section .img4 figure:nth-child(4n+1){
    margin-left: 0;
}

/* ----- InnerMenu ----- */
#InnerMenu {
    display: flex;
    flex-wrap: wrap;
}
#InnerMenu li {
    width: calc((100% - 60px) / 4);
    margin-left: 20px;
    margin-bottom: 20px;
}
#InnerMenu li:nth-child(4n+1) {
    margin-left: 0;
}
#InnerMenu li a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 1.25em 1em;
    border-radius: 2px;
    border: 3px solid #ddd;
}

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

section#introduction{
}
.IntroductionFloat {
    width: 378px;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
section#index_float {
    display: flex;
    flex-wrap: wrap;
}
#important{
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
    padding: 1.25em 1.5em;
    border: double 6px #cc0000;
}
#important h2{
    color: #cc0000;
    font-size: 23px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 0.5em;
    border: none;
}
#important p{
    margin-bottom: 0.5em;
}
#important p strong{
    color: #cc0000;
    font-weight: 500;
}

#index_float #information{
    width: calc((100% - 40px) / 2);
}
#information .btns{
}
#information .btns a{
    color: #ffffff;
    width: fit-content;
    padding: 0.75em 2em;
    margin: 0 auto;
    border-radius: 40px;
    background: #ec7c31;
}
ul.infoList li{
    margin-top: 0.5em;
}
ul.infoList li:first-child{
    margin-top: 0;
}
ul.infoList li p.date{
    width: 96px;
    float: left;
    font-weight: 500;
    margin: 0;
    opacity: 0.8;
}
ul.infoList li p.title{
    width: calc(100% - 96px);
    float: left;
    margin: 0;
}

/* ----- Chairs ----- */

div.chairsOneblock {
    display: flex;
}
div.chairsOneblock>div {
    flex-basis: auto;
    flex-grow: 1;
    margin-left: 40px;
}
div.chairsOneblock>div:first-child {
    margin-left: 0;
}
div.chairsOneblock>div h3{
    margin-bottom: 0.75em;
}
div.chairsOneblock ul.chairs,
div.chairsOneblock ul.co-chairs {
    margin: 0;
    display: flex;
}
div.chairsOneblock ul.chairs li,
div.chairsOneblock ul.co-chairs li {
    width: 160px;
    margin: 0;
    margin-left: 16px;
}
div.chairsOneblock ul.chairs li:first-child,
div.chairsOneblock ul.co-chairs:first-child {
    margin-left: 0;
}
div.chairsOneblock ul.chairs li figure {
    background: #f2f2f2;
    margin-bottom: 0.75em;
}
div.chairsOneblock ul.chairs li p {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 0;
}
div.chairsOneblock ul.chairs li p small{
    display: inline-block;
    font-size: 80%;
    opacity: 0.9;
    word-break: break-word;
}

/* ----- Scope ----- */
ul#major {
    display: flex;
    flex-wrap: wrap;
}
ul#major li {
    width: calc((100% - 28px) / 2);
    margin-left: 28px;
    margin-bottom: 28px;
    padding: 1.5em;
    border: 4px solid #e5e5e5;
    border-radius: 4px;
}
ul#major li:nth-child(2n+1) {
    margin-left: 0;
}
ul#major li>:last-child{
    margin-bottom: 0;
}
ul#major li h3 {
    margin-bottom: 0.5em;
}
ul#major li h3:first-letter{
    font-size: 150%;
    margin-right: 0.25em;
}

/* ----- sponsoredBy・InCooperationWith ----- */

#sponsoredBy,
#InCooperationWith {
    display: flex;
    flex-wrap: wrap;
}
#sponsoredBy li,
#InCooperationWith li {
    width: calc((100% - 72px) / 4);
    margin-left: 24px;
    margin-bottom: 24px;
}
#sponsoredBy li:nth-child(4n+1),
#InCooperationWith li:nth-child(4n+1) {
    margin-left: 0;
}
#sponsoredBy li figure,
#InCooperationWith li figure {
    margin-bottom: 0.75em;
    border: solid 1px #dddddd;
}
#sponsoredBy li p,
#InCooperationWith li p{
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

/* ----- CFPDownloadLink ----- */

.LeafletDLPage #CFPDownloadLink {
    display: flex;
}
.LeafletDLPage #CFPDownloadLink li {
    margin-left: 20px;
    margin-bottom: 20px;
    width: calc((100% - 40px) / 3);
}
.LeafletDLPage #CFPDownloadLink li:nth-child(3n+1) {
    margin-left: 0;
}
.LeafletDLPage #CFPDownloadLink li a {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1.25em 1em;
    border: solid 1px #cc0000;
    background: #cc0000;
    border-radius: 4px;
}

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

#SteeringCommittee {
    display: flex;
}
#SteeringCommittee .Chair {
    display: flex;
    flex-wrap: wrap;
    width: calc((100% - 56px) / 3);
    margin-left: 28px;
}
#SteeringCommittee .Chair:first-child {
    margin-left: 0;
}
#SteeringCommittee .Chair figure {
    width: 160px;
}
#SteeringCommittee .Chair .text {
    width: calc(100% - 160px);
    padding-left: 16px;
}
#SteeringCommittee .Chair .text h3{
    margin-bottom: 0.5em;
}
#SteeringCommittee .Chair .text p{
}
#SteeringCommittee .Chair .text p small{
    display: inline-block;
    line-height: 1.4;
    opacity: 0.8;
}
.membersList {
}
.membersList li {
    margin-top: 0.25em;
}
.membersList li:first-child {
    margin-top: 0;
}
.membersList li small{
    opacity: 0.8;
}

/* download Button */
.download_btn{
    margin-bottom: 2.5em;
    display: flex;
}
.download_btn li{
    width: calc((100% - 60px) / 4);
    line-height: 1;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
}
.download_btn li:nth-child(4n+1){
    margin-left: 0 !important;
}
.download_btn li a,
.download_btn li span{
    display: block;
    color: #ffffff;
    padding: 1.5em 1em;
    text-align: center;
}
.download_btn li a,
.download_btn li span{
    text-indent: -9999px;
}
.download_btn li a,
.download_btn li span{
    border: solid 1px #cccccc;
}
.download_btn li.btn_word a,
.download_btn li.btn_word span{
    background: #ffffff url(../images/common/temp_w.gif) no-repeat center center;
}
.download_btn li.btn_pdf a,
.download_btn li.btn_pdf span{
    background: #ffffff url(../images/common/temp_p.gif) no-repeat center center;
}
.download_btn li.submitapaper a,
.download_btn li.submitapaper span{
    text-indent: 0;
    border: none;
}
.download_btn li.submitapaper a{
    font-weight: bold;
    background: #64d0dc;
}
.download_btn li.submitapaper span{
    background: #999999;
}
.download_btn li span.unlinked {
    text-indent: 0;
}
.download_btn li a.disable,
.download_btn li span.disable{
    pointer-events: none;
    opacity: 0.8;
    filter: grayscale(100%);
}

/*----- contact -----*/
.mw_wp_form {
    width: 600px;
    margin: 0 auto;
}
.mw_wp_form dl dt,
.mw_wp_form dl dd{
    font-size: 16px;
}
.mw_wp_form dl dt{
    display: inline-flex;
    font-weight: 600;
    padding: 0.25em 0.75em;
    margin-bottom: 1em;
    border-left: 6px solid #ec7c31;
}
.mw_wp_form dl dt .required {
    color: #ff0000;
    font-size: 80%;
    font-weight: normal;
    margin-left: 1em;
}
.mw_wp_form dl dd{
    margin-bottom: 2.5em;
}
.mw_wp_form dl dd input,
.mw_wp_form dl dd textarea{
    width: 100%;
    padding: 8px;
    border: none;
    background: #e5e5e5;
    border-radius: 4px;
}
.mw_wp_form .submit input{
    display: block;
    width: 200px;
    color: #ec7c31;
    font-size: 18px;
    font-family: "Noto Sans Japanese",san-serif;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 0.75em 1em;
    background: #fff;
    border: #ec7c31 4px solid;
    border-radius: 4px;
    cursor: pointer;
}
.mw_wp_form .submit input:hover{
    opacity: 0.5;
}
.mw_wp_form_complete p {
    text-align: center;
    padding: 16px;
    margin: 24px auto 0;
    border: #ec7c31 solid 1px;
}

/*----- contact -----*/
p.contactus {
	background: #f2f2f2;
	padding: 12px;
	margin: 0;
}


/* ----- info Detail ----- */

article#infoDetail{
    max-width: 800px;
}
article#infoDetail #infoHeader{
    border-top: solid 5px #ec7c31;
    border-bottom: dashed 1px #cccccc;
    padding: 16px 8px 24px;
    margin: 0 0 32px;
}
article#infoDetail #infoHeader h3{
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 4px;
}
article#infoDetail #infoHeader p.date{
    color: #666666;
    font-size: 15px;
}
article#infoDetail .letterbody{
	font-size: 16px;
    line-height: 1.8;
    margin: 0 0 40px;
}
article#infoDetail .letterbody p{
    margin: 0 0 24px;
}

nav.post-navigation{
	margin: 40px 0;
	background: url(../img/line.gif) repeat-y center center;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
nav.post-navigation div{
	width: 50%;
}
nav.post-navigation div.prev-post{
	float: right;
	text-align: right;
}
nav.post-navigation div.next-post{
	float: left;
	text-align: left;
}
nav.post-navigation div a{
	display: block;
	color: #231815;
    font-size: 14px;
	line-height:1.5;
	padding: 24px 8px;
	text-decoration: none;
}
nav.post-navigation div a:hover{
	background: #e5e5e5;
}

/*
Default style for WP-PageNavi plugin

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

.wp-pagenavi {
    margin: 40px 0 0;
	text-align: center;
	clear: both;
}
.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;
}

/* ----- 404 ----- */
.notfound {
    padding-top: 4em;
    padding-bottom: 4em;
}
.notfound h1 {
    color: #cccccc;
    font-size: 80px;
    text-align: center;
    margin-bottom: 0.5em;
}
.notfound h2 {
    color: #787878;
    font-size: 20px;
    text-align: center;
}

/* ----- post-password-form ----- */
.post-password-form {
	border: 2px solid #ddd;
	padding: 24px;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 1.4;
}
.post-password-form p {
	margin-bottom: 16px;
}
.post-password-form p:last-child {
	margin-bottom: 0;
}
.post-password-form form:before {
	content: "Password:";
	/*margin-right: 8px;*/
}
.post-password-form input {
	margin: 0 0 0 8px;
	padding: 4px;
}
.post-password-form input {
	margin: 0 0 0 8px;
	padding: 4px 6px 3px;
}

/* ----- Invited/Plenary Talks ----- */
.conference_title {
    color: #01969F;
	margin-bottom: 10px;
}

/* ----- Conference Committee (Members) ----- */
.ProgramCommittee_Members{
	width: 100%;
}
.ProgramCommittee_Members h3{
	margin-top: 1em;
	margin-bottom: .75em;
}
.ProgramCommittee_Members ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.ProgramCommittee_Members ul li{
	width: 33%;
	margin-bottom: .8em;
}

/* ----- program ----- */
p.ev_title{
	padding: 0;
	margin: 0;
}
ul.program_event_list{
	padding: 0 0 0 1em;
}
ul.program_event_list li{
	list-style: disc;
}