@charset "UTF-8";
@import url("grid.css");

main{
	background:rgba(247,227,186,0.05);
    background:url("../img/img_back_green_03.png");
    background-repeat: repeat-y;
	background-size:contain;
}
	
#instructor{
	max-width:768px;
    margin:0 auto;
    padding:0 2rem;
	background: rgba(255,255,255,0.5);
}
#instructor a{
	display:inline;
}

#instructor h2{
	position: relative;
	display: flex;
	padding-bottom: 1rem;
	margin-bottom:3rem;
	text-align:center;
	justify-content: center;
}

#instructor h2:before{
	  content: '';
	  position: absolute;
	  bottom: 0;
	  display: inline-block;
	  width: 2rem;
	  height: 3px;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  background-color: var(--base-color);
	  border-radius: 2px;
}

#instructor h3{
	background-color:rgba(247,227,186,0.4);
	font-weight:500;
	padding:1rem;
	margin-bottom:3rem;
	text-align:center;
}
	
.instructor{
        padding:0 2rem;
		margin:0 auto 6rem;
}
.instructor h8{
    background:rgba(247,227,186,0.5);
    font-size:0.9em;
    padding:0.3rem 1rem;
}
.instructor ul {
        font-size:0.9em;
        list-style-type:disc;
        line-height:1.3;
        letter-spacing:-0.01rem;
        margin:1rem 0 3rem;
}
.instructor p {
        font-size:0.9em;
        line-height:1.5;
        margin:1rem 0 3rem;
}

#class_instructor{
	max-width:768px;
	margin:0 auto;
    padding:0 1rem 3rem;
}

dl{
	display:flex;
	flex-wrap: wrap;
}
dl dt {
	width: 20%;
}
dl dd {
	width: 80%;
}

.flex_class_instructor{
    display:flex;
    justify-content: space-between;
    margin:0 auto 3rem;
}
.flex_class_instructor .flexbox {
    flex: 0 0 49%;
    width: 49%;
    height: auto;
    display:flex;
    flex-direction:column;
	background-color:rgba(247,227,186,0.4); 
	border-radius:10px; 
	text-align:center;
}
.flex_class_instructor .flexbox ul{
    flex-grow:1;
    display:flex;
	flex-direction: column;
	list-style:none;
    font-size:0.8em;
    margin:0 0.5rem 0.5rem;
	padding:1rem;
	background-color:white; 
	border-radius:10px; 
	text-align:left;
}
.flex_class_instructor .flexbox p{
    font-size:0.8em;
    display:block;
    margin-left:0.5rem;
}



.btn,
a.btn,
button.btn {  
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.rem;
    bottom:0;
}

a.btn--toiawase_02 {
  color: var(--base-color);
  background-color: rgba(247,227,186,0.4);
}

a.btn--toiawase_02:hover {
  color: var(--base-color);
  background-color: rgba(247,227,186,0.6);
}

a.btn-c {
  font-size: 1.1rem;
  position: relative;
  margin:0 0.5rem;
  border-radius:5px;
}

a.btn-c i.fa {
  margin-right: 1rem;
}
@media screen and (min-width: 768px){

a.btn-c {  
  padding: 1rem 0rem ;
}
} 

.btn_large,
a.btn_large,
button.btn_large {  
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
    width:100%;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0rem;
}

a.btn--toiawase {
  color: var(--white-color);
  background-color: rgba(30,38,120,0.9);
}

a.btn--toiawase:hover {
  color: var(--base-color);
  background: rgba(30,38,120,0.3);
}

a.btn_large-c {
  font-size: 1.5rem;
  position: relative;
  padding: 1.5rem 1rem 1.5rem 1rem;
  margin:1rem;
}
  

a.btn_large-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .6rem);
  right: 5.0rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}
a.btn_large-c i.fa {
  margin-right: 1rem;
}
.class_title {
    background-image: url("../img/img_back_green_02.png");
    width: 100%;
    background-size:cover;
    background-position:center;
    padding-top:5%;
    padding-bottom:10%;
}

#class_instructor h3{
	position: relative;
	display: flex;
	padding-bottom: 1rem;
	margin-bottom:3rem;
	text-align:center;
	justify-content: center;
}

#class_instructor h3:before{
	  content: '';
	  position: absolute;
	  bottom: 0;
	  display: inline-block;
	  width: 2rem;
	  height: 3px;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	  transform: translateX(-50%);
	  background-color: var(--base-color);
	  border-radius: 2px;
}

#class_instructor h4 {
    padding:0.5rem 1rem;
    margin-bottom:0;
    background-color:rgb(30,38,120,0.1);
    font-size:1.1em;
    color:var(--base-color);
}
#class_instructor h5{
    vertical-align: middle;
    font-size:0.9em;
    font-weight:500;
}


.anchor {
    margin-top:20px;
    padding-top:20px;
}

#header_page_instructor {
    width:100%; background:rgba(255,255,255,0.3);
	z-index: 99;
}
#header_page_instructor h1{
	margin-top:10px;
	margin-bottom:0;
}
#header_page_instructor img{width:15%;}

@media ( max-width : 980px ) {
    #header_page_instructor img{width:20%;}
}
@media ( max-width : 550px ) {
    #header_page_instructor img{width:30%;}
}
