@charset "UTF-8";

body{
	background-color: #E3DE1A;
}

.card_clear {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

#youtube{
	width: auto;
	height: 100%;
}

/*btn*/
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}

/*テキスト左寄せ、全体位置はは真ん中*/
 .txt {
    display: inline-block;
    text-align: left;
}

/*margin*/
.mt_20{
	margin-top: 20px;
}

.mt_30{
	margin-top: 30px;
}

.mt_40{
	margin-top: 40px;
}

.mt_50{
	margin-top: 50px;
}

.mb_20{
	margin-bottom: 20px;
}

.mb_30{
	margin-bottom: 30px;
}

/*padding*/

.pt_20{
	padding-top: 20px;
}

.pt_30{
	padding-top: 30px;
}

.pb_20{
	padding-bottom: 20px;
}

.pb_30{
	padding-bottom: 30px;
}

.pl_10{
	padding-left: 10px;
}

.pl_20{
	padding-left: 20px;
}

.pl_30{
	padding-left: 30px;
}

.pr_10{
	padding-right: 10px;
}

.pr_20{
	padding-right: 20px;
}

/*text*/
.text_c{
	text-align: center;
}

.text_l{
	text-align:left;
}

/*フォント*/
.fw_b{
	font-weight: bold;
}
.fs_20{
	font-size: 20px;
}
.fs_30{
	font-size: 30px;
}
.fs_40{
	font-size: 40px;
}

/*一部フォントの色*/
span{
	color: crimson;
}


/*リンク　hover*/
.a_font{
	color: #3A3A3A;
}

.list-unstyled .btn-link a {/*footer内リンク文字色*/
	color: #ffffff;
}

.list-unstyled .btn-link a:hover {/*footer内ホーバー時文字色*/
	color: #FFFFFF;
}

.line_style{
	display: inline;
}

/*--------------------------------------------------------------------*/
/*タブレット横、パソコン用*/
@media screen and (min-width:1024px) {
	
#youtube{
	width: 560px;
	height: 315px;
}	
	
	
	
	
}
