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


html {
    overflow-y: scroll;
    background: #0045a4;
}
body{
    color: #333;
    font-family: "Noto Sans Japanese",san-serif;
    min-width: 1100px;
    border-top: solid 8px #0045a4;
    background: #f2f2f2;
}
.inner {
    width: 1180px;
    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{
    padding-top: 20px;
    background: #ffffff;
    border-top: dotted 2px #0045a4;
}
#header .inner{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
#header h1{
    width: 623px;
}
#header .headerRight{
    position: absolute;
    top: calc(50% - 16px);
    right: 40px;
    transform: translate(0%, -50%);
}
#header .headerRight div.opicon{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0.75em;
}
#header .headerRight .opic,
#header .headerRight .opie {
    display: block;
    margin-left: 20px;
}
#header .headerRight .opic img{
    width: 84px;
}
#header .headerRight .opie img{
    width: 140px;
    padding-top: 15px;
}
#header .headerRight div.date{
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.01em;
}



/* ------- global nav ------- */
#globalnav{
    width: 100%;
    background: #0045a4;
}
#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{
}
#globalnav ul li a{
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.01em;
    text-align: center;
    padding: 1.5em 0.5em;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
#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{
    position: fixed;
    right: 16px;
    bottom: 104px;
}
#pagetop a{
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    text-align: center;
    background: #0045a4 url(../images/common/pagetop.png) no-repeat center center;
    position: relative;
    border-radius: 4px;
}

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

#footer{
    color: #fff;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.03em;
    text-align: center;
    padding: 32px 0 40px;
    background: #0045a4;
}


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

#page-header{
}
#page-header h2{
    color: #262228;
    width: auto;
    font-size: 48px;
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    padding-bottom: 0.2em;
    border-bottom: dotted 1px #cccccc;
}

#breadcrumb{
    padding-bottom: 1em;
    padding-top: 1em;
    margin-bottom: 1.5em;
}
#breadcrumb ol{
    font-size: 0;
}
#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.5;
}
section p,
section ul,
section ol,
section dl{
    margin-bottom: 1.5em;
}
section ol.decimal,
section ul.disc{
    margin-left: 1.5em;
}
section ul.disc li{
    margin-top: 0.5em;
    list-style-type: disc;
}
section ol.decimal li{
    margin-top: 0.75em;
    list-style-type: decimal;
}
section ul.disc li:first-child ,
section ol.decimal li:first-child{
    margin-top: 0;
}
section h1{
    color: #222;
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 0.8em;
}
section h1.blackBase{
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
    font-size: 22px;
    font-weight: normal;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 0.05em;
    padding: 8px 16px;
    margin: 0 0 24px;
    background: #333;
    border-radius: 2px;
    margin-bottom: .8em;
}
section h2{
    font-size: 25px;
    font-family: "Times New Roman", Times, serif;
    padding-bottom: 0.3em;
    margin-bottom: 0.75em;
    border-bottom: solid 4px #cccccc;
}
section h3{
    color: #0045a4;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.5em;
}
.table table{
	width: 100%;
	margin: 0 0 16px;
	background: #cccccc;
}
.table table th,
.table table td{
    font-size: 15px;
	line-height: 1.5;
}
.table table th{
	padding: 16px;
	background: #f2f2f2;
}
.table table td{
	padding: 16px;
	background: #ffffff;
}


/* ----- 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 ------- */


#homeContents{
    padding-bottom: 4em;
}
#main{
    max-width: 1100px;
    padding: 40px;
    padding-bottom: 4em;
    margin-top: 40px;
    margin-bottom: 40px;
    background: #ffffff;
    border: solid 1px #cccccc;
}
#mainimg{
    margin-top: 40px;
    margin-bottom: 40px;
}
#info{
    margin-bottom: 1.5em;
}
#info .btns{
}
#info .btns a{
    color: #ffffff;
    width: fit-content;
    padding: 0.75em 2em;
    margin: 0 auto;
    border-radius: 40px;
    background: #0045a4;
}
ul.infoList{
    margin-bottom: 1.5em;
}
ul.infoList li{
    margin-top: 1.25em;
}
ul.infoList li:first-child{
    margin-top: 0;
}
ul.infoList li a{
    display: flex;
    flex-wrap: wrap;
}
ul.infoList li p{
    margin-bottom: 0;
}
ul.infoList li p.date{
    width: 104px;
    font-weight: 500;
    margin-bottom: 0.5em;
    opacity: 0.8;
}
ul.infoList li p.title{
    width: calc(100% - 104px);
}
#important{
    width: fit-content;
    min-width: 50%;
    padding: 1.5em 28px;
    margin-bottom: 1.5em;
    border: solid 3px #ff0000;
}
#important h2{
    color: #ff0000;
    font-size: 21px;
    padding: 0;
    margin-bottom: 0.5em;
    border: none;
}
#important dl{
    margin: 0;
}
#important dl dd,
#important dl dt{
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 0.3em;
}
#important dl dt{
    clear: both;
    color: #333333;
    margin-right: 1.25em;
}
#important dl dd{
    color: #ff0000;
}

ul#sponsor {
	margin: 0;
}
ul#sponsor li{
	width: 307px;
	border: solid 1px #cccccc;
	float: left;
	margin: 0 0 16px 24px;
	list-style-type: none !important;
}
ul#sponsor li:nth-child(3n+1){
	clear: both;
	margin-left: 0;
}
ul#sponsor img {
	margin: 0;
}

/* ----- 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;
}

/* ----- scope ----- */
#scope{
    margin-bottom: 2.5em;
    display: flex;
    flex-wrap: wrap;
}
#scope>li {
    width: calc((100% - 40px) / 3);
    margin-left: 20px;
    list-style-type: none;
    padding: 16px;
    box-shadow: 0 0 4px #ababab;
    border-radius: 2px;
}
#scope>li:nth-child(3n+1) {
    margin-left: 0;
}
#scope h3{
    color: #0045a4;
    font-size: 19px;
    font-weight: 500;
    font-family: "Times New Roman", Times, serif;
    margin-bottom: 0.5em;
    padding-bottom: 0;
    border: none;
}
#scope>li ul.disc {
    margin-bottom: 0;
}
#scope>li ul.disc li {
    font-size: 95%;
}

/* ----- download Button ----- */
.download_btn{
    display: flex;
    flex-wrap: wrap;
}
.download_btn li{
    width: calc((100% - 60px) / 4);
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: inherit;
    background: #cccccc;
    overflow: hidden;
}
.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;
    text-decoration: none;
}
.download_btn li a,
.download_btn li span{
    text-indent: -9999px;
}
.download_btn li span{
    opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
.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{
    border: none;
    text-indent: 0;
}
.download_btn li.submitapaper a{
    background: #64d0dc;
    font-weight: bold;
}
.download_btn li.submitapaper span{
    background: #999999;
}
.download_btn li a.disable,
.download_btn li span.disable{
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.8;
}

/* .CFP_PDF-File */
.CFP_PDF-File {
}
.CFP_PDF-File a {
    width: 300px;
    text-decoration: none;
    color: #0045a4;
    border: solid 2px #0045a4;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.CFP_PDF-File a span {
    display: block;
    font-size: 80%;
    font-weight: normal;
    text-align: center;
    margin-top: 0.5em;
}
.CFP_PDF-File a:hover {
    color: #fff;
    background: #0045a4;
}

/* reg_btn */
.reg_btn a{
  width: 300px;
  text-decoration: none;
  color: #0045a4;
  border: 2px solid #0045a4;
  display: block;
  font-size: 18px;
  text-align: center;
  padding: 17px;
  margin: 1.5em auto 0;
  border-radius: 4px;
  opacity: 1;
  transition: .3s;
}
.reg_btn a:hover{
  opacity: .6;
  transition: .3s;
}

/* .nolink */
.download_btn li.nolink {

}
.download_btn li.nolink a {
	pointer-events: none;
	text-indent: 0 !important;
	background: #efefef;
	color: #888;
	border: solid 1px #cccccc;
}

/*----- 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 #cccccc;
}
.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: #0045a4;
    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: #0045a4 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;
}

/*----- Program -----*/
.program_links a{
  display: inline-block;
  color: #0045a4;
  text-decoration: underline;
}

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

article#infoDetail{
}
article#infoDetail #infoHeader{
    border-top: solid 5px #e0e0e0;
    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;
}
