@charset "utf-8";
/* CSS Document */

/*-
	PC版（769px以上）ここから
------------------------------------------------- */
@media screen and (min-width:769px), print{

/*- 注意事項 -*/
.attention{
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  /*font-weight: bold;*/
  color: #e50012;
}

#app_img {
  margin: 30px 0 60px 0;
}
#app_img img {
  width: 450px;
}


/*- ダウンロード -*/
 #download{
		padding: 50px 0;
	}
#download .wrapper{
    width: 950px;
    margin: 0 auto;
	text-align: center;
	padding: 20px 30px;
	border-radius: 25px;
}
#download h2{
    font-weight: bold;
	color: #E95738;
	margin-bottom: 12px;
    font-size: 28px;
}
#download h2::after{
	display: none;
}
	
#download ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 14px;
}
#download ul li{
	width: 440px;
	padding: 15px 18px;
	border-radius: 15px;
	background-color: #FFFFFF;
}

#download ul li dl{
	display: flex;
	justify-content: space-between
}
#download ul li dl dt{
	width: 280px;
	text-align: center;
	padding: 15px 0 10px 8px;
}
#download ul li dl dt p:nth-of-type(1){
	display: block;
	height: 65px;
	text-align: center;
	margin: 0 auto 15px;
}
#download ul li dl dt p:nth-of-type(1) a{
	display: inline-block;
	height: 100%;
}
#download ul li dl dt p:nth-of-type(1) a img{
	display: block;
	width: auto;
	height: 100%;
}
#download ul li dl dt p:nth-of-type(2){
	display: block;
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}
#download ul li dl dd{
	width: 130px;
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#download ul li:nth-of-type(1) dl dd{ background-image: url("../images/app_qr.png");}
#download ul li:nth-of-type(2) dl dd{ background-image: url("../images/google_qr.png");}

#download .register{
	display: inline-block;
	text-align: center;
	font-size: 12px;
}

}


/*-
	SP版（768px以下）ここから
------------------------------------------------- */
@media screen and (max-width: 768px) {

/*- 注意事項 -*/
.attention{
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  /*font-weight: bold;*/
  color: #e50012;
}


#app_img {
  margin: 10px 0 30px 0;
  text-align: center;
}
#app_img img {
  width: 80%;
}

/*- ダウンロード -*/
    #download{
        border-top: 2px solid #f1eeec;
		padding: 30px 10px;
	}
	#download .wrapper{
		padding: 20px;
		border-radius: 15px;
	}
	#download h2{
	    text-align: center;
	    font-size: 20px;
		font-weight: bold;
		color: #E95738;
		margin-bottom: 12px;
	}
	#download h2::after{
		display: none;
	}
	
	#download ul{
		display: flex;
		flex-direction: column;
		margin-bottom: 8px;
	}
	#download ul li{
		width: 100%;
		padding: 20px 10px 15px;
		border-radius: 12px;
		background-color: #FFFFFF;
	}
	#download ul li:last-of-type{
		margin-bottom: 20px;
	}

	#download ul li dl{
		display: block;
	}
	#download ul li dl dt{
		width: 100%;
		text-align: center;
	}
	#download ul li dl dt p:nth-of-type(1){
		display: block;
		height: 70px;
		text-align: center;
		margin: 0 auto 10px;
	}
	#download ul li dl dt p:nth-of-type(1) a{
		display: inline-block;
		height: 100%;
	}
	#download ul li dl dt p:nth-of-type(1) a img{
		display: block;
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	#download ul li dl dt p:nth-of-type(2){
		display: block;
		margin: 0 auto;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.2;
		padding: 0 5px;
	}
	#download ul li dl dt p:nth-of-type(2) span{
		display: inline-block;
	}
	
	#download ul li dl dd{
		display: none;
	}
	
	#download ul li:nth-of-type(1) dl dd{ background-image: url("../images/app_qr.png");}
	#download ul li:nth-of-type(2) dl dd{ background-image: url("../images/google_qr.png");}

	#download .register{
		display: block;
		font-size: 12px;
		margin-right: -1em;
		text-indent: -1em;
	}
}