:root {
--white: #FFFFFF;
--graphite: #1A1A1A;
--royalblue:#2814FF;
--blue:#00A5FF;
--green:#00CD00;
--darkgray:#4D4D4D;
--pink:#CD2364;
}

body{
	font-family: "Noto Sans JP","Red Hat Display", sans-serif;
	color: var(--darkgray);
	font-size: 15px;
}

p{
	margin-bottom: 0;
}

h6{
	color:#00A7FF;
}

.fm, h3, h2{
	font-weight: 700;
}

.eng{
	font-family: "Red Hat Display", sans-serif;
	font-size: 16px;
}

.regbutton{
	background: rgba(235, 235, 235, 0.5);;
	padding: 10px;
}

.button{
	display:block;
	margin-left: auto;
	margin-right:auto;
	background: #00CD00;
	color: #ffffff;
	font-weight: 500;
	font-size:18px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
}


.button:hover{
	background: #00A7FF;
	color: #ffffff;
}

.disabled-button{
	display:block;
	margin-left: auto;
	margin-right:auto;
	background: #727272;
	color: #ffffff;
	font-weight: 500;
	font-size:18px;
	text-decoration: none;
	width: 350px;
	padding: 10px 10px;
	text-align: center;
}

.disabled-button:hover{
	background: #727272;
	color: #ffffff;
}

.hyperlink{
	text-decoration: none;
	color: #00A7FF;
}

.hyperlink:hover{
	color: #00A7FF;
}

/*--- main end ---*/

.tophead{
	background: url("../images/gradient.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	height: auto;
	padding: 50px 0;
}

.topmsg{
	background: #2B00FF;
	color: #ffffff;
	text-align: justify;
	word-break: break-all;
}

.main-gaiyo{
	background-color: #E6E6E6;
}


/* -- agenda -- */

.agenda{
	background: var(--white);
}

.time{
	color: #ffffff;
	background: #4D4D4D;
	font-weight: 700;
	font-size: 	1.125rem; 
	padding: 40px 40px;
	text-align: center;
	font-family: "Red Hat Display", sans-serif;
}

.break-time{
	color: #ffffff;
	background: #1A1A1A;
	font-weight: 700;
	font-size: 	1.125rem; 
	text-align: center;
	font-family: "Red Hat Display", sans-serif;
}



.desc{ 
	background: #E6E6E6;
}

.break-desc{ 
	background: #1A1A1A;
}

.break-title{
	font-weight: 700;
	font-size: 1.125rem;
	color: #fff;
}

.descQA{ 
	background: #ffffff;
	padding: 70px 40px 30px 40px;
}

.title{
	font-weight: 700;
	font-size: 1.125rem;
	color: #2B00FF;
}



.line{
	border: 1px solid #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}

.line2{
	border: 0.5px solid #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}

.about{
	font-weight: 500;
	margin-bottom: 25px;
	text-align: justify;
	word-break: break-all;
}

.details{
	padding: 20px 0 10px 0;
}

.details img.profilepic {
	border-radius: 50%;
	width: 75px;
}

.details .icon span{
	text-align: end;
	font-weight: 400;
	color: var(--blue);
}

.details .icon img{
	width: 25px;
	height: auto;
	margin-left:10px;
}

.details .icon2-wrap{
	padding: 0 5px 5px 5px;
	border-image-source: linear-gradient(to right, var(--royalblue), var(--blue), var(--green));
	width: 90px;
	margin-bottom: 20px;
}

.line-gradient {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
}

.bottom-only {
  border-left: 0;
  border-right: 0;
  border-top:0;
}

.details .icon2-wrap span{
	font-weight: 600;

}


.pos{
	margin-left: -5%;
	padding-left:0;
}

/* -- footer --*/

.generalfooter{
	background-color: var(--graphite);
	padding: 20px;
}

.bottom-footer{
	color: #ffffff;
	background: #4D4D4D;
	padding: 20px;
	text-align: center;
}

.footerp{color: #ffffff;}



/* ----------------------------------------
-------------------------------------------
MIN WIDTH 768 LOCK TO 720 
-------------------------------------------
------------------------------------------*/
@media (min-width: 768px) {

.pctablet-only{
	display: block;
}	
.sp-only{
	display: none;
}	

  br.responsive {
    display: none;
  }	

  .lock-720 {
    max-width: 720px !important;
  }


  .button{
	width: 350px;
	padding: 10px 100px;
  }

  .tophead{
	padding: 50px 0;
  }

  .tophead img{
	width: 100%;
	height: auto;
  }

  .topmsg{
	padding:50px 0;
  }

  .main-gaiyo{
	padding: 50px 0;
  }

  .main-gaiyo table{
	width: 530px;
	margin: auto;
	display: block;
  }

  .main-gaiyo table tbody tr td.mg-left{
	padding: 20px;
	width: 110px;
	font-weight: bold;
  }

  .main-gaiyo table tbody tr td.mg-right{
	padding: 20px;
  }

  .agenda{
	padding: 50px 0;
  }

  .desc{ 
	padding: 40px;
}

.break-time{
	padding: 40px 40px;
}

.break-desc{ 
	padding: 40px;
}


}


/* ----------------------------------------
-------------------------------------------
SMALL SCREENS TO PHONES
-------------------------------------------
------------------------------------------*/

@media (max-width: 767.98px){

.pctablet-only{
	display: none;
}	
.sp-only{
	display: block;
}	

  br.responsive{
	display: inline;
  }

  .button{
	width: 250px;
	padding: 10px 50px;
  }

  .tophead{
	padding: 25px;
  }

  .tophead img{
	width: 100%;
	height: auto;
  }

  .topmsg{
	padding: 50px 25px;
  }

  .main-gaiyo{
	padding: 50px 0;
  }

  .main-gaiyo table{
	width: 100%;
	margin: auto;
	display: block;
  }

  .main-gaiyo table tbody tr td.mg-left{
	padding: 20px;
	width: 110px;
	font-weight: bold;
  }

  .main-gaiyo table tbody tr td.mg-right{
	padding: 20px;
  }

  .agenda{
	padding: 50px 0;
  }

    .desc{ 
	padding: 25px;
  }

  .time{
		padding: 15px;
  }

  .break-time{
	padding: 15px 15px 0px;
}

.break-desc{ 
	padding: 0px 15px 15px;
}



.break-title{
	font-weight: 700;
	font-size: 1.125rem;
	color: #fff;
}

  .generalfooter{
	padding: 40px;
}

}