@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.clearFix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.taJ {
  text-align: justify;
  text-justify: inter-ideograph;
}

.ttlStyle01 {
  background: #c5377f;
  border-radius: 5px;
  padding: 10px 10px 10px 18px;
}
.ttlStyle01:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 768px) {
  .ttlStyle01 {
    padding: 10px;
    border-radius: 0;
  }
}
.ttlStyle01 .txt {
  color: #fff;
  font-size: 28px;
  float: left;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ttlStyle01 .txt {
    font-size: 18px;
    line-height: 24px;
  }
}
.ttlStyle01 .btn {
  display: block;
  float: right;
  width: 130px;
  border-radius: 5px;
  background: #fff;
  color: #c5377f;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .ttlStyle01 .btn {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    width: 104px;
  }
}

.ttlStyle02 {
  font-size: 26px;
  position: relative;
  margin: 0 -15px 24px;
  border-bottom: 1px solid #ccc;
  min-height: 53px;
  line-height: 1.3;
  padding: 6px 0 0 33px;
}
@media screen and (max-width: 768px) {
  .ttlStyle02 {
    margin: 0 0 22px;
    font-size: 20px;
    min-height: 40px;
    padding: 6px 0 0 15px;
  }
}
.ttlStyle02:before {
  content: "";
  display: block;
  width: 10px;
  height: 43px;
  position: absolute;
  background: #ccc;
  left: 7px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .ttlStyle02:before {
    width: 8px;
    height: 35px;
    left: 0;
  }
}
.ttlStyle03{
  background:-webkit-linear-gradient(#C53880 50%, #A72E6C 50%, #A72E6C);
  background:-o-linear-gradient(#C53880 50%, #A72E6C 50%, #A72E6C);
  background:linear-gradient(#C53880 50%, #A72E6C 50%, #A72E6C);
  margin-bottom: 50px;	
}
.ttlStyle03 .txt{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 33px 0 38px;
}
.ttlStyle03 .txt:before{
  content:'';
  background: url(../img/teacher/ico_teaceh01.png) no-repeat;
  background-size: contain;	
  width: 35px;
  height: 41px;
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;	
}
@media screen and (max-width: 768px) {
	.ttlStyle03{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 768px) {
	.ttlStyle03 .txt{
	  font-size: 18px;
	  padding: 18px;
	}
}
@media screen and (max-width: 768px) {
	.ttlStyle03 .txt:before{
		margin-right: 10px;
		width: 25px;
		height: 31px;
		background-size: contain;
	}
}
.ttlStyle04{
	font-size: 20px;
    line-height: 1;
    background: #d2d2d2;
    padding: 8px 10px 9px;	
}
@media screen and (max-width: 768px) {
	.ttlStyle04{
		font-size: 16px;
		padding: 7px;
	}
}
/*btn 関係*/
.btnMore{
	border: 1px solid #bcbcbc;
	font-size: 20px;
	text-align: center;
	box-shadow: 0px 3px 5px 1px rgba(178,178,178,1);
	margin: 49px 0 54px;
	background: -moz-linear-gradient(top, #fefefe 0%, #f4f4f4 50%, #e5e5e5 100%); 
	background: -webkit-linear-gradient(top, #fefefe 0%,#f4f4f4 50%,#e5e5e5 100%); 
	background: linear-gradient(to bottom, #fefefe 0%,#f4f4f4 50%,#e5e5e5 100%); 	
}
.btnMore a{
	display: block;
	padding: 17px 0;	
}
@media screen and (max-width: 768px) {
	.btnMore{
		font-size: 15px;
		margin: 25px 0;	
	}
	.btnMore a{
		padding: 9px 0;	
	}
}
.btnGradation01{
	border: 1px solid #c53880;
	text-align: center;
	font-size: 24px;
	font-weight: bold;	
	line-height: 1;
	color: #c53880;
	box-shadow: 0 3px 5px 0 rgba(178,178,178,1);
	border-radius: 5px;
	background: -moz-linear-gradient(top, #fffefe 0%, #f3dfe9 50%, #e7bdd2 100%);
	background: -webkit-linear-gradient(top, #fffefe 0%,#f3dfe9 50%,#e7bdd2 100%); 
	background: linear-gradient(to bottom, #fffefe 0%,#f3dfe9 50%,#e7bdd2 100%);
}
.btnGradation01 a{
	display: block;
	color: #c53880;
	padding: 18px 0 20px;
}
@media screen and (max-width: 768px) {
	.btnGradation01{
		font-size: 18px;
	}
	.btnGradation01 a{
		padding: 9px 0 10px;
	}
}
.btnHere .btnGradation01{
	width: 470px;
}
@media screen and (max-width: 768px) {
	.btnHere .btnGradation01{
		width: auto;
		float: none;
	}
	.btnHere .btnGradation01 + .btnGradation01 {
		margin-top: 10px;
	}	
}

/*余白*/
.mb00 {margin-bottom: 0;}
/* 追加 */
.mt00 {margin-top: 0;}

