@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------
 common
----------------------------------------------------------- */

img {
    max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#wrapper {
	width: 768px;/*widthは画像の幅に合わせる*/
	margin: 0 auto;
}

a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

section {
    margin: 0;
}
p {
	margin:0;
}

.box1 {
}

.box9,
.box11 {
	position: relative;
}

.box1 .btn1{
	text-align: center;
	margin-top: 5%;
}

.box9 .btn2{
position: absolute;
bottom: 330px;
left: 40px;
}

.box11 .btn3{
position: absolute;
bottom: 1030px;
left: 40px;
}

/* --------------------------------------------------------
 gifアニメ
----------------------------------------------------------- */

.tittle{
	position: relative;
}

.gif .anime {
    top: 5%;
	width: 100%;
	margin-top: 11.5%;
}
.gifanime .anime {
	position: absolute;
	top: 0;
	z-index: 1;
}
.gif .anime img {
	width: 100%;
}
#gif {
	z-index: 2;
	position: relative;
}


/* --------------------------------------------------------
 アコーディオン
----------------------------------------------------------- */

.frm-faq {
	background: url(../images/bg.jpg);
}

.faq01 .accordion {
	background: url(../images/qa01_ov.jpg) no-repeat left top;
	width: 768px;
	height: 115px;
}

.faq02 .accordion {
	background: url(../images/qa02_ov.jpg) no-repeat left top;
	width: 768px;
	height: 91px;
}

.faq03 .accordion {
	background: url(../images/qa03_ov.jpg) no-repeat left top;
	width: 768px;
	height: 91px;
}

.faq04 .accordion {
	background: url(../images/qa04_ov.jpg) no-repeat left top;
	width: 768px;
	height: 114px;
}

.faq05 .accordion {
	background: url(../images/qa05_ov.jpg) no-repeat left top;
	width: 768px;
	height: 115px;
}

.faq01,
.faq02,
.faq03,
.faq04,
.faq05 {
	 padding-bottom: 15px; 
}

.faq01 dd,
.faq02 dd,
.faq03 dd,
.faq04 dd,
.faq05 dd {
	display: none;
}

.accordion.open img {
	display:none;
} 

/* --------------------------------------------------------
 フッター
----------------------------------------------------------- */
.foot {
	font-size: 15px;
	padding-top: 30px;
	text-align: center;
}

.m-hoot a {
	padding:0px 10px;
	font-size:15px;
	line-height:2.0em;
}

address {
	padding: 20px 15px 20px;
	font-style: normal;
}


.page-top {
    position: fixed;
	right: 20px;
    bottom: 10px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	}




