@charset "UTF-8";

/******* 共通 ********/
#contents {
/*
	padding-left: 0;
	padding-right: 0;
*/
}
#container {
	width: 960px;
	margin: 0 auto;
}
#container img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
#container a {
	display: block;
}
#container a:hover {
	opacity: .6;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.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) {
	*{
		box-sizing: border-box;
	}
	.pc {
		display: none;
	}
	#container {
		width: 100%;
	}
	}



/******* ページタイトル ********/
.main_title {
	box-sizing: border-box;
}

@media (min-width: 980px) {
	.main_title {
		width: 100vw;
		margin-left: calc((100vw - 750px)/-2);
		background: url(../images/img01_bg.jpg) repeat-x;
		padding: 10px 30px 0;
		background-size: cover;
		background-position: center bottom;
		}
		.main_title img {
			display: block;
			max-width: 640px;
			margin: 0 auto;
		}
	/*
	.main_img::before {
		display: block;
		position: absolute;
		top: -80px;
		right: 0;
		content: "※画面はイメージです。";
	}*/

}

@media (max-width: 979px) and (min-width: 769px) {
	.main_title {
		width: 980px;
		margin-left: -115px;
		background: url(../images/img01_bg.jpg) repeat-x;
		padding: 10px 30px 0;
		background-size: cover;
		background-position: center bottom;
		}
		.main_title img {
			display: block;
			max-width: 640px;
			margin: 0 auto;
		}
	/*
	.main_img::before {
		display: block;
		position: absolute;
		top: -80px;
		right: 0;
		content: "※画面はイメージです。";
	}*/


}

@media (max-width: 768px) {
	.main_title {
		background: none;
		padding: 0;
	}
	.main_title img {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 0;
	}

}




/******* アプリDLセクション ********/

.download {
	position: relative;
	box-sizing: border-box;
}
.dl-tit {
	width: 700px;
	margin: 0 auto;
}
.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-right: 6%;
	margin-left: 6%;
	margin-bottom: 30px;
}
.annotation p {
	text-indent: -1em;
	padding-left: 1em;
}

p#annotation_red {
	color: #f00;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
#anotation_iaeonapp.annotation{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	max-width: 537px;
	color: #424153;
}

@media (max-width: 768px) {
	.download {
		padding: 0px 10px 15px;
	}
	.dl-tit {
		width: 93%;
	}
	.dl-tit_02 {
		width: 73%;
	}
	.download ul {
		max-width: 500px;
		margin: 0 auto;
	}
	.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-right: initial;
		margin-left: initial;
		margin-top: 20px !important;
	}
	.annotation p {
		margin: 0 15px;
		font-size: 12px;
	}
	p#annotation_red {
		color: #f00;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}

}


/******* メインコンテンツ ********/

.main_img {
	box-sizing: border-box;
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}
.main_img img {
	margin-bottom: 5%;
}

#container .headline_img {
	margin-top: 5%;
}
#container h2 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 5%;
	line-height: 2;
	text-align: center;
	color: #424153;
}
#container .black {
	color: #000 !important;
}

@media (max-width: 768px) {
	#container h2 {
		font-size: 14px;
		font-weight: bold;
		margin: 0 15px 5% 15px;
		line-height: 1.5;
		text-align: center;
		color: #424153;
	}

}

.link_cont {
	position: relative;
}
.link_cont > img {
	position: relative;
}
.link_cont > a {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.link_cont.link01 a.ios_btn {
	width: 38.5%;
	top: 80%;
	left: 25.5%;
}
.link_cont.link01 a.android_btn {
	width: 47%;
	top: 80%;
	left: 70%;
}

.link_cont.link02 a {
	width: 55%;
	top: 88%;
  	left: 50%;
}

#contents p.button {
	text-align: center;

}
