@charset "utf-8";

#app-download {
    font-size: 18px
}

#app-download img {
    width: 100%;
    height: auto
}


#app-download .fv {
    margin-bottom: 100px
}
#app-download .entry {
    margin: 0 0 100px;
    padding: 0 90px;
}

#app-download .entry .entrytext {
    font-size: 30px;
    text-align: center;
	width: 650px;
	height: 75px;
	line-height: 75px;
	background: #ff6a49;
	color: #fff;
	margin: 0 auto 50px;
	border-radius: 100px;
}
#app-download .entry > img:not(:last-child) {
    margin-bottom: 40px;
}

#app-download .pcNone {
    display: none
}

#app-download .function{
	margin-bottom: 40px;
}

#app-download .function > p {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ff6a49;
}

#app-download .function ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	flex-wrap: wrap;
	width: 950px;
    margin: 0 auto;
}

#app-download .function ul li {
    width: 280px;
    margin-bottom: 20px;
	text-align: center;
}

#app-download .function ul li:nth-child(n+4) {
    margin-bottom: 0;
}

#app-download .functionitem {
    margin-bottom: 10px;
}

#app-download .functionitem img {
    width: 120px;
	display: block;
	margin: 0 auto;
}

#app-download .functionitem p{
	color: #ff6a49;
    font-size: 25px;
    font-weight: bold;
	margin: 0;
}

#app-download .function ul li > p{
	font-size: 18px;
    line-height: 1.5;
}

#app-download .button {
    background-color: #f73a1d;
    width: 50%;
    border-radius: 45px;
    margin: 0 auto 80px;
    position: relative
}

#app-download .button a {
    color: #fff !important;
    font-size: 24px;
    font-weight: bold;
    display: block;
    padding: 25px 15px;
    text-decoration: none;
    text-align: center
}

#app-download .button:after {
    content: "▲";
    font-size: 24px;
    display: inline-block;
    transform: rotate(-30deg);
    position: absolute;
    right: 30px;
    top: 30%;
    color: #FFF
}

#app-download .campaigngaiyou .attention {
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    font-size: 24px;
    line-height: 1.0;
    margin-bottom: 20px
}

#app-download .campaigngaiyou .overview {
    padding: 0 10px
}

#app-download .campaigngaiyou .fw {
    font-weight: bold
}

#app-download .campaigngaiyou a {
    color: #0068b7 !important;
    text-decoration: underline
}

@media screen and (max-width:520px) {
    #app-download .contentsWrap>div:last-of-type {
        margin-bottom: 0;
    }
	#app-download .fv {
		margin-bottom: 50px;
	}
    #app-download .pcNone {
        display: block;
    }

    #app-download .spNone {
        display: none;
    }
    #app-download .entry {
        padding: 0 30px;
		margin-bottom: 70px;
    }

	#app-download .entry .entrytext{
		font-size: 20px;
		width: 80%;
		height: 55px;
		line-height: 55px;
		margin: 0 auto 30px;
	}
	#app-download .entry > span{
		margin-bottom: 40px;
	}
	#app-download .entry a{
		display: block;
	}
	#app-download .function > p {
		font-size: 23px;
	}
	#app-download .function ul {
		width: 100%;
		padding: 0 15px;
	}
	#app-download .function ul li {
		margin-right: 0;
		width: 50%;
	}
	#app-download .function ul li:nth-child(n+4) {
		margin-bottom: 20px;
	}
	#app-download .function ul li:nth-child(n+5) {
		margin-bottom: 0;
	}
	#app-download .functionitem {
		margin-bottom: 5px;
	}
	#app-download .functionitem img {
		width: 110px;
	}
	#app-download .functionitem p {
		font-size: 15px;
	}
	#app-download .function ul li > p {
		font-size: 12px;
	}
	
    #app-download .button {
        width: 80%;
    }

    #app-download .button a {
        font-size: 18px;
        padding: 15px;
    }

    #app-download .button:after {
        font-size: 19px;
        right: 7%;
        top: 21%;
    }

    #app-download .overview {
        font-size: 16px;
    }
}