@charset "UTF-8";

/******* 共通 ********/

#container {	
	max-width: 800px;
	margin: 20px auto 0;
}
#container.w1000 {	
	max-width: 1000px;
	margin: 20px auto 0;
}


.mt60 {
	margin-top: 60px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt20 {
	margin-top: 20px !important;
}

@media (min-width: 769px) {
	.sp {
		display: none;
	}
}
@media (max-width: 768px) {
	.pc {
		display: none;
	}
}


.special-cont  {
	margin: 0 auto;
}
.special-cont img {
	max-width: 100%;
	vertical-align: top;
}

.special-cont > p {
	 position: relative;
}
.special-cont p a.tab-btn01 {
	position: absolute;
	bottom: 714px;
    right: 0;
    left: -90px;
	margin: 0 auto;
	max-width: 918px;
}
.special-cont p a.tab-btn02 {
	position: absolute;
	bottom: 38px;
	left: 213px;
}
a:hover {
	opacity: 0.6;
}
.range {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

/*210913 linkボタン用追記*/

.link_box {
	position: relative;
}
.link_box a {
	display: block;
	position: absolute;
	max-width: 309px;
	top: 503px;
	left: 670px;
}
/* 231016 ボタン単体追記 */
.btn-set {
	position: relative;
}
.btn-set a {
	width: 52.6%;
	display: block;
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%);
}

.btn-set.button1 a {
	bottom: 2%;
}

.btn-set.button2 a {
	bottom: 10%;
}


@media (max-width:768px) {
	.btn-set a {
		width: 100%;
		width: 52.6%;
		display: block;
		position: absolute;
		left: 50%;
		transform: translate(-50%);
	}	
	.link_box a {
		display: block;
		position: absolute;
		max-width: 32.5%;
		top: 37.5%;
		left: 65.5%;
	}
	}
@media (min-width:769px) {
	.special-cont {
		width: 750px;
	}

}

/*210913 linkボタン用追記　ここまで*/

@media (max-width: 1200px) and (min-width: 769px) {
	#contents {
	    padding-left: 0;
	    padding-right: 0;
	}
}
@media (max-width:768px) {
	#contents {
		/*
		padding-top: 0;
		*/
	}
	.special-cont p a.tab-btn01 img {
		width: 21vw;
	}
	.special-cont p a.tab-btn02 img {
		width: 32vw;
	}
	.special-cont p a.tab-btn01 {
		top: 111vw;
    left: 3vw;
	}
	.special-cont p a.tab-btn02 {
		bottom: 4.9vw;
		left: 27.4vw;
	}

}



/******* アプリDLセクション ********/

.download {
	position: relative;
	box-sizing: border-box;
}
.dl-tit {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}
.dl-tit_02 {
	width: 545px;
	margin: 0 auto;
}

.download ul {
	text-align: center;
}
.download ul li {
	display: inline-block;
	vertical-align: top;
}
.download ul li:nth-child(1) {
	margin-right: 40px;
}
.download ul li:nth-child(2) {
	margin-right: 10px;
}

.annotation {
	margin: 0 15%;
	margin-bottom: 20px;
}
.annotation p {
	text-indent: -1em;
	padding-left: 1em;
}

@media (max-width: 768px) {
	.download {
		padding: 0 10px;
	}
	.dl-tit {
		width: 93%;
	}
	.dl-tit_02 {
		width: 73%;
	}
	.download ul {
		max-width: 500px;
		margin: 20px auto 0 !important;
	}
	.download ul:after {
		content: "";
		display: block;
		clear: both;
	}
	.download ul li {
		float: left;
		max-width: 270px;
	}
	.download ul li:nth-child(1) {
		width: 41%;
		margin-right: 5%;
		margin-left: 2%;
	}
	.download ul li:nth-child(2) {
		width: 50%;
		margin-right: 2%;
	}
	.annotation {
		margin: 20px 5%;
	}
	.annotation p {
		margin: 0 15px;
		font-size: 12px;
	}

}
