@charset "UTF-8";
.app {
    background-color: #FFFFFF;
    border-radius: 16px;
    margin-bottom: 6em;
}
.app .app_title {
    font-size: 41px;
    color: #FFA9A8;
    line-height: normal;
    letter-spacing: 11px;
    margin-bottom: 2em;
}
.app .app_title em {
    font-size: 68px;
    display: block;
}
.app .point {
    padding-left: 5%;
    padding-right: 5%;
}
.app .point_list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.app .point_list_item{
}
.app .point_list_item.circle {
    width: 45%;
    z-index: 1;
}
.app .point_list_item.circle:first-child {
	position: relative;
	left: -15%;
	margin-bottom: 5%;
}
.app .point_list_item.circle:nth-child(2) {
	position: relative;
	right: -15%;
}
.app .point_list_item.circle:nth-child(4) {
	position: relative;
	left: -5%;
}
.app .point_list_item.circle:last-child {
	position: relative;
	right: -5%;
}
.app .point_list_item .circle_inner{
    width: 40%;
    height: 0px;
    padding-top: 40%;
    background-color: #FAE5E5;
    border-radius: 50%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.app .point_list_item .text_wrp  {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 100%;
}
.app .point_list_item.picture {
    width: 100%;
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
.app .point_list_item .picture_pic {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.app .point_list_item .tit {
    color: #F77A7A;
    font-size: 18px;
	font-weight: bold;
    background: linear-gradient(transparent 50%, #fff 50%);
    display: inline;
    line-height: normal;
}
.app .point_list_item .text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    padding-top: 0px;
    width: 100%;
    line-height: 20px;
}
.app .point .note {
    font-size: 24px;
    background-color: #FFFFA7;
    display: inline-block;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
    padding-bottom: 11px;
    margin-top: 4em;
}
.app .point .note02 {
    margin-top: 4em;
    font-size: 16px;
}
.downloadWrp {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-top: 2px solid #EFD2D2;
    border-bottom: 2px solid #EFD2D2;
    padding-top: 5em;
    padding-bottom: 5em;
    margin-top: 5em;
}
.downloadWrp .download {
}
.downloadWrp .download .title {
	width: 90%;
    max-width: 396px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    line-height: 40px;
    border-radius: 50px;
    letter-spacing: 3px;
    margin-bottom: 1em;
    border: 2px solid #524138;
    font-size: 16px;
}
.downloadWrp .download .qrbox {
    margin-bottom: 2em;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.downloadWrp .download .qrbox_item {
    max-width: 130px;
	margin-left: auto;
	margin-right: auto;
}
.downloadWrp .download .qrbox_item .btn {
    display: block;
    border: 1px solid #000000;
    background-color: #E9E9E9;
    font-size: 11px;
    padding-top: 7px;
    padding-bottom: 6px;
    color: #000000;
}
.downloadWrp .detailBtn {
    background-color: #524138;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    margin-top: 4em;
}
.downloadWrp .detailBtn a {
    display: block;
    padding-top: 2em;
    padding-bottom: 2em;
}
.downloadWrp .detailBtn em {
    font-size: 18px;
}
@media screen and (min-width:769px) and (max-width:1000px){
	.app .point_list_item .tit {
		font-size: 2vw;
	}
	.app .point_list_item .text {
		font-size: 0.8vw;
	}
}
@media screen and (max-width:768px){
	.app .app_title {
		font-size: 30px;
	}
	.app .app_title em {
    	font-size: 50px;
	}
	.app .point_list_item.circle:first-child {
		order: 2;
		position: static;
	}
	.app .point_list_item.circle:nth-child(2) {
		order: 3;
		position: static;
	}
	.app .point_list_item.circle:nth-child(4) {
		order: 4;
		position: static;
	}
	.app .point_list_item.circle:last-child {
		order: 5;
		position: static;
	}
	.app .point_list_item.picture {
		position: static;
		-webkit-transform: none;
		transform: none;
		margin-bottom: 2em;
	}
	.app .point_list_item .circle_inner {
		width: 100%;
		padding-top: 100%;
	}
	.app .point .note {
		font-size: 16px;
		margin-top: 2em;
	}
}
@media screen and (max-width:480px){
	.app .app_title {
		font-size: 24px;
		letter-spacing: 5px;
		margin-bottom: 1em;
	}
	.app .app_title em {
		font-size: 38px;
	}
	.app .point_list_item .tit {
		font-size: 14px;
	}
	.app .point_list_item .text {
		font-size: 11px;
		line-height: 15px;
	}
	.app .point .note02 {
		margin-top: 2em;
		font-size: 12px;
	}
	.downloadWrp .download .title {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.downloadWrp .download .qrbox_item:first-child {
		margin-bottom: 3em;
	}
	.downloadWrp .detailBtn em {
    	font-size: 14px;
		font-weight: bold;
	}
}
