@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

.wrap-mov{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wrap-mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.lead-lev2 {
font-weight:800;

}

/*-- レスポンシブテーブル --*/
table.resp{
	border: none;
	border-collapse: collapse;
  clear: both;
  margin: 20px 0;
  padding: 20px 0;
  width: 100%;
}

table.resp td,table.resp th{
	font-weight:300;
	padding:10px;
}

table.resp th{
	border-bottom: 3px solid #ff5d35;
	font-weight: 600;
  text-align-last: justify;
  text-justify:inter-ideograph;

	white-space: nowrap;
}

table.resp td{
	border-bottom: 1px solid #CCC;
	text-align: left;
	white-space: nowrap;
}


/*
@media screen and (max-width: 68px){
	table.resp td,table.resp th{
		width:100%;
		display:block;
		border: none;
	}
    table.resp td:last-child{
  	border-bottom: 1px solid #CCC;
  }
	table.resp th{
    text-align-last: left !important;
    text-justify: none !important;
	}
}

.stamp{
	background: #F00;
	color: #FFF;
	display: inlineblock;
	padding: 2px;
}

.red{
	color: #F00;
}
*/
