@charset "utf-8";
/* main
================================================ */
.luup__article h2{
	margin-top: 40px;
}
.luup__headread{
	text-align: center;
	position: relative;
}
.luup__headread::after{
	content: "";
	display: block;
	width: 260px;
	height: 1px;
	margin:50px auto 0;
	border-bottom:2px dashed #cccccc;
}
.setup__luup{
	margin-top:100px;
}
.setup__luup h3{
	font-size: 3rem;
	padding-left:60px;
	position: relative;
}
.setup__luup h3::before{
	display: block;
	border:10px solid #01B6AD;
	border-radius: 10px;
	box-sizing: border-box;
	content: "";
	width: 50px;
	height: 36px;
	position: absolute;
	left:0;
	top:7px;
}
.setup__luup h4{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 20px;;
}
.setup__luuparea {
	border:10px solid #01B6AD;
	border-radius: 10px;
	box-sizing: border-box;
	padding:20px;
}
.setup__luuparea ul {
	display: flex;
	flex-wrap: wrap;
	gap:10px 0;
}
.setup__luuparea ul li {
	width: calc(100% / 2);
}
.setup__luuparea ul li a {
	color:#01b6ad;
	font-weight: bold;
	text-decoration: underline;
}
.setup__luuparea ul li a:hover {
	text-decoration: none;
}
.setup__luup .flex__luuparea:nth-child(odd){
	flex-direction: row-reverse;
}
.flex__luuparea{
	display: flex;
	gap:30px;
	margin:80px 0;
}
.flex__luuparea>div{
	width: 30%;
	display: flex;
	align-items: center;
}
.flex__luuparea>div img{
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.flex__luuparea>section{
	width: 70%;
}
.v__wide {
	margin-top:20px;
}
.v__wide img{
	border-radius: 10px;
}
.luup__read{
	font-size: 1.3em;
	margin:50px 0 100px;
	text-align: center;
}
.btnbox__luup{
	text-align: center;
	margin-bottom: 100px;
}
.btn-color_turquoise {
    background-color: #01B6AD;
    border: 1px solid #01B6AD;
	border-radius: 30px;
}
.appluup__appbox{
	text-align: center;
	padding:50px 0;
}
.appluup__flex{
	display: flex;
	gap:20px;
	justify-content: center;
	margin-bottom: 30px;
}
.appluup__flex a.apple{
	width: 164px;
	height: 60px;
}
.appluup__flex a.google{
	width: 202px;
	height: 60px;
}

/* ================================================
	タブレット
================================================ */
@media screen and (max-width: 896px) {
/* main
================================================ */
.flex__luuparea,
.setup__luup .flex__luuparea:nth-child(odd){
	flex-direction: column-reverse;
	gap:20px;
	margin:50px 0;
}
.flex__luuparea>section,
.flex__luuparea>div{
	width: 100%;
}
.flex__luuparea>div{
	justify-content: center;
}
.flex__luuparea>div img{
	width: 50%;
	height: auto;
}
.setup__luuparea ul li {
	width: calc(100% / 2);
}
.luup__read{
	text-align:left;
}
}

@media screen and (max-width: 673px) {

}

/* ================================================
	スマホ
================================================ */
@media screen and (max-width: 480px) {
/* main
================================================ */
.luup__article h2{
	font-size:2.2rem;
}
.setup__luup h3{
	font-size: 2rem;
	padding-left:56px;
}
.setup__luup h3::before{
	top:1px;
}
.flex__luuparea>div img{
	width: 80%;
	height: auto;
}
.setup__luuparea ul li {
	width: 100%;
}
.luup__read{
	font-size: 1.4rem;
	margin:30px 0 50px;
}
.appluup__appbox p{
	text-align: left;
}
}