@charset "UTF-8";
/* CSS Document */


/* contents01 */

.contents01 {
	width: 100%;
	background-image: url("images/back01.jpg");
background-position: center bottom;
background-repeat: repeat-x;
	background-size: 100% auto;
	text-align: center;
	padding: 90px 0px;
}

.contents01 .box-in {
	width: 1100px;
	background-color: #FFF;
	padding-bottom: 60px;
	border-radius: 30px;
}

.contents01 .box-in p {
	font-size: 17px;
	line-height: 2.2;
}

.contents01 .box-in p span {
	color: #cebd3c;
	font-weight: 600;
}



/* contents02 */

.contents02 {
	width: 100%;
	background-image: url("images/back02.png");
background-position: center bottom;
background-repeat: repeat-x;
	text-align: center;
	padding: 90px 0px;
}

.contents02 .box-in {
	width: 960px;
}

.contents02 .box01, .contents02 .box02 {
	padding: 60px 0px 50px;
	border-style : solid;
border-width : 5px;
	border-radius: 30px;
	background-color: #FFF;
	position: relative;
}

.contents02 .box01::before, .contents02 .box02::before {
	position: absolute;
left: 30%;
top: 0px;
	content: "";
	display: inline-block;
	width: 40%;
	padding: 10px 0px;
	text-align: center;
	margin-top: -30px;
	font-family: "Zen Maru Gothic", serif;
	font-size: 30px;
color: #FFF;
line-height: 1.2;
font-weight: 500;
}

.contents02 .box01::before {
	content: "アプリ使用の流れ";
	background-color: #ffb6bf;
}

.contents02 .box02::before {
	content: "ダウンロードはこちら";
	background-color: #e0df4b;
}

.contents02 .box01 {
	border-color : #ffb6bf;
	margin-bottom: 60px;
}

.contents02 .box01 ul {
	display: inline-block;
}

.contents02 .box01 ul li {
	font-size: 20px;
color: #000;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
	position: relative;
	text-align: left;
	padding-left: 45px;
}

.contents02 .box01 ul li:not(:last-child) {
	margin-bottom: 25px;
}

.contents02 .box01 ul li::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	width: 25px;
	height: 25px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	background-color: #ffb6bf;
	border-radius: 50%;
	font-family: "Zen Maru Gothic", serif;
	font-size: 18px;
	letter-spacing: 0em;
}

.contents02 .box01 ul li:nth-child(1)::before {
	content: "1";
}

.contents02 .box01 ul li:nth-child(2)::before {
	content: "2";
}

.contents02 .box01 ul li:nth-child(3)::before {
	content: "3";
}

.contents02 .box01 ul li:nth-child(4)::before {
	content: "4";
}

.contents02 .box02 {
	border-color : #e0df4b;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:0px 55px;
}

.contents02 .box02 .box {
	width: 276px;
}

.contents02 .box02 .box001 {
	background-image: url("images/feame01.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: cover;
	width: 276px;
	height: 276px;
	padding: 60px 40px 20px;
	position: relative;
}

.contents02 .box02 .box001::after {
	content: "";
	position: absolute;
left: 0px;
top: 30px;
	width: 100%;
	text-align: center;
	font-family: "Zen Maru Gothic", serif;
	font-size: 25px;
color: #1a3437;
line-height: 1.2;
letter-spacing: 0em;
font-weight: 400;
}

.contents02 .box02 .box:nth-child(1) .box001::after {
	content: "iPhoneの方";
}

.contents02 .box02 .box:nth-child(2) .box001::after {
	content: "Androidの方";
}

.contents02 .box02 .box img {
	width: 100%;
height: auto;
}

.contents02 h6 a {
	font-family: "Zen Maru Gothic", serif;
	font-size: 19px;
color: #1a3437;
line-height: 1.2;
letter-spacing: 0em;
font-weight: 400;
	text-decoration: underline;
	display: block;
	margin-top: 20px;
}

.contents02 p {
	margin-bottom: 90px;
	font-size: 18px;
}

.sp-view {
	display: none;
}
