@charset "utf-8";
/* CSS Document */



/* 基本
------------------------------------------------------*/
body {
  font: 14px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	color: #0060bc;
}

a:hover,
.acmenu dt:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity:0.7;
}
a.tel:hover {
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

img {
	width: 100%;
	max-width: 1000px;
	height: auto;
	vertical-align: bottom;
}


#wrapper {
	max-width: 1000px;
	margin: 0 auto;
}







.wrap_btn {
	position: relative;
}
.wrap_btn a {
	position: absolute;
	display: block;
	width: 76%;
}
.wrap_btn.wrap_btn1 a {
	top: 70.6%;
	right: 4.3%;
}
.wrap_btn.wrap_btn1 a:nth-of-type(2) {
	top: 84.3%;
}

.wrap_btn.wrap_btn2 a {
	top: 81.4%;
}

.wrap_btn.wrap_btn3 a:nth-of-type(1),
.wrap_btn.wrap_btn3 a:nth-of-type(3) {
	top: 56.9%;
}
.wrap_btn.wrap_btn3 a:nth-of-type(2),
.wrap_btn.wrap_btn3 a:nth-of-type(4) {
	top: 76.8%;
}
.wrap_btn.wrap_btn3 a:nth-of-type(1),
.wrap_btn.wrap_btn3 a:nth-of-type(2) {
	left: 4.3%;
}
.wrap_btn.wrap_btn3 a:nth-of-type(3),
.wrap_btn.wrap_btn3 a:nth-of-type(4) {
	right: 4.3%;
}

.wrap_btn.wrap_btn4 a {
	top: 30%;
	left: 12%;
}
.wrap_btn.wrap_btn4 a:nth-of-type(2) {
	left: auto;
	right: 4.3%;
}

.wrap_btn.wrap_btn5 a {
	top: 85%;
}

.wrap_btn.wrap_btn6 a {
	top: 72.1%;
}
.wrap_btn.wrap_btn6 a:nth-of-type(2) {
	top: 85.1%;
}

.wrap_btn.wrap_btn7 a:nth-of-type(1),
.wrap_btn.wrap_btn7 a:nth-of-type(3) {
	top: 57.6%;
}
.wrap_btn.wrap_btn7 a:nth-of-type(2),
.wrap_btn.wrap_btn7 a:nth-of-type(4) {
	top: 77.4%;
}

.wrap_btn.wrap_btn8 a:nth-of-type(1),
.wrap_btn.wrap_btn8 a:nth-of-type(3) {
	top: 54.9%;
}
.wrap_btn.wrap_btn8 a:nth-of-type(2),
.wrap_btn.wrap_btn8 a:nth-of-type(4) {
	top: 75.7%;
}
.wrap_btn.wrap_btn9 a:nth-of-type(1),
.wrap_btn.wrap_btn9 a:nth-of-type(3) {
	top: 57.3%;
}
.wrap_btn.wrap_btn9 a:nth-of-type(2),
.wrap_btn.wrap_btn9 a:nth-of-type(4) {
	top: 77%;
}








.wrap_btn.tel a {
	width: 48.9%;
	top: 19.4%;
	left: 46.3%;
}



.note {
	border: 1px solid #555;
	padding: 10px;
	margin: 10px 4%;
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
}
.note p {
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
}
.note p:first-child {
	margin-bottom: 5px;
}


@media (min-width: 768px) {
	
	.note {
		padding: 15px;
		margin: 15px 4%;
	}
	.note p {
		font-size: 17px;
		line-height: 24px;
	}
	
}





/* --------------------------------------------------------
 アコーディオン
----------------------------------------------------------- */

.acmenu dt {
    cursor:pointer;
}
.acmenu dt img.cls,
.acmenu dt.active img.opn {
    display: none;
}
.acmenu dt.active img.cls {
	display: inline;
}



.menu.ctt dt {
    text-align: center;
	padding-left: 0;
}

.acmenu dd {
    display: none;
}
.acmenu dd ul {
	padding-bottom: 50px;
	margin: 10px -10px;
}
.acmenu dd li {
    position: relative;
	float: left;
	width: 50%;
	height: 0;
	padding-top: 87%;
}
.acmenu dd li span {
    position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding: 10px;
	width: 100%;
}
.acmenu dd li span img {
    margin-bottom: 5px;
}
.acmenu dd li .icon-rank {
    position: absolute;
	top: 10px;
	left: 10px;
	width: 64px;
	height: auto;
}
