@charset "utf-8";

#app-download {
    font-size: 18px
}

#app-download img {
    width: 100%;
    height: auto
}

#app-download .precautions {
    color: #e60033;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0 50px;
}

#app-download .pagelink{
	margin: 0 auto 80px;
}

#app-download .pagelink ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#app-download .pagelink ul li{
	border: 1px solid #f18c28;
    border-radius: 50px;
    text-align: center;
    width: 333px;
    height: 70px;
    line-height: 70px;
}

#app-download .pagelink ul li a{
	display: block;
    font-size: 22px;
    color: #f18c28 !important;
    position: relative;
    font-weight: bold;
}

#app-download .pagelink ul li a:hover {
    text-decoration: none;
}

#app-download .pagelink ul li a::after{
	content: "";
    display: block;
    position: absolute;
    top: 35%;
    right: 8%;
    width: 12px;
    height: 12px;
    border-top: 2px solid #f18c28;
    border-right: 2px solid #f18c28;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#app-download .contentsWrap>div:not(.fv):not(.pagelink):not(.entry) {
    margin-bottom: 50px
}

#app-download .friend {
    width: 640px;
    height: 320px;
    margin: auto
}

#app-download .entry {
    background-color: #f18c28;
    margin: 0 0 100px;
    padding: 50px 0;
}

#app-download .entry .entrytext {
    font-size: 24px;
    text-align: center
}

#app-download .entry img {
    padding: 10px 10%
}

#app-download .pcNone {
    display: none
}

#app-download .function > p {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #f18c28;
}

#app-download .function ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	flex-wrap: wrap;
	width: 950px;
    margin: 0 auto;
}

#app-download .function ul li {
    width: 425px;
    margin-right: 100px;
    margin-bottom: 20px;
	text-align: center;
}

#app-download .function ul li:nth-child(even) {
    margin-right: 0;
}

#app-download .function ul li:nth-child(n+3) {
    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: #f18c28;
    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: #e53b33;
    width: 50%;
    border-radius: 45px;
    margin: 0 auto;
    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 .precautions {
        font-size: 15px;
        margin: 2% 13% 8%;
    }

	#app-download .pagelink {
		margin: 0 auto 50px;
	}
	#app-download .pagelink ul{
		padding: 0 50px;
        flex-wrap: wrap;
        gap: 15px 0;
	}
	#app-download .pagelink ul li {
		width: 100%;
        height: 55px;
        line-height: 55px;
	}
	#app-download .pagelink ul li a {
		font-size: 16px;
	}
	#app-download .pagelink ul li a::after {
		top: 33%;
        margin: auto;
	}
	
    #app-download .pcNone {
        display: block;
    }

    #app-download .spNone {
        display: none;
    }

	#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 .functionitem {
		margin-bottom: 5px;
	}
	#app-download .functionitem img {
		width: 80px;
	}
	#app-download .functionitem p {
		font-size: 14px;
	}
	#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 .button.step {
        position: absolute;
        top: 20%;
        left: 10%;
    }

    #app-download .entry {
        padding: 20px;
        position: relative;
		margin-bottom: 70px;
    }

    #app-download .entry img {
        padding: 10px 0;
    }

    #app-download .overview {
        font-size: 16px;
    }
}