@charset "utf-8";

/*--------------------------
	common
--------------------------*/
.example4 {
    width: 70%;
    margin: auto;
	margin-bottom: 3%;
}


/*--------------------------
	movie
--------------------------*/
#movie {
  position: relative;
  width: 100%;
  padding-top:56.25%;
}

#movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h1 {
    margin: 0 0 10px;
    font-size: 21px;
    text-align: center;
}  
/*--------------------------
	文字
--------------------------*/
.text01 {
    font-size: 30px;
    text-align: left;
    font-weight: bold;
    color: #FF9D00;
}

.text02 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.text03 {
    font-size: 15px;
    text-align: left;
    line-height: 1.7;
	margin-top: 2%;
}

.text04 {
    font-size: 49px;
    text-align: left;
    font-weight: bold;
    border-bottom: 1px dashed #FF9D00;
    margin-top: 4%;
	margin-bottom: 4%;
}

.text05 {
    font-size: 16px;
    text-align: left;
    margin-top: 3%;
    border-bottom: 1px dashed #D3DAD9;
}

/*-------------------------------
	676px以下用
---------------------------------*/
@media screen and (max-width: 676px) {

.example4 {
    width: 100%;
}
	
/*--------------------------
	文字
--------------------------*/
 .text01 {
    font-size: 20px;
    }
	
	.text02 {
    font-size: 14px;
	}	
		
    .text03 {
    font-size: 13px;
	line-height: 1.6;
	margin-top: 6%;
    }
	
	.text04 {
    font-size: 20px;
    margin-top: 9%;
}
.text05 {
    font-size: 14px;
    line-height: 1.8;
	margin-top: 8%;
}	
	
}