.title01 {
	font-size: 36px;
	color:#00a0db;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
.title02 {
	font-size: 36px;
	color:#00a0db;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
}
.title01 span,
.title02 span  {
font-size: 20px;
}

iframe[src^="https://docs.google.com/forms/d/e"]{
  width:100%;
}

div.iframeWrapper {
    width: 100%;
    text-align: center;
    }
 
div.iframeWrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 1250px;
    }
    
    @media screen and (max-width: 768px) {
  .title01 {
	font-size: 20px;
	color:#00a0db;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
.title02 {
	font-size: 20px;
	color:#00a0db;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
}
.title01 span,
.title02 span  {
font-size: 16px;
}  
        }