#formWrap {
    width: 900px;
    margin-top: 0;
    margin-bottom: 0;
    color: #555;
    line-height: 120%;
    font-size: 90%;

}
table.formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	margin-top: -25px;
	background-color: #FFF;
    
	
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width: 30%;
	font-weight: normal;
	background: #efefef;
	text-align: left;
	background-color: #FFF;
}


.style1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
}
.attention{
  background-color: #FFF;
  display: block;
  padding: 15px;
  border: 2px solid #FF0000;
margin-bottom:1em;
}
p.dnnFormRequired{
	text-align:right;
}
p.dnnFormRequired span {
  border-left-color:#FF0000;
  border-left-style:solid;
  border-left-width:5px;
  padding-left:0.5em;
}

h2.dnnFormSectionHead {
	font-size: 22px !important;
	font-weight: bold !important;
	color: #F00;
	text-align: center;
	margin-top: -10px;
	padding-top: -10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


h2.dnnFormSectionHead {
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 1.2;
	margin: 0.9em auto 0.3em;
	padding: 0;
	text-align: center;
	word-spacing: 2em;
	margin-top:8px;
	margin-bottom: 2px;
}

h2.dnnFormSectionHead1 {
	font-size: 24px !important;
	font-weight: 600 !important;
	color: #F00;
	text-align: center;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}


h2.dnnFormSectionHead1 {
    font-weight: bold;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin: 0em auto -0.4em;
    padding: 0;
    text-align: center;
    word-spacing: 15em;
    margin-top: 0px;
    padding-top: 10px;
    font-size: 25px;
}






















#formWrap textarea {
	min-height: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width: 95%;
	padding: 0 3px;
	border-left: solid 4px #FF0000;

}

#formWrap input[type=text]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width: 95%;
	height: 50px;
	padding: 0 3px;
	border-left: solid 4px #FF0000;
	overflow: scroll;
	
}
 


#formWrap input[type=text2]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width: 100%;
	height: 25px;
	padding: 0 3px;
	border-left: solid 4px #FF0000;
	overflow: scroll;
	
}






















#formWrap input[type=text]:focus,
#formWrap textarea:focus {
    border: solid 1px #20b2aa;
    margin-left: -2px;
}
 
#formWrap input[type=text],
#formWrap select,
#formWrap textarea { 
   outline: none;
}

#formWrap input[type=submit],
#formWrap input[type=reset],
#formWrap input[type=button]
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width: 140px;
	height: 25px;
	padding: 0 3px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	text-shadow: none;
	background-color: #F00;
	font-size: 16px;
}

/* 自由に編集下さい */
#formWrap {
    width: auto;
    margin-top: 63px;
    margin-bottom: 0;
    color: #555;
    line-height: 100%;
    font-size: 90%;
    margin-left: auto;
    margin-right: auto;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border: 1px solid #ccc;
	padding: 10px;
	background-color: #FFF;
}
table.formTable th{
	width: 20%;
	font-weight: normal;
	text-align: left;
	background-color: #F2F2F2;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

.color001 {
	margin-left: 0px;
	font-size: 85%;
	color: #000;
}






@media screen and (max-width: 640px){
	#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:25%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
.color001 {
	margin-left: 0px;
	font-size: 8%;
	color: #000;
}

}


@media screen and (max-width: 376px){
	#formWrap {
    width: 110%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: -49px;
    margin-bottom: 0;
    color: #555;
    line-height: 120%;
    font-size: 90%;
}
table.formTable{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px 20px 30px 10px;
}
table.formTable th{
	width:22%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
.color001 {
	margin-left: 0px;
	font-size: 8%;
	color: #000;
}
}

@media screen and (max-width: 400px){
	#formWrap {
    width: 110%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: -49px;
    margin-bottom: 0;
    color: #555;
    line-height: 120%;
    font-size: 90%;
}
table.formTable{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px 20px 30px 10px;
}
table.formTable th{
	width:22%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
.color001 {
	margin-left: 0px;
	font-size: 8%;
	color: #000;
}
}

@media screen and (max-width: 420px){
	#formWrap {
    width: 110%;
    margin-top: 100px;
    margin-right: auto;
    margin-left: -49px;
    margin-bottom: 0;
    color: #555;
    line-height: 120%;
    font-size: 90%;
}
table.formTable{
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px 20px 30px 10px;
}
table.formTable th{
	width:22%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}
.color001 {
	margin-left: 0px;
	font-size: 8%;
	color: #000;
}
}






iframe {
    width: 100%;
    height: 400px;
    border: none;
    margin-bottom: 20px;
    margin-top: -45px;
}



     
  @media (max-width: 430px) {
iframe {
    width: 100%;
    height: 360px;
    border: none;
    font-size: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 16%;
}    
    } 
  @media (max-width: 415px) {
iframe {
    width: 95%;
    height: 360px;
    border: none;
    font-size: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0%;
    padding-left: 10%;
    margin-top: -89px;
}    
    } 


  @media (max-width: 391px) {
iframe {
    width: 90%;
    height: 360px;
    border: none;
    font-size: 50%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0%;
    padding-left: 10%;
    margin-top: -107px;
}    
    } 



  @media (max-width: 377px) {
iframe {
    width: 100%;
    height: 360px;
    border: none;
    font-size: 50%;
    margin-right: auto;
    padding-top: 0%;
    padding-left: 10%;
    margin-top: -107px;
    margin-left: -37px;
}    
    }


   @media (max-width: 330px) {
iframe {
    width: 90%;
    height: 360px;
    border: none;
    font-size: 30%;
    margin-right: 67px;
    padding-top: 4%;
    padding-left: 3%;
    margin-left: -12px;
    margin-bottom: 45px;
    margin-top: -107px;
}    
    } 





    
#formWrap {
　width:auto !important;
  text-align: center !important;
}



















