@charset "utf-8";

@media screen and (min-width: 500px) {
#wrapper.fix {
	padding-top:0;
}
}

#header h1 {
	font-size:1em;
}

#title h3 {
	margin:0 auto;
	padding:19px 30px;
}

.docl {
	float:left;
	width:340px;
}
.docr {
	float:right;
	width:340px;
}
.table8 {
	width: 100%;
	border-collapse: collapse;
}
.table8 td {
	padding: 8px 0;
	border: 1px solid #ccc;
    text-align: center;
}
.table8 th {
	width:auto;
	padding: 8px 0;
	border: 1px solid #ccc;
	font-weight: normal;
	background:#dfedfb;
    text-align: center;
}

.vd_waku {
    border: 2px solid #8faadc;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    line-height: 1;
}
.vd_waku h2 {
    font-size: 1.24em;
    margin-bottom: 20px;
}
.vd_waku h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
    color: #1a2c70;
}
.vd_waku h4 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #8faadc;
}
.vd_waku h5 {
    font-size: 2.5em;
    color: #8faadc;
}

@media screen and (max-width: 499px) {
.docl {
	float:none;
	width:auto;
	margin-bottom:20px;
}
.docr {
	float:none;
	width:auto;
	text-align:center;
}

.vd_waku {
    padding: 30px 0;
}
.vd_waku h2 {
    font-size: 1.16em;
}
.vd_waku h3 {
    font-size: 1.16em;
}
.vd_waku h4 {
    font-size: 1.4em;
}
.vd_waku h5 {
    font-size: 2em;
}

}






iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} 





div.parsent {
position: relative;
width: 100%;
height: 0;
padding-bottom: 56.25%;
} 



.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.wrapper {
  position: relative;
  padding-top: 56.25%;

  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
