/* CSS Document */
/* body{
	min-width: 1020px;
} */
.contents{
	max-width: 1600px;
	/* min-width: 1020px; */
	margin: -4px auto 0;
  font-family:"Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:100;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:200;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:300;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Medium");
  font-weight:400;
}
@font-face{
  font-family:"Yu Gothic";
  src:local("Yu Gothic Bold");
  font-weight:bold;
}
.contents a{
	transition: opacity .4s cubic-bezier(.210, .60, .350, 1);
}
.contents a:hover{
	opacity:0.7;
}
#wrap{
	text-align:left;
	overflow:hidden;
	background-color: #fff;
}
.contents{
	overflow: hidden;
}
.contents p,
.contents h2,
.contents h3,
.contents h4{
	margin: 0px;
	line-height: 1.2em;
}
.contents ul,
.contents li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contents img{
	max-width: 100%;
	height: auto;
}
.contents a img{
	border:none;
}
#main .footstepBox{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -451px;
	z-index: 2;
	margin-top: 0px;
	margin-bottom: 40px;
	width: 902px;
}
#main .footstepBox,
#main .footstepBox a{
	color: #fff !important;
	opacity: 1 !important;
}
.naviBox{
	position: relative;
	z-index: 10;
}
.footerBox{
	margin-top: 0;
}
.pc_only{
	display: block;
}
.sp_only{
	display: none;
}input, 
textarea, 
select,
button,
label{
  outline:none;
	-webkit-tap-highlight-color:transparent;
}
:focus {
	outline: 0;
}
@media screen and (max-width: 740px) {
.footstepBox{
	width: auto;
	left: 0;
	margin: 0px 15px 15px 15px;
}
.footerBox{
	margin-top: 0;
}
.contents {
	min-width:320px;
}
.pc_only{
	display: none;
}
.sp_only{
	display: block;
}
}

/* pageTop */
#pageTop{
	padding:0px 10px 10px;
	background-color:#00a3d9;
	position:fixed;
	bottom:40px;
	right:0px;
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	line-height:1.2em;
	text-align:center;
	z-index:300;
}
#pageTop i{
	display:block;
	font-size:24px;
	line-height:1.2em;
}
#pageTop span{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
@media screen and (max-width: 740px) {
#pageTop{
	bottom:0px;
}
#pageTop i{
	font-size:20px;
	line-height:1em;
}
#pageTop span{
	font-size:10px;
}
#pageTop span br{
	display:none;
}
}

/* iframe */
.contents #form{
	padding: 40px 0;
}
.contents #form iframe{
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 1000px;
	height: 1480px;
}
@media screen and (max-width: 767px) {
.contents #form{
	padding: 20px 0 40px;
}
}
