@charset "UTF-8";

img {
    -webkit-backface-visibility: hidden;
}

/** 準備中 **/
#soon {
	text-align: center;
	padding-top: 120px;
}

/*--------------------------------------------------------------- 
			固有の指定
--------------------------------------------------------------- */

#page-welcome p {
	text-indent: 1em;
	margin-top: 0.2em;
}

#page-welcome .area-Name{
	margin: 3em 0 0;
}
#page-welcome .area-Name p{
	text-indent: 0;
	text-align: right;
}
#page-welcome .area-Name .name{
	font-weight: bold;
	font-size: 110%;
}


#page-organizing p.idx3{
	margin-top: 0.5em;
	border-bottom: none;
}


#page-general dl dt{
	font-weight: bold;
}


#page-abstract .period span{
	font-weight: bold;
	color: #AA8904;
	font-size: 120%;
}
#page-abstract ul{
	margin: 0 1.8em;
}
#page-abstract ul li{
	list-style-type: disc;
	margin-bottom: 0.5em;
}
#page-abstract ol li{
	margin-bottom: 0.2em;
}

.cont .prgm-speaker{
	margin-left: 3em;
	display: flex;
	align-items: flex-start;
	margin-top: 20px;
}
.cont .prgm-speaker img{
	margin-right: 20px;
}
.cont .prgm-speaker a span{
	font-weight: bold;	
	font-size: 125%;
}
.cont .prgm-speaker a span::after{
	font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 900;
    margin-left: 0.5em;
	color: #caa0dd;
}
.cont .prgm-speaker a{
	color: #000;
	transition: 0.3s;
}
.cont .prgm-speaker a:hover{
	opacity: 0.7;
	text-decoration: none;
}

.cont.prg-speaker h4{
	font-size: 150%;
}
.cont.prg-speaker h4 span{
	font-size: 80%;
}
.speaker{
	margin-left: 3em;
}
.career{
	display: flex;
	margin-top: 20px;
}
.career img{
	margin-right: 20px;
}
.career span{
	font-weight: bold;
	color: #d52311;
	font-size: 125%;
	display: block;
	margin-bottom: 1em;
}
.cont.prg-speaker h5 {
	color: #d52311;
}


.cont.cnspt h4{
	color: #000;
	font-size: 170%;
}
.cont.cnspt h5{
	padding: 2px 2em 1px;
	margin-top: 40px;
}
.cont.cnspt p{
	margin-top: 1em;
	text-indent: 1em;
}
.cont.cnspt.cnspt_eng p{
	text-indent: 0;
}

html {
  scroll-padding-top: 157px; /* 固定ヘッダの高さ分 */
}



.dl-link{
	font-size: 110%;
	margin-top: 40px;
	padding: 20px;
	align-items: flex-end;
}



.ul01>li {
background-color: #427757;
	padding: 2px 1em;
	color: #fff;
	margin-bottom: 1em;
	margin-top: 1.5em;
	font-size: 120%;
}

.box01 {
    margin-left: 40px;
    padding: 20px 40px;
    border-radius: 10px;
    background-color: #F8EDED;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}
.ul02 li{
	margin-left: 2em;
	text-indent: 0em;
	margin-top: 0.5em;
	list-style: disc;
}
.ul03 li{
	    font-size: 108%;
		text-align: left;
		background-image: url("../img/ico_01.png");
		background-repeat: no-repeat;
		background-position: 0 0.3em;
		margin-top: 1.2em;
		margin-bottom: 0.5em;
		padding-left: 25px;
		word-break: break-all;
}

.dl01{
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	font-size: 110%;
}
.dl01 dt{
	width: 15%;
	text-align: right;
	padding-right: 1em;
	font-weight: bold;
	color: #154497;
}
.dl01 dd{
	width: 84%;
	word-break: keep-all;
	margin-bottom: 1em;
}
.indent01{
	padding-left: 2em;
}




.area-list {
    width: 100%;
    background-color: #000;
    color: #FFFFFF;
}

.area-list .inner {
    padding: 10px 0;
}

.area-list a:link {
    color: #FFFFFF;
    text-decoration: underline;
}

.area-list a:visited {
    color: #FFFFFF;
}

.area-list a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.file-ico a {
    vertical-align: text-top;
	color: #4A4A4A;
	font-weight: bold;
	margin:20px auto;
    border: 2px solid #ccc;
	transition: 0.3s;
	border-radius: 5px;
    padding: 10px 5em 10px 6em;
	display: inline-block;
}
.file-ico a:hover{
	text-decoration: none;
	opacity: 0.7;
	background-color: #f5dfdf;
}
.file-ico:hover{
	text-decoration: none;
	
}

/*registration.html
--------------------------------------------------------------- */
#page-registration dl{
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
}
#page-registration dt{
	width: 110px;
	font-weight: bold;
}
#page-registration dd{
	width: calc(100% - 130px);
}
#page-registration .flex{
	align-items: flex-start;
}


/*program
--------------------------------------------------------------- */
#page-program .idx2{
	margin: 2em 0 0.7em;
	padding: 0.5em 0.5em;
	color: #061E48;
	font-size: 115%;
	font-weight: bold;
	background-color: #F1F1F1;
	border-left: solid #061E48 200px;
}
#page-program .idx2.long{
	border-left: solid #061E48 260px
}
#page-program .idx2 span{
	margin-left: -180px;
	color: #ffffff;
	margin-right: 70px;
}
#page-program .idx2.long span{
	margin-left: -240px;
}
#page-program .idx3{
	font-weight: bold;
	color: #061E48;
	font-size: 115%;
	margin-top: 0.5em;
}
#page-program .dl01 dt, #page-program .dl01 dd {
	line-height: 1.5;
}
#page-program .dl01 dd strong:not(:first-of-type){
	padding-top: 0.6em;
	display: inline-block;
}

#page-program h4.flx{
	display: flex;
	font-size: 115%;
	font-weight: bold;
	background-color: #F1F1F1;
}

#page-program h4.flx span.ttl{
	background-color: #061E48;
	color: #ffffff;
	padding: 0.5em 2em;
}
#page-program h4.flx span.date{
	color: #061E48;
	padding: 0.5em 2em;
}
#page-program .flex .dl01{
	flex: 1;
}
#page-program .flex .dl01 dt{
	width: 18%;
}
#page-program .flex .dl01 dd,#page-program .flex p:first-of-type{
	width: 82%;
}
#page-program .flex .dl01{
	width: 200px;
}
#page-program .flex .areaBtn-rc{
	padding: 0;
	align-items: center;
}
#page-program .flex .areaBtn-rc a{
	padding: 1em;
}
#page-program .flex .areaBtn-rc a.dos{
	padding: 1em 0.3em;
}
#page-program .flex .areaBtn-rc a.yet{
	opacity: 0.5;
	pointer-events: none;
}

#page-program h3:before {
    content: "";
    display: block;
    height: 10px; /* 調整したい高さ（固定ヘッダーの高さ） */
    /*margin-top: -100px;*/ /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}

/*link
--------------------------------------------------------------- */
#page-links ul li{
background-image: url(../img/icon_dot_list.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    list-style-type: none;
    padding-left: 20px;
    font-size: 105%;
    margin-bottom: 1em;
}
#page-links ul li.idx3{
	color: #061E48;
}


.pdf a{
    background: url("../img/mar_pdf.png")40px center no-repeat;
}
.xls {
    background: url("../img/mar_ppt.png") 15px center no-repeat;
}

.ppt {
    background: url("../img/mar_ppt.png") 15px center no-repeat;
}
.word {
    background: url("../img/mar_word.png") 15px center no-repeat;
}

.zip {
    background: url("../img/mar_zip.png") 15px center no-repeat;
}

