@charset "utf-8";
/* CSS Document */
p,h1,h2,h3,h4,ul,ol,li,figure {
	margin: 0;
	padding: 0;
}
ul,ol {
	list-style: none;
}
p {
	color: #555;
}
.page-header{
	border-bottom: none;
}
/*===== PC ここから =====*/
@media print,screen and (min-width: 741px) {

	#content .es-container{
		max-width: none;
	}

	.pc_none {
		display: none;
	}

	.online img {
		width: auto;
	}

	.online .center_box {
		width: 1000px;
		margin: 0 auto;
	}

	.online {
		margin: 0 0 100px;
	}

	.online .fv {
		margin-bottom: 40px;
	}

	.online .recommend {
		margin-bottom: 50px;
	}

	.online .recommend .ttl {
		color: #43c3b8;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		padding: 8px 0;
		border: solid 4px #43c3b8;
		border-radius: 30px;
		margin: 0 0 20px;
	}

	.online .recommend ul {
		width: 960px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto;
	}

	.online .recommend ul li .img {
		width: 300px;
	}

	.online .recommend ul li .img img {
		width: 100%;
		border-radius: 5px;
	}

	.online .recommend figcaption p {
		font-size: 15px;
	}

	.online .point {
		margin-bottom: 60px;
	}

	.online .point .ttl {
		color: #43c3b8;
		font-size: 32px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 30px;
	}

	.online .point .ttl span {
		display: block;
		margin: 10px 0 0;
	}

	.online .point ul {
		padding: 0 50px;
	}

	.online .point li {
		color: #43c3b8;
		font-size: 28px;
		padding-left: 1em;
		text-indent: -1em;
		line-height: 160%;
		margin: 0 0 8px;
	}

	.online .point li:last-child {
		margin: 0;
	}

	.online .flow {
		background-color: #43c3b8;
		padding: 60px 0;
		margin-bottom: 50px;
	}

	.online .flow .ttl {
		color: #fff;
		font-size: 32px;
		text-align: center;
		margin: 0 0 30px;
	}

	.online .flow ul {
		width: 900px;
		margin: 0 auto 50px;
	}

	.online .flow ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 0 40px;
	}

	.online .flow ul li:last-child {
		margin: 0;
	}

	.online .flow ul li .num {
		width: 95px;
		height: 95px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: solid 2px #fff;
		border-radius: 50%;
	}

	.online .flow ul li .txt{
		color: #fff;
		width: 592px;
		font-size: 16px;
		margin-left: 10px;
	}

	.online .preparation {
		background-color: #fff;
		padding: 35px 0 30px;
		margin-bottom: 5px;
	}

	.online .preparation .sub_ttl {
		color: #43c3b8;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 30px;
	}

	.online .preparation .inner {
		width: 780px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto;
	}

	.online .preparation .txt {
		width: 500px;
		font-size: 12px;
		margin: -20px 0 0 auto;
	}

	.online .flow .notice {
		color: #fff;
		font-size: 12px;
		text-align: right;
	}

	.online .process {
		margin-bottom: 80px;
	}

	.online .process .ttl {
		color: #43c3b8;
		font-size: 32px;
		text-align: center;
		margin: 0 0 25px;
	}

	.online .process ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 5px;
	}

	.online .process ul li {
		position: relative;
		width: 310px;
		padding: 10px 15px 15px;
		border: solid 4px #43c3b8;
		border-radius: 5px;
		box-sizing: border-box;
	}

	.online .process ul li::after {
		position: absolute;
		content: "";
		top: 45%;
		right: -30px;
		width: 15px;
		height: 26px;
		background: url("https://t-living.re-ws.jp/app/uploads/sites/1286/2024/12/process_arrow.png") no-repeat;
		background-size: cover;
	}

	.online .process ul li:last-child::after {
		content: none;
	}

	.online .process ul li .txt {
		font-size: 14px;
	}

	.online .process ul li .content {
		color: #43c3b8;
		font-size: 18px;
		margin-top: 10px;
	}

	.online .process ul li:nth-child(1) .img {
		position: absolute;
		top: 90px;
		right: 20px;
	}

	.online .process ul li:nth-child(2) .img {
		width: 172px;
		margin: 25px auto 0;
	}

	.online .process ul li:nth-child(3) .img {
		width: 170px;
		margin: 25px auto 0;
	}

	.online .process .notice {
		font-size: 13px;
		padding-left: 1em;
		text-indent: -1em;
		margin: 0 0 20px;
	}

	.online .process > .txt {
		color: #43c3b8;
		font-size: 24px;
		text-align: center;
	}

	.online .store .ttl {
		color: #fff;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		background-color: #43c3b8;
		padding: 8px 0;
		border: solid 4px #43c3b8;
		border-radius: 30px;
	}

	.online .store ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.online .store ul li {
		width: 500px;
		margin-top: 30px;
	}

	.online .store ul li .name {
		color:  #43c3b8;
		font-size: 20px;
		text-align: center;
		margin: 0 0 10px;
	}

	.online .store ul li a {
		display: block;
		pointer-events: none;
		background-color: #fff;
		border: none;
	}

	.online .store ul li .img {
		width: 460px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto;
	}

	.online .store ul li img {
		width: 220px;
		border-radius: 10px;
		margin: 0 auto;
	}

	.online .store ul li img:nth-child(2) {
		border: solid 1px #43c3b8;
	}
}

/*===== PC ここまで =====*/
/*===== SP ここから =====*/
@media screen and (max-width: 740px) {
	.main_contents{
        padding-top: 0;
    }
	.page-header{
		margin: 10px auto;
	}
	.sp_none {
		display: none;
	}

	.online img {
		width: 100%;
	}

	.online {
		margin: 0 0 80px;
	}

	.online .fv {
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.online .recommend {
		width: 100%;
		margin-bottom: 50px;
	}

	.online .recommend .ttl {
		width: 92%;
		color: #43c3b8;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		padding: 8px 0;
		border: solid 3px #43c3b8;
		border-radius: 30px;
		margin: 0 auto 20px;
	}

	.online .recommend ul {
		width: 90%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 auto;
	}

	.online .recommend ul li {
		margin: 0 0 20px;
	}

	.online .recommend ul li:last-child {
		margin: 0;
	}

	.online .recommend ul li .img img {
		border-radius: 5px;
	}

	.online .recommend figcaption p {
		font-size: 14px;
	}

	.online .point {
		margin-bottom: 40px;
	}

	.online .point .ttl {
		color: #43c3b8;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin: 0 0 15px;
	}

	.online .point .ttl span {
		display: block;
		width: 100px;
		margin: 10px auto 0;
	}

	.online .point ul {
		width: 92%;
		margin: 0 auto;
	}

	.online .point li {
		color: #43c3b8;
		font-size: 16px;
		padding-left: 1em;
		text-indent: -1em;
		margin: 0 0 5px;
	}

	.online .point li:last-child {
		margin: 0;
	}

	.online .flow {
		background-color: #43c3b8;
		padding: 40px 0;
		margin-bottom: 50px;
	}

	.online .flow .ttl {
		color: #fff;
		font-size: 20px;
		text-align: center;
		margin: 0 0 30px;
	}

	.online .flow ul {
		width: 80%;
		margin: 0 auto 30px;
	}

	.online .flow ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 0 40px;
	}

	.online .flow ul li:last-child {
		margin: 0;
	}

	.online .flow ul li .num {
		width: 70px;
		height: 70px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: solid 2px #fff;
		border-radius: 50%;
	}

	.online .flow ul li .num img {
		width: 40%;
	}

	.online .flow ul li .img {
		width: 150px;
	}

	.online .flow ul li .txt{
		color: #fff;
		width: 100%;
		font-size: 14px;
		margin-top: 20px;
	}

	.online .preparation {
		width: 90%;
		background-color: #fff;
		padding: 25px 0 25px;
		margin: 0 auto 5px;
	}

	.online .preparation .sub_ttl {
		color: #43c3b8;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 140%;
		margin: 0 0 25px;
	}

	.online .preparation .inner {
		width: 50%;
		margin: 0 auto;
	}

	.online .preparation .inner img:nth-child(1) {
		margin: 0 0 20px;
	}

	.online .preparation .txt {
		width: 80%;
		font-size: 12px;
		margin: 0 auto;
	}

	.online .flow .notice {
		width: 90%;
		color: #fff;
		font-size: 12px;
		text-align: right;
		margin: 0 auto;
	}

	.online .process {
		margin-bottom: 60px;
	}

	.online .process .ttl {
		color: #43c3b8;
		font-size: 20px;
		text-align: center;
		margin: 0 0 25px;
	}

	.online .process ul {
		width: 90%;
		margin: 0 auto 5px;
	}

	.online .process ul li {
		position: relative;
		padding: 15px;
		border: solid 3px #43c3b8;
		border-radius: 5px;
		box-sizing: border-box;
		margin: 0 0 40px;
	}

	.online .process ul li:last-child {
		margin-bottom: 20px;
	}

	.online .process ul li::after {
		position: absolute;
		content: "";
		bottom: -32px;
		left: 50%;
		width: 12px;
		height: 15px;
		transform: translateX(-50%) rotate(90deg);
		background: url("https://t-living.re-ws.jp/app/uploads/sites/1286/2024/12/process_arrow.png") no-repeat;
		background-size: contain;
	}

	.online .process ul li:last-child::after {
		content: none;
	}

	.online .process ul li .txt {
		font-size: 14px;
	}

	.online .process ul li .content {
		color: #43c3b8;
		font-size: 16px;
		margin-top: 10px;
	}

	.online .process ul li:nth-child(1) .img {
		position: absolute;
		top: 80px;
    	right: 15px;
	}

	.online .process ul li:nth-child(2) .img {
		width: 120px;
		margin: 10px auto 0;
	}

	.online .process ul li:nth-child(3) .img {
		width: 120px;
		margin: 10px auto 0;
	}

	.online .process .notice {
		font-size: 14px;
		padding-left: 1em;
		text-indent: -1em;
		margin: 12px 0 0;
	}

	.online .process > .txt {
		color: #43c3b8;
		font-size: 16px;
		text-align: center;
	}

	.online .store .ttl {
		width: 92%;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		background-color: #43c3b8;
		padding: 8px 0;
		border: solid 4px #43c3b8;
		border-radius: 30px;
		margin: 0 auto;
	}

	.online .store ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.online .store ul li {
		margin-top: 50px;
	}
	.online .store ul li::after {
		content: "QRコードをタップで友達追加が行えます。";
		margin: 10px 0 0;
    text-align: center;
    font-size: 11px;
		display: block;
	}

	.online .store ul li:first-child {
		margin-top: 30px;
	}

	.online .store ul li .name {
		color:  #43c3b8;
		font-size: 17px;
		text-align: center;
		margin: 0 0 15px;
	}

	.online .store ul li a {
		display: block;
		background-color: #fff;
		border: none;
	}

	.online .store ul li .img {
		width: 90%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 auto;
	}

	.online .store ul li img {
		width: 46%;
		height: auto;
		border-radius: 10px;
		margin: 0 auto;
	}

	.online .store ul li img:nth-child(2) {
		border: solid 1px #43c3b8;
	}
}

/*===== SP ここまで =====*/
