@charset "utf-8";

/*-----------------------------------
ページ共通
-----------------------------------*/
.l-section__inner{
	margin-inline: 0;
	max-width: 100%;
	width: 100%;
}
#oldandnew-site{
	max-width: 1240px;
	margin: 0 auto;
}
#oldandnew-site a {
	color: #202020;
	text-decoration: none;
	transition: 0.3s all;
}
#oldandnew-site img {
    width: 100%;
}
#oldandnew-site a:hover img{
	opacity: 1;
}
#oldandnew-site .announce{
  position: relative;
	padding: 14px 20px 14px 100px;
	margin-bottom: 60px;
	font-size: 20px;
  line-height: 1.7;
	font-weight: 500;
	border: 1px solid #202020;
}
#oldandnew-site .announce::before{
	position: absolute;
  content: "";
  top: 50%;
  left: 25px;
  width: 50px;
  height: 42px;
  background: url(/d_images/oldandnew-site/images/icon01.png) no-repeat center / contain;
  transform: translateY(-50%);
}
#oldandnew-site .announce span{
	font-weight: 600;
}
#oldandnew-site .announce .online-store{
	color: #1755a7;
}
#oldandnew-site .announce .net-shopping{
	color: #db6f22;
}
#oldandnew-site .online-store{
	color: #1755a7;
	font-weight: 500;
}
#oldandnew-site .net-shopping{
	color: #db6f22;
	font-weight: 500;
}
#oldandnew-site h3{
	margin-bottom: 40px;
	font-size: 32px;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 600px) {
	.sp-only{
		display: none;
	}
	#oldandnew-site a:hover{
		opacity: 0.7;
	}
}

@media screen and (max-width: 599px){
	.p-special__contents{
		margin-inline: 0;
	}
	.pc-only{
		display: none;
	}
	#oldandnew-site{
		font-size: 15px;
	}
	#oldandnew-site .announce{
		padding: 48px 15px 12px;
		margin: 0 15px 30px;
		font-size: 16px;
	}
	#oldandnew-site .announce::before{
		top: 12px;
		left: 50%;
		width: 38px;
		height: 31px;
		transform: translateX(-50%);
	}
	#oldandnew-site h3{
		margin-bottom: 25px;
		font-size: 22px;
		line-height: 1.6;
	}
}

/*-----------------------------------
表
-----------------------------------*/
#oldandnew-site #table{
	font-size: 18px;
	text-align: center;
}
#oldandnew-site #table .two-column{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
#oldandnew-site #table .online-store-area{
	background: #e0eeff;
}
#oldandnew-site #table .net-shopping-area{
	background: #fee9da;
}
#oldandnew-site #table .online-store-area,
#oldandnew-site #table .net-shopping-area{
	padding: 60px 40px;
}
#oldandnew-site #table .site-name{
	padding: 13px 10px 10px;
}
#oldandnew-site #table .site-name.online-store-area{
	background: #205294;
}
#oldandnew-site #table .site-name.net-shopping-area{
	background: #d57733;
}
#oldandnew-site #table .site-name .site-logo{
	max-width: 200px;
	margin: 0 auto 7px;
}
#oldandnew-site #table .site-name h2{
	color: #fff;
	font-weight: 600;
}
#oldandnew-site #table section{
	position: relative;
}
#oldandnew-site #table section::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: translateY(-50%);
}
#oldandnew-site #table section.category::before{
	top: 50px;
}
#oldandnew-site #table h3{
	position: absolute;
  top: 0;
  left: 50%;
	height: 60px;
  transform: translate(-50%, -50%);
	margin-bottom: 0;
	padding: 0 60px;
  border-radius: 100vh;
	background: #fff;
	font-size: 26px;
	line-height: 60px;
	z-index: 1;
}
#oldandnew-site #table .category h3{
	top: 20px;
	transform: translateX(-50%);
}
#oldandnew-site #table h3 .h3-tx{
	position: relative;
	padding-left: 50px;
}
#oldandnew-site #table h3 .h3-tx::before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 35px;
	height: 35px;
	transform: translateY(-50%);
}
#oldandnew-site #table .category h3 .h3-tx::before{
	background: url(/d_images/oldandnew-site/images/icon02.png) no-repeat center center / contain;
}
#oldandnew-site #table .login h3 .h3-tx::before{
	background: url(/d_images/oldandnew-site/images/icon03.png) no-repeat center center / contain;
}
#oldandnew-site #table .receipt h3 .h3-tx::before{
	background: url(/d_images/oldandnew-site/images/icon04.png) no-repeat center center / contain;
}
#oldandnew-site #table .category-wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	padding: 40px 70px;
}
#oldandnew-site #table .category-wrap.net-shopping-area{
	gap: 0px 40px;;
}
#oldandnew-site #table .category-wrap .category-wrap-inner{
  display: grid;
	grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  border-top: 1px solid #202020;
  padding-top: 65px;
}
#oldandnew-site #table .category .category-wrap{
	padding: 110px 70px 70px;
}
#oldandnew-site #table .category-wrap .category-item .category-name{
	width: fit-content;
	margin: 0 auto 20px;
	font-weight: 600;
	line-height: 1.6;
}
#oldandnew-site #table .category-wrap.online-store-area .category-item:last-of-type .category-name{
  padding-top: 40px;
  width: 100%;
	border-top: 1px solid #202020;
}
#oldandnew-site #table .category-wrap .category-item .category-img{
	width: 80%;
  margin: 0 auto;
}
#oldandnew-site #table .category-wrap.net-shopping-area .category-img{
	margin-bottom: 16px;
}
#oldandnew-site #table .category-wrap .category-period{
	line-height: 1.7;
  font-size: 17px;
}

@media screen and (min-width: 600px){
	#oldandnew-site #table .category-wrap .category-wrap-inner{
		grid-column: 1 / 3;
	}
	#oldandnew-site #table .login .net-shopping-area{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#oldandnew-site #table .category-wrap.online-store-area .category-item:last-of-type{
		grid-column: 1 / 3;
	}
}

@media screen and (max-width: 599px){
	#oldandnew-site #table{
		font-size: 16px;
		line-height: 1.6;
	}
	#oldandnew-site #table .online-store-area,
	#oldandnew-site #table .net-shopping-area{
		padding: 40px 15px 50px;
	}
	#oldandnew-site #table .future .online-store-area{
		padding-bottom: 40px;
	}
	#oldandnew-site #table .site-name{
		padding: 13px 15px;
	}
	#oldandnew-site #table .site-name .site-logo{
		margin: 0 auto 10px;
	}
	#oldandnew-site #table .site-name h2{
		font-size: 16px;
		line-height: 1.5;
	}
	#oldandnew-site #table section.category::before{
		top: 31px;
	}
	#oldandnew-site #table h3{
		padding: 0 30px;
		height: 42px;
		line-height: 42px;
    font-size: 18px;
    white-space: nowrap;
	}
	#oldandnew-site #table .category h3{
		top: 10px;
	}
	#oldandnew-site #table h3 .h3-tx{
		padding-left: 38px;
	}
	#oldandnew-site #table h3 .h3-tx::before{
		width: 27px;
	  height: 27px;
	}
	#oldandnew-site #table .category-wrap{
		grid-template-columns: 1fr;
		gap: 15px;
		padding: 15px 15px;
	}
	#oldandnew-site #table .category-wrap .category-wrap-inner{
		grid-template-columns: 1fr;
		gap: 20px;
		padding-top: 40%;
	}
	#oldandnew-site #table .category .category-wrap{
		padding: 70px 15px 50px;
		gap: 20px;
	}
	#oldandnew-site #table .category-wrap .category-item .category-name{
		margin: 0 auto 8px;
	}
	#oldandnew-site #table .category-wrap.online-store-area .category-item:last-of-type .category-name{
		padding-top: 20px;
		margin-bottom: 0;
	}
	#oldandnew-site #table .category-wrap .category-item .category-img{
		width: 90%;
	}
	#oldandnew-site #table .category-wrap.net-shopping-area .category-img{
		margin-bottom: 10px;
	}
	#oldandnew-site #table .category-wrap .category-period{
		font-size: 15px;
		line-height: 1.5;
	}
}

/*-----------------------------------
会員登録・ログインの流れ
-----------------------------------*/
#oldandnew-site #flow {
	max-width: 900px;
  margin: 0 auto;
  padding: 80px 0 175px;
  text-align: center;
}
#oldandnew-site #flow .flow-area{
	font-size: 18px;
	font-weight: 500;
}
#oldandnew-site #flow .flow-area .first-item{
	position: relative;
}
#oldandnew-site #flow .flow-area .second-item{
	position: relative;
	width: 70%;
	margin-top: 170px;
}
#oldandnew-site #flow .flow-area .flow-item{
  position: relative;
	margin-bottom: 20px;
  padding: 15px 40px;
	font-size: 18px;
  border: 1px solid;
  border-radius: 100vh;
  line-height: 1.6;
}
#oldandnew-site #flow .flow-area .yes-box{
	position: absolute;
  left: 20%;
	width: 70px;
  height: 70px;
}
#oldandnew-site #flow .flow-area .no-box{
	position: absolute;
  right: 20%;
	width: 73px;
	height: 73px;
}
#oldandnew-site #flow .flow-area .yes-box::before,
#oldandnew-site #flow .flow-area .no-box::before{
	position: absolute;
  content: "";
  bottom: 5px;
  left: 50%;
  width: 6px;
  height: 70px;
  background: #c5c5c5;
  transform: translate(-50%, 100%);
  z-index: -10;
}
#oldandnew-site #flow .flow-area .yes-box::after,
#oldandnew-site #flow .flow-area .no-box::after{
	position: absolute;
  content: "";
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 23px;
  height: 18px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
	background: #c5c5c5;
}
#oldandnew-site #flow .flow-area .first-item .no-box::before{
	height: 330px;
}
#oldandnew-site #flow .flow-area .first-item .no-box::after{
	bottom: -317px;
}
#oldandnew-site #flow .flow-area .second-item .no-box::after{
	bottom: -57px;
}
#oldandnew-site #flow .flow-area .yes-tx,
#oldandnew-site #flow .flow-area .no-tx{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
	line-height: 1;
}
#oldandnew-site #flow .flow-area .yes-tx{
  border-radius: 100vh;
  border: 2px solid;
	background: #fff;
	color: #2e2e2e;
}
#oldandnew-site #flow .flow-area .no-tx{
	color: #fff;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background: #2e2e2e;
}
#oldandnew-site #flow .flow-area .flow-link-wrap{
	display: grid;
  grid-template-columns: 35% 1fr;
  gap: 50px;
  margin-top: 170px;
}
#oldandnew-site #flow .flow-area .flow-link-wrap .kantan-link{
	position: relative;
}
#oldandnew-site #flow .flow-area .flow-link-wrap .flow-link a{
	position: relative;
	display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
	height: 100%;
	background: #2e2e2e;
  font-size: 18px;
	color: #fff;
}
#oldandnew-site #flow .flow-area .flow-link-wrap .flow-link a::after{
	position: absolute;
	content: "";
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: translateY(-50%) rotate(45deg);
}
#oldandnew-site #flow .flow-area .flow-link-wrap .kantan-link .flow-fukidashi{
	position: absolute;
	content: "";
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 140%;
  padding: 15px;
  border: 1px solid #202020;
  border-radius: 10px;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
}
#oldandnew-site #flow .flow-area .flow-link-wrap .kantan-link .flow-fukidashi::before{
	position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 17px;
  height: 17px;
  background: #fff;
  border-top: 1px solid #202020;
  border-right: 1px solid #202020;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 599px){
	#oldandnew-site #flow{
		padding: 60px 15px 200px;
	}
	#oldandnew-site #flow .flow-area{
		font-size: 16px;
	}
	#oldandnew-site #flow .flow-area .flow-item{
		padding: 10px 14px;
		margin-bottom: 10px;
		font-size: 16px;
		border-radius: 10px;
	}
	#oldandnew-site #flow .flow-area .second-item .flow-item{
		min-height: 124px;
		display: flex;
		align-items: center;
	}
	#oldandnew-site #flow .flow-area .yes-box{
		left: 8%;
		width: 60px;
		height: 60px;
	}
	#oldandnew-site #flow .flow-area .no-box{
		right: 5%;
		width: 63px;
		height: 63px;
	}
	#oldandnew-site #flow .flow-area .yes-box::before, 
	#oldandnew-site #flow .flow-area .no-box::before{
		height: 60px;
	}
	#oldandnew-site #flow .flow-area .yes-box::after, 
	#oldandnew-site #flow .flow-area .no-box::after{
		bottom: -50px;
	}
	#oldandnew-site #flow .flow-area .first-item .no-box::before{
		height: 323px;
	}
	#oldandnew-site #flow .flow-area .first-item .no-box::after{
		bottom: -312px;
	}
	#oldandnew-site #flow .flow-area .second-item{
		width: 78%;
		margin-top: 140px;
	}
	#oldandnew-site #flow .flow-area .second-item .no-box::after{
		bottom: -47px;
	}
	#oldandnew-site #flow .flow-area .flow-link-wrap{
		gap: 15px;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 140px;
	}
	#oldandnew-site #flow .flow-area .flow-link-wrap .flow-link a{
		padding: 8px 20px;
		font-size: 16px;
		line-height: 1.6;
	}
	#oldandnew-site #flow .flow-area .flow-link-wrap .flow-link a::after{
		right: 10px;
	}
	#oldandnew-site #flow .flow-area .flow-link-wrap .kantan-link .flow-fukidashi{
		bottom: -20px;
		left: 0;
		transform: translateY(100%);
		width: 170%;
		padding: 10px 14px;
		min-height: 149px;
		display: flex;
		align-items: center;
	}
	#oldandnew-site #flow .flow-area .flow-link-wrap .kantan-link .flow-fukidashi::before{
		left: 30%;
		width: 15px;
		height: 15px;
	}
}

/*-----------------------------------
質問
-----------------------------------*/
#oldandnew-site #faq{
	padding-top: 40px;
}
#oldandnew-site #faq .anchor-wrap{
	display: flex;
  margin: 0 auto;
  gap: 30px;
  justify-content: center;
}
#oldandnew-site #faq .anchor-wrap .anchor-link a{
  position: relative;
  display: block;
	padding: 8px 40px 8px 10px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid;
  line-height: 1.4;
}
#oldandnew-site #faq .anchor-wrap .anchor-link a::after{
	position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #202020;
  border-right: 1px solid #202020;
  transform: translateY(-50%) rotate(45deg);
}
#oldandnew-site #faq section{
	padding: 30px 0;
}
#oldandnew-site h4{
  margin-bottom: 25px;
	text-align: center;
  font-size: 26px;
  font-weight: 600;
}
#oldandnew-site .p-grandopen-faq {
  display: grid;
  row-gap: 20px;
}
#oldandnew-site .p-grandopen-faq a:hover {
  text-decoration: none;
}
#oldandnew-site .p-grandopen-faq .p-grandopen-faq__box {
  display: grid;
  padding: 20px 30px 28px;
  background-color: #f5f3f2;
  row-gap: 10px;
}
#oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .net-shopping{
	color: #e57525;
}
#oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .online-store{
	color: #1755a7;
}
#oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .p-grandopen-faq__q {
  position: relative;
  padding: 4px 0 4px 40px;
  font-size: 20px;
  font-weight: bold;
}
#oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .p-grandopen-faq__q::before {
  content: "Q";
  position: absolute;
  top: -5px;
  left: 0;
  font-family: Jost, sans-serif;
  font-size: 32px;
  font-weight: bold;
}
#oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .p-grandopen-faq__q span{
	font-weight: bold;
}
#oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .p-grandopen-faq__a {
  position: relative;
  padding-left: 40px;
  line-height: 1.5;
}
#oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .p-grandopen-faq__a::before {
  content: "A";
  position: absolute;
  top: -4px;
  left: 4px;
  font-family: Jost, sans-serif;
  font-size: 24px;
  font-weight: normal;
}
#oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .p-grandopen-faq__a span{
	font-weight: 500;
}
#oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .p-grandopen-faq__a .faq-link{
	display: flex;
  gap: 20px;
  margin-top: 6px;
}
#oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .p-grandopen-faq__a a{
	display: inline-block;
  text-decoration: underline;
  text-underline-offset: 6px;
	font-weight: 500;
}
#oldandnew-site #faq #contact{
  padding: 20px 30px 35px;
	margin-top: 40px;
	border: 2px solid #ccc;
  text-align: center;
}
#oldandnew-site #faq #contact h4{
	margin-bottom: 15px;
}
#oldandnew-site #faq #contact .contact-lead{
	font-size: 18px;
}
#oldandnew-site #faq #contact .contact-wrap{
	display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin: 12px auto 0;
  align-items: center;
}
#oldandnew-site #faq #contact .contact-wrap .contact-item .contact-title{
	font-size: 18px;
	font-weight: 600;
}
#oldandnew-site #faq #contact .contact-wrap .contact-item .form-link{
	position: relative;
  display: block;
  width: 300px;
  margin: 10px auto 0;
  padding: 8px 22px;
	background: #202020;
	color: #fff;
	font-size: 17px;
}
#oldandnew-site #faq #contact .contact-wrap .contact-item .form-link::after{
	position: absolute;
	content: "";
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	border-top: 2px solid;
	border-right: 2px solid;
	transform: translateY(-50%) rotate(45deg);
}
#oldandnew-site #faq #contact .contact-wrap .contact-item .phone-number{
	font-weight: 600;
  font-size: 25px;
}
#oldandnew-site #faq #contact .contact-wrap .contact-item .phone-number .time{
	font-size: 16px;
}

@media screen and (max-width: 599px) {
	#oldandnew-site #faq{
		padding: 30px 15px 0;
	}
	#oldandnew-site #faq h3{
		margin-bottom: 20px;
	}
	#oldandnew-site #faq .anchor-wrap{
		flex-wrap: wrap;
		gap: 15px;
		justify-content: center;
		align-items: flex-end;
	}
	#oldandnew-site #faq .anchor-wrap .anchor-link{
		width: calc((100% - 15px) / 2);
	}
	#oldandnew-site #faq .anchor-wrap .anchor-link a{
		padding: 6px 25px 6px 15px;
		font-size: 15px;
	}
	#oldandnew-site #faq section{
		padding: 20px 0;
	}
	#oldandnew-site #faq #site{
		padding-top: 30px;
	}
	#oldandnew-site h4{
		margin-bottom: 15px;
		font-size: 19px;
	}
  #oldandnew-site .p-grandopen-faq {
    max-width: 100%;
  }
	#oldandnew-site .p-grandopen-faq .p-grandopen-faq__box{
		padding: 20px 25px 28px;
	}
  #oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .p-grandopen-faq__q {
		line-height: 1.5;
		font-size: 16px
  }
  #oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .p-grandopen-faq__q::before {
    top: 0;
    font-size: 28px;
  }
  #oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .p-grandopen-faq__a {
    top: 0;
    font-size: 15px;
  }
  #oldandnew-site .p-grandopen-faq .p-grandopen-faq__box .p-grandopen-faq__a::before {
    top: 0;
    font-size: 22px;
  }
	#oldandnew-site #faq #contact{
		padding: 20px 15px 35px;
		margin-top: 30px;
	}
	#oldandnew-site #faq #contact .contact-lead{
		font-size: 16px;
	}
	#oldandnew-site #faq #contact .contact-wrap{
		grid-template-columns: 1fr;
		gap: 20px;
	}
	#oldandnew-site #faq #contact .contact-wrap .contact-item .contact-title{
		font-size: 16px;
	}
	#oldandnew-site #faq #contact .contact-wrap .contact-item .form-link{
		width: 90%;
		font-size: 15px;
	}
	#oldandnew-site #faq #contact .contact-wrap .contact-item .phone-number{
		margin-top: 6px;
		font-size: 22px;
		line-height: 1.2;
	}
	#oldandnew-site #faq #contact .contact-wrap .contact-item .phone-number .time{
		font-size: 14px;
	}
}

