h4 {
  padding: 0.5em;
  color: #494949;
  background: #fffaf4;
  margin-left:0px;
  margin-right:10px;
  border-left: solid 5px #ffaf58;
}


.col-md-3 {
	margin-bottom:20px;
}

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

}

@media screen and (max-width: 640px) {
.prof_01 {
	padding-bottom:20px;
}

.youtube .col-md-3 {
	text-align:center;

}

}

@media screen and (min-width: 641px) {
.youtube iframe{


}
}





@media screen and (max-width: 768px) {
.submenu {
	margin:0 auto;
	padding-top:10px;
}

.wrap {
	overflow:hidden;
}
}

@media screen and (min-width: 641px) and (max-width: 768px) {
.submenu {
	width:86%;
}
.submenu img {
	padding-bottom:5px;
}
}

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

.submenu {
	padding-left:5%;
	padding-right:5%;
}
.submenu img {
	padding-bottom:15px;
}
}







.table {
	width:100%;
	margin-top:20px;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.table th {
	width:200px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color:#fafafa;

}
.table td {
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.must {
	background-color:#F00;
	color:#FFF;
	font-weight:700;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding:3px;
	font-size:80%;
	margin-left:5px;
}

@media screen and (max-width: 768px) {
.table th,td{
	padding-left:10px;
	padding-right:10px;
	width: 100%;
    display: block;
}
}






a.cp_btn {
display: block;
width: 200px;
padding: 0.8em;
text-align: center;
text-decoration: none;
color: #EC407A;
border: 2px solid #EC407A;
border-radius: 3px;
transition: .4s;
}
a.cp_btn:hover {
background: #EC407A;
color: #fff;
}



input[type=checkbox] {
  display: none;
}
#radio01, #radio02{
  display: none;
}


.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
  width:100%;
}
.radio:hover, .checkbox:hover {
  background-color: #d7d8ed;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #0048b3;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0048b3;
  border-bottom: 3px solid #0048b3;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0048b3;
  border-bottom: 3px solid #0048b3;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
