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

/*================ common ================*/

body {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #333333;
	background-color: #ffffff;
	height: 100%;
	margin: 0;
}
ul,ol {
    list-style: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*---------- btn ----------*/
.btn-wrap {
	padding: 50px 0;
	text-align: center;
	margin: 0 auto;
}
.btn-wrap a {
    display: block;
    background-color:#1e79e8;
    text-align: center;
    width: 56%;
    margin: 20px auto;
    padding: 14px 0 12px;
    font-size: 1.75rem;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}	
.btn-wrap p {
    font-size:  1.5rem;
    line-height: 1;
}
.btn-wrap p span {
    font-size:  0.9rem;
}
.btn_text-arrow {
	display: flex;
    justify-content: center;
	align-items: center;
    margin: 0;
    padding: 0;
}
.btn_text-arrow li img {
	margin-left: 20px;
}
.btn-wrap a:hover,
.btn-wrap-head a:hover {
    background-color: #1e79e8;
    transform: translateY(2px);
}
.bg-gray {
    background-color: #f6f6f6;
}
.btn-close {
    background: #989898;
    text-align: center;
    display: block;
    width: 56%;
    margin: 20px auto;
    padding: 12px 0 10px;
    font-size: 1.75rem;
    border-radius: 50px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


/*================ header ================*/

.title-wrap {
	background: url("../img/bg_main.png") center top repeat-x;
	width: 100%;
	background-size: cover;
}
.title-text-area {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 40px;
	text-align: center;
}
.h1-title {
    margin: 0;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: bold;
}
.h1-title ul {
     padding: 0;
     margin: 0;
}
.h1-title ul li {
    color: #ffffff;
    font-size: 3.8rem;
}

.h1-title ul li span {display: block;}

.h1-title p {
    margin-top: 10px;
	color: #FFF;
	font-size: 1.385rem;
}
ul.label {
    width: 70%;
    color: #FFF;
    display: flex;
    justify-content: center;
    padding: 15px 0 6px;
    line-height: 1.2;
    margin: 20px auto ;
    font-weight: bold;
    background: #111111;
	align-items: center;
}
ul.label li {
    font-size:1.7rem;
}
ul.label li.small {
    font-size: 0.75rem;
    padding-left: 10px;
}
ul.title-date {
	width: 70%;
    color: #ffffff;
    font-size: 2rem;
    margin: 0 auto 10px;
    font-weight: bold;
	background: rgba(0,0,0,0.4);

}
ul.title-date li:nth-child(2) {
    font-size: 1.5rem;
    line-height: 1.2;
}
.btn-wrap-head a {
    background: #1e79e8;
    text-align: center;
    display: block;
    width: 70%;
    margin: 20px auto;
    padding: 12px 0 10px;
    font-size: 1.75rem;
    border-radius: 50px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
    transition: 0.3s;
}
.btn-close-head {
    background: #989898;
    text-align: center;
    display: block;
    width: 70%;
    margin: 20px auto;
    padding: 12px 0 10px;
    font-size: 1.75rem;
    border-radius: 50px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

/*  logo   */
.title-right-side {
	max-width: 1040px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
    padding: 20px 0 0;
}
.title-right-side a {
    display: block;
    width: 200px;
    float: right;
    padding: 0px 5px 10px;
    line-height: 1;
}
/*  //logo   */

/*================ main ================*/

/*---------- read ----------*/
.read-wrap{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 20px;
}

/*---------- moderator ----------*/
.moderator-wrap,
.program-wrap {
    background-color: #f6f6f6;
    padding: 50px 0;
}
.moderator-wrap h2,
.program-wrap h2,
.summary-wrap h2,
.helpdesk-wrap h2 {
    font-size: 2rem;
    text-align: center;
}
.moderator-wrap .red-box,
.program-wrap .red-box,
.summary-wrap .red-box,
.helpdesk-wrap .red-box {
    margin: 0 auto 30px;
    width: 100px;
    height: 6px;
    background: #1e79e8;
}
.moderator-wrap h3 {
    font-size: 1.6rem;
    text-align: center;
    max-width: 1040px;
    margin: 0px auto;
    background-color: #e2e7e8;
    padding: 9px 0 6px;
}
.moderator-wrap .moderator-list {
    max-width: 1040px;
    margin: 0px auto 6px;
    background-color: #eaeeef;
}
.moderator-list ul {
    max-width: 1040px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.moderator-list .other-list {
    border-top: 2px solid #e2e7e8;
}
.moderator-list ul .img-area {
    width: 21%;
    margin-right: 30px;
}
.moderator-list ul .prof-area {
    width: 76%;
    font-size: 0.9rem;
}
.prof-area .emph-txt {
    font-size: 1rem;
    font-weight: bold;
}
.prof-area .name {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 4px 0 8px;
}
.prof-area .prof {
    line-height: 1.6;
}
.facilitator-list ul .img-area {
    width: 16%;
}
.facilitator-list ul .prof-area {
    width: 82%;
}

.prf-flex{display:flex; justify-content: flex-start; align-items: flex-start;}

.prf-flex .left_prf {width:60%;}
.prf-flex .right-prf{width:40%; display:flex; background: #FFF; padding: 5px; margin: 0 0 20px 0;}
.prf-flex .right-prf figure{width: 100%; margin-right: 10px;}
.prf-flex .right-prf p{display: block;}
.prf-flex .right-prf p strong{font-size: 1.25rem;}
.prf-flex .right-prf p span{font-size: 0.75rem; display: block; margin: 5px 0;}


/*---------- program ----------*/
.program-wrap .team-box {
    position: relative;
    box-sizing: border-box;
    max-width: 1040px;
    margin: 0px auto 14px;
    background: #eaeeef;
}

dl.program-list{
	background-color: #e2e7e8;
	display: flex;
	align-items: center;
	justify-content:center;
	border-bottom: 2px solid #fff;
}

.program-list dt{
	width: 18%;
	height: 100%;
	font-weight: bold;
	text-align: center;
}

.program-list dd{
	width: 82%;
	background: #eaeeef;
	padding:0;
}

.program-list dd h3{
	color: #1e7ba6;
	margin:20px 20px 15px;
}

.program-list dd ul{
	padding: 0;
	margin: 0 20px;
}

.program-list dd ul li{
	padding: 0 0 5px;
	 font-size: 0.825rem;
}

.program-list dd ul li.name{
	font-size: 1rem;
	font-weight: bold;

}

.program-wrap .caution-txt {
	max-width: 1040px;
    margin: 0px auto 14px;
    width: 94%;
    text-align: right;
}

/*---------- summary ----------*/
.summary-wrap {
	background: url(../img/bg_sub.png) center center no-repeat;
	background-size: cover;
	margin: 0 0 30px;
    padding: 50px 0;
	width: 100%;
    color: #ffffff;
}
.summary-wrap .summary-area {
	max-width: 800px;
    margin: 0 auto;
}
.summary-wrap .summary-area .summary-text {
    margin-bottom: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.summary-wrap .summary-area .summary-text dt {
	background-color: #1e7ba6;
    border-radius: 7px;
    padding:4px 0;
    margin: 0 16px 8px 0;
    width: 10%;
    text-align: center;
}
.summary-wrap .summary-area .summary-text dd {
	width: 86%;
}
.summary-wrap .summary-area .summary-text dd span,
.summary-wrap .summary-area p {
    font-size: 0.8rem;
}
.summary-wrap .summary-area p {
    margin-bottom: 6px;
	padding: 10px;
}

/*---------- helpdesk ----------*/
.helpdesk-wrap{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 40px;
}

.helpdesk-wrap .helpdesk-text {
    max-width: 940px;
	margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
}
.helpdesk-wrap .helpdesk-text h4{
    font-weight: normal;
}
.helpdesk-wrap .mail-link a{
    display: block;
    padding: 16px 10px;
    text-align: center;
	text-decoration: none;
    color: #333333;
	border: 1px solid #333333;
	width: 60%;
	margin: 10px auto 0;
}
.helpdesk-wrap .mail-link a:hover {
    background-color: #022a46;
	color:#FFF;
}
.helpdesk-wrap .mail-link a i{
    display: inline;
    vertical-align: middle;
    padding-right: 10px;
}	


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

footer {
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    padding: 4px 0;
}






/* @media ================================================================*/


@media screen and (max-width: 768px) {

.title-right-side {
	padding: 10px 10px 0;
}
.title-right-side a{ display: block; margin: 0; max-width: 80px;}

.btn-wrap-head a {
    margin: 0 auto;
    width: 80%;
}
.btn-close-head {
    margin: 10px auto;    
}
.btn-wrap a {
    width: 80%;
}
.btn-close {
    width: 80%;  
}
.title-left-side{ width:  90% ; margin: 0 auto}

ul.label{
	text-align: center;
	padding: 10px;
	font-size: 1.25rem;
}
ul.label li {
    font-size: 1.25rem;
}
ul.label li.small {
    font-size: 0.75rem;
}

ul.label{
	display: flex;
	width: 100%;
}
ul.label li.small{
	font-size: 1rem;
}

ul.title-date{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.h1-title{
	font-size: 4rem;
}
.h1-title ul li:first-child {
	font-size: 2.75rem;
    margin: 0 auto;

}
.summary-wrap .summary-area .summary-text dd {
    float: none;
	text-align: center;
	margin-bottom: 10px;
}


.prf-flex{display: block;}
.prf-flex .left_prf{width: 100%;}
.prf-flex .right-prf{width: 100%; margin-right: 10px;}
.prf-flex .right-prf figure{width: 30%; margin-right: 10px;}
.prf-flex .right-prf p{width: 69%;}

}/* end */


@media screen and (max-width: 590px) {

.title-left-side{
	width: 96%;
}
ul.title-date {
	display: block;
	font-size: 1.5rem;
	text-align: center;
}
.h1-title ul li{font-size: 2.6rem;}
.h1-title ul li span{display: inline;}
	
/* btn */
.btn-wrap{
	padding: 30px 0;
}
.btn-wrap a {
	width: 96%;
}
.btn-wrap a img{
	margin: 0;
	padding: 0;
}
.btn-wrap p {
	font-size: 1rem;
}
.btn-wrap p span {
    display: block;
    margin-top: 6px;
}
.btn_text-arrow{
	align-items: center;
}
.btn_text-arrow li:first-child {
	width: 79%;
	font-size: 1rem;
	line-height: 1.2;
}
.btn-close-head {
	font-size: 1.2rem;
	line-height: 1.2;
}
.btn-close {
    width: 96%;
    font-size: 1.2rem;
}
/* moderator */
.moderator-wrap h2,
.program-wrap h2,
.summary-wrap h2,
.helpdesk-wrap h2 {
    font-size: 1.9rem;
}
.moderator-wrap, .program-wrap {
    padding: 30px 0;
}  
.moderator-list ul {
    display: block;
}
.moderator-list ul .img-area {
    width: 56%;
    margin: 0 auto;
}
.moderator-list ul .prof-area {
    width: 100%;
    padding-top: 10px;
}    
.prof-area .emph-txt {
    display: block;
}
.prof-area .name .emph-txt {
    display: inline;
}
/* program */
.program-wrap .team-box th {
    width: 20%;
    font-size: 0.8rem;
}
.program-wrap .caution-txt {
    width: 94%;
    text-align: right;
	padding: 10px 20px;
}
/* summary */
.summary-wrap{
	margin-bottom: 20px;
}
.summary-wrap .summary-area .summary-text dt {
    margin: 0 auto 10px;
    width: 40%;
    float: none;
}
/* helpdesk */
.helpdesk-wrap{
    padding: 0 10px 20px;
}
.helpdesk-wrap .helpdesk-text {
    font-size: 0.9rem;
    display: block;
    justify-content: center;
}
.helpdesk-wrap .helpdesk-text span {
    display: block;
    padding-bottom: 10px;
}
.helpdesk-wrap .mail-link a{
	width: 90%;
	padding: 10px 0;
}
}/* end */

