@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@700&display=swap');

/* 共通スタイル-- */
html{
	word-wrap: break-word;
}

body {
  font-family: "Lucida Grande", "Lucida Sans Unicode",
    "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-feature-settings: "palt";
  color: #212121;
  height: 100%;
  margin: 0;
  background: #fff;
}

h2 {
  text-align: center;
  padding-bottom: 20px;
  color: #212121;
  font-size: 1.6rem;
}
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#contents-wrap {
  margin: 0 auto;
  padding-top: 70px ;
  line-height: 1.5;
}

/* KV-- */
h1
{display:none;}

.PC-main{display: block;}
.SP-main{display: none;}


/* nav */
#global-nav ul {
	list-style: none;
	width: 100%;
	display:flex;
  justify-content:flex-end;
}

#global-nav {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
	background-color: #ffffff50;
}

#global-nav li {
	width: 8%;
	box-sizing: border-box;
}

#global-nav li a {
	display: block;
	padding: 10px 0;
	color: #000;
	text-decoration: none;
	text-align: center;
}

.PC-main img{
	width: 100%;
}
.title-wrap{margin-bottom:20px;}

/* dolrabo  */
.dolrabo {
  background-image: url(../images/bg.jpg); 
  padding: 20px;
}

.dolrabotxt {
  width: 90%; 
  background-color: 
  rgba(255, 255, 255, 0.85);
  padding: 20px;
margin: auto;
max-width: 900px;
width: 100%;
}

/* btn  */
.btn-wrap {
  text-align: center;
/*  margin: 1.5rem auto 0.2rem 1rem;*/
}
.btn-wrap p.deadline {
  margin: 20px 0 0;
  color: #212121;
}

.deadline span {
  background: linear-gradient(transparent 0%, #FFFF00 0%);
  padding: 5px;
}



.btn-animation-02 {
  display: inline-block;
  width: 70%;
  max-width:900px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #d72300;
  font-size: 1.2rem;
  color: #fff;
  text-decoration: none;
/*  border-radius: 4px;*/
  position: relative;
/*  box-shadow: 0 4px 0 0 rgb(0 0 0 / 11%);*/
/*  margin:0 auto;*/
}
.title-wrap .btn-animation-02 {
  width: 100%;
}
.btn-animation-02 a {
  color: #fff;
  display: block;
}
.btn-animation-02 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 8px 20px;
  letter-spacing: 0.2rem;
}
.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  background-color: #d72300;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}
.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #fff;
  color: #fe4879;
}
.btn-animation-02:hover,
.btn-animation-02 a:hover {
  color: #244b24;
  box-shadow: none;
}
.btn-close {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  text-align: center;
  background-color: #ccc;
  font-size: 1rem;
  color: #fff;
  position: relative;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  width:50%;
}
.instructor-wrap .btn-wrap p.deadline {
  color: #a32f57;
}
.mt30 {
  margin-top: 30px;
}
/*
.container{
	display:flex;
	align-items:flex-end;
}
.kv:first-child{
	width:25%;
}
.kv:nth-child(2){
	width:50%;
	padding-bottom:2rem;
}
.kv:nth-child(3){
	width:25%;
}*/



/* main */

#main-contents {
  width: 100%;
  margin: 0 auto;
}
.greeting-wrap {
  max-width: 800px;
  width: 100%;
  margin: 30px auto 40px;
}


.greeting-text {
  text-align: left;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom:0.5rem;
}
.border {
  width: 85%;
  margin: 0 auto;
  padding: 0.8rem 0;
  margin-bottom: 0.2rem;
  background-image: linear-gradient(90deg, #1f1ca9 0 20%, #d72300 20%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
}
.about-wrap {
  max-width: 800px;
  width: 100%;
  margin: 30px auto 40px;
}
.about-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #fff;
  font-size: 0.9rem;
  line-height: 1.3;
}
.about-list:nth-child(odd){
	margin-top:20px;
}

.about-list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  color: #fff;
  text-align: center;
  background-color: #212121;
  vertical-align: middle;
  border-top: 1px solid #fff;
}
.about-list dd {
  width: 85%;
  padding: 6px 18px;
  border-top: 1px solid #fff;
  background: #f3f4f5;
  color: #121212;
}
.instructor-wrap {
  width: 100%;
  margin: 0 auto;
  /*padding-bottom: 30px;*/
}
.instructor-wrap h2 {
  color: #212121;
  padding: 30px 0 0 0;
  width: 85%;
  margin: 0 auto;
}
.instructor-intro {
  padding: 20px 0;
  position: relative;
}
.instructor-intro:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  z-index: -1;
  margin: 0 auto;
}
.intro-title {
  max-width: 1000px;
  margin: 1rem auto;
}
.instructor-intro h3 {
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  max-width: 1000px;
  width: 40%;
  margin: 20px auto;
  padding: 3px 0;
  text-align: center;
  background: #44006f;
  border-radius: 20px;
}

.kyousan-wrap {
  max-width: 900px;
  width: 100%;
  margin: 30px auto 40px;
}

.kyousan-wrap ul {
    display: flex;
    margin: 2rem auto;
    flex-wrap: wrap;
}

.kyousan-wrap li {
    width: 33.333%;
}

.buce-wrap{
  max-width: 800px;
  width: 100%;
  margin: 30px auto 40px;
	text-align: center;
}

@media screen and (max-width: 640px){
	
.kyousan-wrap ul {
    display: block;
}
.kyousan-wrap li {
    width: 100%;
    margin-bottom: 3rem;
}

}



.instructor-wrap img {
  max-width: 150px;
  width: 100%;
  height: auto;
  box-shadow: 4px 4px 0 #747474;
  border: 1px solid #dbdbdb;
}

.instructor-box {
  display: flex;
  justify-content: flex-start;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  /* padding: 0 0 0 10px; */
  flex-wrap: wrap;
  color: #121212;
}
.instructor-list {
  background-color: #f3f4f5;
  margin: 0 10px 10px 0;
  padding: 15px;
  max-width: 480px;
  width: 100%;
  border: 1px solid #ccc;
}

.instructor-list.mr0 {
  margin-right: 0;
}
.instructor-list.one-space02 {
  max-width: 1000px;
  width: 100%;
  margin: 6px auto;
}
.instructor-list.one-space02 li {
  margin-right: 0px;
}
.instructor-list .position {
  line-height: 1.4;
}
.position span {
  font-weight: normal;
  font-size: 0.8rem;
}
.name {
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.murasaki{
	  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
	color:#44006f;
	
	
}
.position li:nth-child(odd) {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "Noto Serif JP", serif;
}
.position li:nth-child(even) {
  font-size: 0.8rem;
}
.explanation {
  display: flex;
  justify-content: flex-start;
}
.explanation li:first-child {
  margin-right: 20px;
  width: 12%;
}
.explanation li:nth-child(2) {
  width: 100%;
}
.explanation li figure {
  width: 100%;
}
.explanation li p {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.4;
}
.explanation-small {
  display: flex;
  justify-content: flex-start;
}
.explanation-small li:first-child {
  width: 30%;
  margin-right: 16px;
}
.explanation-small li:nth-child(2) {
  width: 100%;
}
.explanation-small li figure {
  width: 100%;
}
.explanation-small li p {
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.4;
}
.program-wrap {
  max-width: 900px;
  width: 100%;
  margin: 30px auto 30px;
}
.program-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.2;
}
.program-list dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background-color: #DF3447;
  vertical-align: middle;
  border-top: 1px solid #fff;
}
.program-list dt.tetsukon {
  background: #333333;
}
.tetsukon.kityou {
  color: #fff;
}
.program-list dd {
  width: 85%;
  padding: 10px 10px;
  line-height: 1.2rem;
  background: #f3f4f5;
  color: #121212;
  border: 1px solid #fff;
}
.program-list dd span {
  font-size: 0.8rem;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #fe4879;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.footer-wrap {
  width: 100%;
  background-color: #212121;
  color: #fff;
  text-align: center;
  /*margin-top: 30px;*/
  padding: 20px 20px 0 20px;
}
.ft-name {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: bold;
}
.ft-notes {
  margin: 20px 0;
}
.ft-notes a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.ft-notes a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
}
.ft-notes a:hover:before {
  transform: scale(1);
}
.attention {
  font-size: 0.75rem;
  padding: 10px 0;
  text-align: right;
}
/*@media screen and (min-width:1500px){
.title-wrap {
  padding: 5rem 5rem 0rem 5rem;	
}
}*/
@media screen and (max-width:1500px){

}
@media screen and (max-width: 1050px) {
	#global-nav li a {
	font-size:0.8rem;
}

	.instructor-box {
    display: block;
    padding: 0 5px;
    color: #121212;
  }
  .instructor-list.mr0 {
    margin-right: auto;
  }
  .instructor-list {
    margin: 30px auto 0;
    max-width: 100%;
  }
	.title-wrap .btn-animation-02{
		font-size:1rem;
	}
	.sp_br {
    display: block;
  }
}

@media screen and (max-width: 852px) {

  h2 {
    font-size: 1.4rem;
  }

/*	.white .sp_br{
		display:block;
	}*/

	.instructor-intro h3{
	font-size:1.2rem;
	}
	
	.instructor-list .position {
    font-size: 0.8rem;
  }
  .instructor-intro h4 {
    text-align: center;
    font-size: 1.4rem;
  }
  .instructor-list h5 {
    font-size: 1.1rem;
    text-align: left;
  }
  .explanation-small li:first-child {
    width: 20%;
  }
  .explanation li:first-child {
    width: 20%;
  }
  .greeting-wrap,
  .about-wrap,
  .about-wrap2,
  .program-wrap,
  .buce-wrap
	{
/*    padding: 0 15px;*/
 padding:0 10%;
 line-height: 1.2;
  }
  .acboxT label {
    width: 18%;
  }
  .acboxB label {
    width: 55%;
  }
  .acbox label {
    width: 17%;
  }
}
@media screen and (max-width: 768px) {
/* nav */
#global-nav ul {
  justify-content:center;
  padding:0;
}

#global-nav li {
	width: 25%;
	box-sizing: border-box;
}

#global-nav li a {
	font-size:0.8rem;
}

  .btn-animation-02 {
    width: 72%;
  }
  .instructor-intro h3 {
    width: 60%;
    font-size: 1.2rem;
  }
  .footer-wrap {
    font-size: 0.7rem;
  }
  .ft-name {
    font-size: 0.85rem;
    line-height: 1.2;
  }
  .attention {
    text-align: left;
  }
  .program-list {
    font-size: 0.8rem;
  }
  .program-list dt {
    width: 28%;
  }
  .program-list dd {
    width: 72%;
    word-break: break-all;
  }
  .program-list dt.pt12p {
    padding-top: 4%;
  }
  .program-list dt.pt9p {
    padding-top: 4%;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mb30 {
    margin-bottom: 30px;
  }

.PC-main{display: none;}
.SP-main{display: block;}
}

@media screen and (max-width: 730px) {


  .acboxB label {
    width: 70%;
  }
}
@media screen and (max-width: 590px) {
	
.instructor-intro h3 {
	font-size:1rem;
	padding:0.8rem;
	}
/*  .label {
    width: 40%;
	  font-size:1.3rem;
	margin:18rem auto 0 auto;
  }

  .title-wrap .btn-animation-02 {
    width: 80%;
  }
  .s-blacktxt {
    /*margin: 4px 0 0 0;
    justify-content: center;
    margin:-0.5rem auto 0rem auto;/
  }
  .title-wrap .btn-animation-02 {
    margin: 0 auto;
  }*/
  .btn-close {
    width: 80%;
    margin: 0 auto;
  }
  .explanation {
    display: block;
    justify-content: center;
    margin-bottom: 155px;
  }

  .explanation-small li:first-child {
    width: 100%;
  }
  .explanation li:first-child {
    width: 40%;
    margin: 0 auto;
  }

  .instructor-wrap img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
  }

  .instructor-list.one-space img {
    margin: 0 auto 1rem;
  }

  .acboxT label {
    width: 36%;
  }
  .acboxB label {
    width: 100%;
    margin: 0 auto;
    font-size: 0.8rem;
  }
  .acboxB-under {
    width: 100%;
    margin: 0 auto;
  }
  .acbox label {
    width: 32%;
  }
}

@media screen and (max-width:414px){

}

@media screen and (max-width: 320px) {

}

@media screen and (min-width: 1200px) {
  .explanation-small li:first-child {
    width: 30%;
  }
  .acbox label {
    width: 23%;
  }

}
@media screen and (min-width: 852px) and (max-width: 1200px) {

  .explanation-small li figure {
    width: 97%;
  }
  .explanation-small li:first-child {
    width: 30%;
  }
  .acbox label {
    width: 11%;
  }
	.sp_br{
    display: block;
	}
}

@media screen and (min-width: 320px) {
  .sp_br {
    display: none;
  }
}

/* プログラム移植分	*/

#program{
	background-color: #333333;
	margin-top:50px;
	}
#program h2{
	color:#FFFF00;
	
}
.day1-hr span{
	color:#3b5cfd;
}

.day2-hr{
	border-top:1px solid #05E3E7;
	padding-top: 5rem;
}

.day2-hr span{
	color:#c0ff00;
}

.schedule_wrap,
.schedule_wrap-day2{
	text-align: center;
    padding: 50px 5px;

}

.schedule_wrap-day2{
    margin: 3rem 0 0;
}

.schedule_wrap h3,
.schedule_wrap-day2 h3{
	margin: 5rem auto 0;
	font-size: 2rem;
	max-width: 900px;
	width: 100%;
    text-align: left;
    color: #FFF;
}

.schedule_wrap-day2 h3{
	margin: 0 auto 0;
    color: #FFFFFF;
}

.schedule_wrap dl,
.schedule_wrap-day2 dl{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 900px;
	width:100%;
	margin: 0 auto;
}


.program-image{
    margin-right: 3px;
    float:right;
}

.program-image a{
    display: block;
}

.program-image img{
    width: 120px;
    height: 120px;
}


.img-tate{
    display: flex;
    margin: 2px;
	flex-flow: column;
	float:right;
	overflow: hidden;

}
.img-double{
    float:right;
    overflow: hidden;
    display: flex;
    margin: 2px;
}

.anchor{
	color:#FFFF00;
}

.anchor a{
	text-decoration: none;
	font-weight: bold;
		color:#FFFF00;

}

.anchor a:hover{
	text-decoration: underline;
}

.day1text,.day2text{
	font-size: 3rem;
}

.katagaki-name{
	margin-bottom: 8px;
}


#speaker-day1{
	margin-bottom:5rem; 
}

.schedule_wrap dl dt,
.schedule_wrap-day2 dl dt{
width: 15%;
    margin-bottom: 0;
    border-bottom: 1px solid #FFF;
    padding: 0.5rem 0;
    background-color: #d95085;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
}

.schedule_wrap dl dt.tetsukon,
.schedule_wrap-day2 dl dt.tetsukon{
    background-color: #1f1ca9;
}


.schedule_wrap dl dd,
.schedule_wrap-day2 dl dd{
	width: 85%;
    padding: 10px 10px;
    line-height: 1.5rem;
    background: #f3f4f5;
    color: #121212;
    border: 1px solid #fff;
	text-align: left;
}

.schedule_wrap dl dd span.prog-name,
.schedule_wrap-day2 dl dd span.prog-name{
	font-weight: bold;
	margin-bottom:5px;
	font-size: 1.0rem;
}

.schedule_wrap dl dd span.text01,
.schedule_wrap-day2 dl dd span.text01{
    color: #222;
	font-size: 1.0rem;
}

.schedule_wrap dl dd h4,
.schedule_wrap-day2 dl dd h4{
	color: #720045;
	font-weight: bold;
	font-size: 1.25rem;
    
}

.schedule_wrap dl dd h4.day1,
.schedule_wrap-day2 dl dd h4.day1{
	color:#44006f;
}

.schedule_wrap dl dd h4.day1_kyosan{
	color:#44006f;
	font-size: 1.25rem;
	margin:8px 0;
}

.schedule_wrap-day2 dl dd h4.day2_kyosan{
	color:#720045;
	margin:8px 0;
}

.schedule_wrap-day2 dl dd h4.day2_kyosan span{
    display:block;
    font-size: 1rem;
}

.schedule_wrap dl dd p,
.schedule_wrap-day2 dl dd p{
	font-size: 0.825rem;
	margin-top: 0.5rem;
    font-weight: normal;

}

.schedule_wrap dl dd .panel,
.schedule_wrap-day2 dl dd .panel{
	display: block;
	margin-bottom:0.5rem;
}

/*概要-------------------------------------------------------------*/


.check{
  display: none;
}

/* 通常時表示されるテキスト */
.label{
  width: 40%;
    font-size: 0.8rem;
    background: #686868;
    position: relative;
    display: block;
    padding: 4px 12px;
    cursor: pointer;
    color: #fff;
    letter-spacing: 0.1rem;
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 11%);
    border-radius: 3px;
}

.label:hover {
  background-color: #320d9b;
  color: #fff;
  box-shadow: none;
}

label:after {
  color: #fff;
  content: "▼";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
input:checked ~ label::after {
  content: "▲";
}

/*閉じた状態の矢印描画*/
/*
.label:after{
  content:"▼";
  display:block;
  position:absolute;
  right: 20%;
  top: 25%;
  margin: auto;
  font-size: 0.25rem;
  line-height: 1;
}*/
/*開いた状態の矢印描画*/
/*input[type=checkbox]:checked + .label:after{
  content:"▶";
  display:block;
  position:absolute;
  right: 20%;
  top: 25%;
  margin: auto;
  font-size: 0.25rem;
}*/

/* クリック時に表示されるテキスト */
.text{
  align-items: center;
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}

/* クリック時のスタイル */
.check:checked + .label + .text{
  height: auto;
  padding: 5px 10px;
  border: 1px solid #121212;
  background: #fff;
}

.schedule_wrap dl dd p.text,
.schedule_wrap-day2 dl dd p.text{
      margin: 0;
}

.color-orange{color:gray;/*#ff4228*/ }

.color-blue{color:gray;/*#3b5cfd*/ }

.color-rightblue{color:#00eeff;}


/*modaal---------------------------------------*/

.hide-area{
	display: none;
}

.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}


.modaal-video .modaal-inner-wrapper{
	padding:0;
}

.boder-orange{border: 5px solid #f1d9b3;}
.boder-bluegray{border: 5px solid #d0dee2;}



/*---// modaal---------------------------*/



.info-list a{
	text-decoration: none;
	color: #222;
}

.info-prof{
	display: flex;
	justify-content: flex-start;
}

.info-prof img {
	max-width: 200px;
	width: 100%;
}

.info-prof .company {
	margin: 0 0 0 2rem;
	font-weight: bold;
}

.info-prof p span{
	display: block;
}


.prof-text{
	border-top: 1px solid #CCC;
	margin: 2rem 0 0 0;
	padding: 1rem;
}




@media screen and (max-width: 768px){
.modaal-inner-wrapper{
	display: block !important;
}
}



@media screen and (min-width:769px){
.drawer-navbar{
	display: none;
}
.img_sp{
	display: none;

}
}


@media screen and (max-width:768px){

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}



.nav-wrap{
	display: none;
}


.schedule_wrap dl{
	display: block;
}

.schedule_wrap dl dt,.schedule_wrap-day2 dl dt{
	width: 100%;
	padding: 0.5rem 0;
}


    
.schedule_wrap dl dd,.schedule_wrap-day2 dl dd{
	width: 100%;
}

.schedule_wrap dl dd h4{
	color: #c0ff00;
	font-weight: bold;
	font-size: 1.25rem;
}


.schedule_wrap dl dd h4.day1_kyosan{
	font-size: 1rem;
	margin: 5px 0;
}

.schedule_wrap dl dd h4.day2_kyosan{
	font-size: 1rem;
	margin: 5px 0;
}

.schedule_wrap, .schedule_wrap-day2{
        padding: 70px 5px 30px;
}
    
.schedule_wrap h3, .schedule_wrap-day2 h3{
margin: 2rem auto 0;
}

.schedule_wrap-day2 {
    margin: 0 0 0;
}
	

	
.instructor-wrap img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 1rem auto;
}
	
	.img-tate{
	flex-flow: column;
	float:inherit;
    justify-content: center;
}
	
	.program-image{
    float:inherit;
	justify-content: center;
	
}

.img-double:nth-child(odd){
    margin: 3px;
    float:inherit;
	justify-content: center;
	
}

.img-double:nth-child(even){
    margin: 0 auto;
	float:inherit;
	justify-content: center;
}

.program-image img {
    width: 100px;
    height: 100px;
margin: 0 auto;
}
	
	
.info-prof{
	display: block;
}

.info-prof .company{
	margin: 1rem 0 0 0;
    font-weight: bold;
}

.prof-text {
    border-top: 1px solid #FFF;
    margin: 1rem 0 0 0;
    padding: 0.5rem 0;
    font-size: 0.825rem;
}
	
.info-prof img {
    margin: 0 auto;
	max-width:150px;
}
    
}

@media screen and (max-width:590px){

.day1text, .day2text {
    font-size: 2rem;
}

.schedule_wrap h3, .schedule_wrap-day2 h3{
    font-size: 1.5rem;
    margin: 0rem auto 0;
        
}

.schedule_wrap-day2 dl dd h4.day2_kyosan{
	color:#720045;
	font-size: 1rem;
}
	
.explanation-small {
    display: block;
}
    
    
}

.attention {
    font-size: 0.75rem;
    padding: 10px 0;
    text-align: right;
	max-width:900px;
	margin:0 auto 50px;
	color:#FFFFFF;
}