

html, body, div,
h1, h2, h3, h4, h5, h6,
ol, ul, li,img {
   margin:0px;
   padding:0px;
   border:0px;
   font-family:inherit;
   font-style:inherit;
   font-weight:inherit;
 font-family: Arial, Roboto, gDroid Sansh, gSVbNh, YuGothic, gqMmpS ProN W3h, gHiragino Kaku Gothic ProNh, gCIh, Meiryo, sans-serif;
 letter-spacing: 2px;
}
.menu_a{
	position: fixed;
	width: 100%;
	background-color: #2b3867;
	margin-bottom: 10px;
	text-align: center;
}
li{
	display: inline-block;
	width: 15.5%;
	margin: 10px 0;
	font-size:90%;
}
li a{
 	color: #fff;
	text-decoration: none;	
}
li a:hover{
 	color: pink;
}

#container{
width:100%;
}
h1{
 color: #ff6600;
  text-shadow:  3px  3px 5px #000 ,
               -3px  3px 5px #000 ,
                3px -3px 5px #000 ,
               -3px -3px 5px #000;
}
div.soto{
 width: 900px;
 border-left: blue 1px solid;
 border-right: pink 1px solid;
 padding: 30px 10px;
 margin-left:auto;
 margin-right:auto;
}
.start{
	width:98%;
	background-color: #e1e1e1;
	padding: 5% 1% 1% 1%;
 text-align: left;
 background-image: url(../img/top3.jpg);
}
div.dust{
 margin-left: 20px;
 line-height: 30px;
 font-size: 10pt;
}
h2{
 color: red;
 font-size: 14pt;
 letter-spacing: 5px;
 margin: 20px 50px 10px 50px;
 text-align: center;
 font-style: italic;
}
div.bun {
 max-width: 700px;
 width: 90%;
 border-bottom: solid 2px blue;
 padding: 15px;
 margin-left:auto;
 margin-right:auto;
 margin-bottom: 20px;
 border-width: 0px 0px 2px 0px;
}
span.red{
 color: #ff0000;
}
span.blue{
 color: #0000ff;
}
p.line30{
 line-height:30px;
 margin-left: 30px;
}
img.lazyload {
 margin: 15px 15px 15px 15px;
 border: 0px;
 width: 300px;
}
h3{
 color: blue;
 font-size: 13pt;
 letter-spacing: 2px;
 margin: 30px 0px 10px 10px;
 font-weight: bold;
}
.box27 {
 position: relative;
 margin: 4em 2em;
 padding: 0.5em 1em;
 border: solid 3px #ff6600;
}
.box27 .box-title {
 position: absolute;
 display: inline-block;
 top: -35px;
 left: -3px;
 padding: 5px 0px 0px 15px;
 height: 30px;
 line-height: 25px;
 vertical-align: middle;
 font-size: 17px;
 background: #ff6600;
 color: #ffffff;
 font-weight: bold;
 border-radius: 5px;
}
div.box-title{
 letter-spacing: 10px;
}
.box27 p {
 margin: 0;
 padding: 0;
}
span.bigr{
 font-size: 150%;
 color: red;
}
@media screen and (max-width: 1000px) {

body{
 padding: 0;
 letter-spacing: 1px;
}

.ham {
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: #2b3867;
}
.ham_line {
	position: absolute;
	left: 10px;
	width: 20px;
	height: 2px;
	background-color: #fff;
	transition: all 0.3s;
}
.ham_line1 {
	top: 10px;
}
.ham_line2 {
	top: 18px;
}
.ham_line3 {
	top: 26px;
}
.clicked .ham_line1 {
	transform: rotate(45deg);
	top: 20px;
}
.clicked .ham_line2 {
	width: 0px;
}
.clicked .ham_line3 {
	transform: rotate(-45deg);
	top: 20px;
}
.menu {

	position: fixed;
	width: 250px;
	padding: 5px;
	left: -300px;
	background-color: #2b3899;
	transition: all 0.3s;
}
.clicked .menu {
	left:0px;
}
li{
 width: 96%;
}
.start{
 font-size: 75%;
 background-image: url(../img/top2.jpg);
}
h1{
 padding-top: 25px;
}
div.soto{
 width: 95%;
 padding: 20px 0px 0px 0px;
 font-size: 75%;
}
div img{
 max-width: 100%;
}
div iframe {
 width: 90%;
}
.dust{
 padding: 10px;
 margin-left: 10px;
}

@media screen and (max-width: 600px) {

div.soto{
 border-left: none;
 border-right: none;
 width: 100%;
 padding: 0px;
}
.ad {
 width:320px;
 margin-right: auto;
 margin-left: auto;
 padding: 0;
}
.google-ads{
 max-width: 320px;
 margin-left:auto;
 margin-right:auto;
}
div.questionnaire iframe{
 width: 100%;
height: 1050px;
}
}