@charset "UTF-8";

/*______________________________________________comS*/
:root {
	--navHt: 60px;
	--nav2Ht: 60px;/*+10*/
	--SnavHt: 110px;/*+1*/
}

.wrapper{
	margin-top: var(--navHt);
}

.navO .wrapper{
	padding-right: 7px;
}

a {
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}

sup{
	font-size: 0.6em;
	vertical-align: super;
}

.BgRd{
	background:var(--ReD);
	color:#fff;
}

iframe{
	width: 100%;
	height: 53vw;
}

h2 {
	&.mTit,
	&.Mtit {
		width: 93%;
		margin: 0 auto 6%;
		padding: 3% 0 1% 1%;
		border-bottom: 1px solid #ccc;
		font-size: 1.3em;
		font-weight: bold;
	}
}

h3 {
	&.sTit,
	&.Stit {
		margin: 5% auto 3%;
		padding: 2% 4% 1.5% 3%;
		background: #eee;
		border-left: 4px solid var(--ReD);
		font-size: 1.2em;
		font-weight: normal;
	}
}

.pTit{
	padding: 3% 5% 0;
	font-size: 5vw;
	font-weight: bold;
}

.msg,.tag1{
	width:90%;
	margin:10px auto;
}

.msg0{
	margin:10px auto;
}
.msg.sagree_note{
	font-size: 3.1vw;
}

/* headerS */
[data-scroll="true"] header {
	border-bottom-color: #e3e3e3;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	height: var(--navHt);
	padding: 0 3% 1px;
	background: #fff;
	border-bottom: 1px solid #fff;
	font-family: var(--Fip), var(--Fyg), sans-serif;
	border-bottom: 1px solid #efefef;


	* {
		box-sizing: border-box;
	}


	.header_logo{
		margin-top: 2%;
		
	}

	.Tnav {
		z-index: 499;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 190px;
		height: var(--navHt);
		background: #fff;
		font-size: 0;
	
		li {
			position: relative;
			width: 65px;
			height: 30px;
	
			a {
				&:after {
					position: absolute;
					right: 0;
					bottom: -60%;
					left: 0;
					margin: auto;
					color: #000;
					font-size: 11px;
					text-align: center;
				}
			}
		}
	
		a {
			position: relative;
			top: -5px;
			z-index: 501;
			display: block;
			width: 100%;
			height: 30px;
			text-align: center;
		}
	
		img {
			height: 30px;
		}
	
		.mypTri a:after {
			content: "マイページ";
		}
	
		.itemTri a:after {
			content: "商品一覧";
		}
	
		.navTri a:after {
			content: "メニュー";
		}
	}
	
	/* nav trigger */
	.navTri {
		a,
		a span {
			display: inline-block;
			box-sizing: border-box;
			transition: all .4s;
		}
	
		span {
			position: absolute;
			right: 0;
			left: 0;
			z-index: 500;
			width: 30px;
			height: .15rem;
			margin: auto;
			background-color: #000;
			border-radius: 4px;
	
			&:nth-of-type(1) {
				top: 5px;
			}
	
			&:nth-of-type(2) {
				top: 0;
				bottom: 0;
			}
	
			&:nth-of-type(3) {
				bottom: 5px;
			}
		}
	}
	

	/* side nav */

	nav * {
		box-sizing: border-box;
	}

	.SnavBg {
		position: fixed;
		z-index: 501;
		display: block;
		width: 100%;
	}

	.Snav {
		position: fixed;
		top: var(--navHt);
		right: -100%;
		width: 80%;
		height: calc(100% - var(--navHt));
		padding-bottom: 5%;
		overflow-y: auto;
		background: #fff;
		font-size: 4.2vw;
		line-height: 1.4;
		transition: right .6s ease-out;

		dt {
			padding: 3% 0;
			background: #aaa;
			color: #fff;
			font-size: .9em;

			&::before {
				content: "";
				display: inline-block;
				width: 1.5em;
				height: 1.5em;
				margin-left: .5rem;
				background-color: currentColor;
				-webkit-mask: url("/images/common/icon/check_double.svg") no-repeat center / contain;
				mask: url("/images/common/icon/check_double.svg") no-repeat center / contain;
				vertical-align: middle;
			}
		}

		a,
		.acoA {
			position: relative;
			display: block;
			padding: 4% 0 4% 1em;
			overflow: hidden;
			border-bottom: 1px solid #ddd;
			color: #333;
			font-size: .9em;
			font-weight: normal;
		}

		/* account */
		.acount {
			.fle {
				a {
					width: 50%;
					border-bottom: none;

					&:first-of-type {
						border-right: 1px solid #ccc;
					}
				}
			}
		}

		#login {
			width: 50%;

			a {
				width: 100%;
				border-right: none;
			}
		}

		/* contents */
		.conW {
			padding: 5% 0;
			background: #f1f1f1;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;

			a {
				padding: 0 10%;
				border-bottom: none;

				&:after {
					content: none;
				}
			}

			.acoB {
				width: 100%;
				padding: 5% 7%;
				background: #efefef;
			}

			.fle {
				position: relative;
				padding: 0 3%;
				background: #fff;
				border-radius: 10px;
				box-shadow: 2px 2px #ccc;

				&:first-of-type {
					margin-bottom: 5%;
				}
			}

			.BtN {
				width: 73%;
				padding: 3% 0;
				font-size: 1.2em;

				img {
					vertical-align: middle;
				}
			}
		}
	}

	.review {
		width: 90%;
		margin: 5% auto 10%;
		padding-bottom: 20%;

		a {
			padding-left: 0;
			border-bottom: none;

			&:after {
				content: none;
			}
		}
	}
}


/* open state */
.navO {
	overflow: hidden;
	width: 100%;
	height: 100%;

	.navTri {
		a {
			&:before {
				content: "";
				position: fixed;
				top: 0;
				left: 0;
				display: block;
				width: 100vw;
				height: 100vh;
				background: rgba(0, 0, 0, .7);
				webkit-transition: opacity .3s ease;
				-moz-transition: opacity .3s ease;
				-o-transition: opacity .3s ease;
				transition: opacity .3s ease;
			}

			&:after {
				content: "閉じる";
				color: #fff !important;
			}
		}
	}

	.Tnav {
		li {
			a {
				&:after {
					position: absolute;
					right: 0;
					bottom: -60%;
					left: 0;
					margin: auto;
					color: #000;
					font-size: 11px;
					text-align: center;
				}
			}
		}
	}

	.Snav {
		right: 0;
	}
}

/*headerE*/



.flinks .new a{
	padding-left: 2.7em;
}
.flinks .renew a{
	padding-left: 3.6em;
}


.allitem .new::before,.allitem .renew::before,.flinks .new a:before,.flinks .renew a:before,.allitem .limited::before{
	position: absolute;
	left: 2vw;
	font-size: 2.3vw;
	color: var(--ReD);
	border: 1px solid var(--ReD);
	padding: 1% 2%;
}
.allitem .new::before,.flinks .new a:before{
	content: "NEW";
}
.allitem .renew::before,.flinks .renew a:before{
	content: "RENEW";
}
.allitem .limited::before{
	content: "数量限定";
	top: 6vw;
}
.flinks .new a:before,.flinks .renew a:before{
	padding: 0 .5%;
}

/*footerS*/
footer{
	width: 100%;
	font-family: var(--Fip),var(--Fyg),sans-serif;
	font-size:0.9em;
}


.fcont #tel{
	margin: 0 auto;
	padding: 7% 10% 3%;
	width: 100%;
	background: #f1f1f1;
}
.fcont #tel .acoB{
	padding: 0 1em;
	padding: 5% 7%;
	width: 100%;
	background: #efefef;
}
.fcont #tel .fle{
	position: relative;
	margin-bottom: 5%;
	padding: 3% 5%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px #ccc;
}
.fcont #tel dd{
	margin-bottom: 5%;
}
.fcont #tel dd:last-of-type{
	margin-bottom: 0;
}
.fcont #tel a{
	display: block;
	padding: 0;
	width: 100%;
	height: 100%;
}
.fcont #tel .BtN{
	padding: 3% 0;
	width: 73%;
	font-size: 5.3vw;
}
.fcont #tel .BtN img {
	vertical-align: middle;
}
.fcont #tel .BtN p{
	display: inline-block;
}
.flinks{
	border-top: 1px solid #ddd;
}
.flinks .fle{
	flex-wrap: wrap;
}
.flinks .fle li{
	width: 50%;
}
.flinks .fle li:nth-of-type(odd){
	border-right: 1px solid #ddd;
}
.flinks li dd{
	display: flex;
}
.flinks a,.flinks dt{
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 1em;
	color: #333;
	font-size: 3.6vw;
	height: 15vw;
	border-bottom: 1px solid #ddd;
}
.flinks .acoA{
	text-decoration: none;
}
.flinks .acoA.active{
	background: #eee;
}
.flinks .acoB li{
	border-left: 20px solid #eee;
	list-style: none;
}
.flinks .acoB dd{
	list-style: none;
}
.totop{
	font-size: .9em;
}
.totop a{
	position: fixed;
	right: 0;
	bottom: 90px;
	z-index: 99;
	width: 60px;
	height: 60px;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 1px;
	background: #a7a7a7;
	opacity: .9;
}
.totop span {
	display: flex;
	justify-content: center;
	padding-top: 24px;
}
.totop a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	display: block;
	width: 10px;
	height: 10px;
	margin: auto;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(45deg);
}
footer .sns{
	width: calc((50px * 4) + (50px / 2 * 4));
	margin: 5% auto;
}
footer .sns dt{
	margin-bottom: 3%;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
footer .flogo{
	margin: 5% auto;
	text-align: center;
	letter-spacing: 0.01em;
	color: #000;
}
footer .flogo img{
	padding-bottom: 3px;
	vertical-align: middle;
}
footer .outmark{
	padding: 0 0 7%;
	background: #f1f1f1;
}
footer .outmark a{
	border: none;
}


footer .BtN img {
	margin-right: 0;
}

/*footerE*/


/* arrow */
.aarw a:after,
.aarw .acoA:after {
	right: 4vw;
	width: 3vw;
	height: 3vw;
}

.aarw .acoA:after {
	right: 3vw;
}

.aarw .acoA.active::after {
	top: 2vw;
}



/*pankuzuS*/
.breadcrumb {
	margin: 0;
	padding: 3% 0 1% 2%;
	font-size: 0.8em;
	list-style: none;
	display: flex;
	align-items: center;
}
.breadcrumb li {
	margin-right: 2%;
	padding-right: 3%;
	position: relative;
}
.breadcrumb li:before,.breadcrumb li:after {
	position: absolute;
	display: block;
	width: 1px;
	height: 9px;
	background: #999;
	content: "";
}
.breadcrumb li:before {
	top: 2px;
	right: 0;
	transform: rotate(-45deg);
}
.breadcrumb li:after {
	top: 8px;
	right: 0;
	transform: rotate(45deg);
}
.breadcrumb li:last-of-type:before,.breadcrumb li:last-of-type:after {
	display: none;
}
.breadcrumb a {
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}


/*pankuzuS*/
.pankuzu {
	display: block;
	padding: 0 10px;

	li {
		display: inline;
		padding: 0 2px 0 16px;
		background-image: url(/images/common/pankuzu.jpg);
		background-repeat: no-repeat;
		background-position: 0 -2px;
		color: #333;
		font-size: 11px;
		line-height: 34px;

		&:first-of-type {
			padding: 0 2px 0 0;
			background-image: none;
		}

		a {
			color: #333;
			text-decoration: none;
		}

		&.current{
			font-weight: bold;
		}
	}
}
/*pankuzuE*/

/*pankuzuE*/

/*kiyakuS*/
.kuBox dt {
	margin: 6% 0 3%;
	padding: 2% 3%;
	font-weight: bold;
	background: #eee;
}
.kuBox dd {
	margin-bottom: 3%;
	padding: 0 0.5em 0 2.5em;
	text-indent: -2em;
	text-align: justify;
}
.kuBox dd span {
	display: block;
	padding-left: 2em;
	text-indent: -1.5em;
}
.kuBox li{
	list-style: none;
}
.kuBox .ino{
	padding: 0 0.5em;
	text-indent: 0;
}
.kuBox .ino li{
	padding-left: 2.7em;
}
.kuBox dd li{
	margin-bottom: 3%;
	padding-left: 1.7em;
	text-indent: -1.7em;
}
.kuBox .ino ul li{
	padding-left: 0.9em;
	text-indent: -1em;
}
.kuBox .ino .tin2{
	padding-left: 3.3em;
	text-indent: -2.3em;
}
/*kuboxE*/

.pick{
	margin: 5% auto;
}

/*privacyS*/
.privaBox * {
	box-sizing: border-box;
	text-align: justify;
	word-break: break-all;
}
.privaBox h3 {
	margin-top: 10%;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}
.privaBox a {
	color: #00f;
	text-decoration: underline;
}
.privaBox .Ti {
	text-indent: -2em;
	padding-left: 2em !important;
	padding-bottom: 5%;
}
.privaBox .Ti2 {
	text-indent: -2.5em;
	padding-left: 1.5em !important;
}
.privaBox .Ti3 {
	text-indent: -1.6em;
	padding-left: 1.7em !important;
}
.privaBox dt {
	margin-top: 3%;
	margin-bottom: 3%;
	padding: 3%;
	font-weight: bold;
	background: #efefef;
}
.privaBox .box {
	margin: 5% auto;
	padding: 5% 3%;
	width: 90%;
	background: #f9f9f9;
}
.privaBox .box dt {
	background: none;
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.privaBox .inquiry {
	padding: 0 3%;
}
.privaBox .known dd{
	margin: 0 5% 7%;
}
.privaBox .known dd dt {
	margin-top: 3%;
	margin-bottom: 0;
	padding: 0;
	background: none;
}
.privaBox .known dd dd{
	margin-right: 0;
	margin-left: 6.5%;
}
.privaBox .known dd dd dd{
	margin-left: 0;
}
.privaBox .known .Ti {
	padding-left: 1.4em !important;
	text-indent: -1.3em;
}
.privaBox dl.fle {
	flex-wrap: wrap;
	text-indent: 0;
}
.privaBox dl.fle dt {
	font-weight: normal;
	font-size: 1em;
	margin: 0;
}
.privaBox dl.fle dt.TfwB{
	font-weight: bold;
}
.privaBox dl.fle.storage {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.privaBox dl.fle.url {
	width: 500px;
	margin: auto;
}
.privaBox dl.fle.pur {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.privaBox .fle dt,.privaBox .fle dd {
	display: flex;
	align-items: center;
	align-self: stretch;
	padding-top: 5px;
	background: #fff;
}
.privaBox .fle.storage dt,.privaBox .fle.storage dd,
.privaBox .fle.pur dt,.privaBox .fle.pur dd {
	padding: 3% 5% 2%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.privaBox .fle.url dt,.privaBox .fle.url dd {
	background: #f9f9f9;
	padding: 10px 0;
	height: 40px;
}
.privaBox .fle.storage dt,.privaBox .fle.pur dt {
	width: 40%;
}
.privaBox .fle.storage dd,.privaBox .fle.pur dd {
	width: 60%;
	margin: 0;
}
privaBox .known .Ti {
	text-indent: -1.2em;
	padding-left: 1em !important;
}



.ppbox dt{
	margin: 6% 0 3%;
	padding: 2% 3%;
	font-weight: bold;
	background: #eee;
}
.ppbox dd{
	margin-bottom: 3%;
	padding: 0 0.5em;
	text-align: justify;
}
.ppbox ul{
	padding: 3% 3% 0;
}
.ppbox li{
	padding-bottom: 2%;
}
.ppbox .cookie dt{
	margin: 0;
	padding: 0;
	background: none;
}
.ppbox .cookie li{
	margin-bottom: 4%;
}
.ppbox .cookie .box{
	padding: 1% 3%;
	margin: 2% 0;
	background: #f1f1f1;
}
.ppbox .cookie a{
	word-wrap: break-word;
}
/*privacyE*/

/*pointstage*/
.postGBox *{
	box-sizing: border-box;
}
.postGBox {
	margin: 6% auto;
	font-family: var(--Fyg),'Noto Sans JP', sans-serif;
}
.postGBox a:hover{
	color: #fff;
	text-decoration: none;
}
.postGBox section:nth-of-type(n+2){
	padding-top: 15%;
}
.postGBox h2 {
	position: relative;
	margin-bottom: 4%;
	font-size: 7vw;
	text-align: center;
	font-family: var(--FtagM);
}
.postGBox h2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 70%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #eee, #eee 2px, #fff 2px, #fff 4px);
}
.postGBox h3{
	position: relative;
	display: inline-block;
	margin-top: 3%;
	margin-left: 13vw;
	padding: 1% 1%;
	font-size: 5.5vw;
	font-weight: bold;
	line-height: 1;
	border-bottom: 2px dashed rgba(249,131,47,1);
	/* background: linear-gradient(transparent 70%, var(--RYelloW) 50%); */
}
.postGBox h3:before,.postGBox h3:after {
	content: "";
	position: absolute;
	border: 2px solid rgba(249,131,47,.8);
}
.postGBox h3:before{
	font-size: 0.8em;
	top: 1.5vw;
	left: -8.5vw;
	transform: rotate(35deg);
	width: 4vw;
	height: 4vw;
}
.postGBox h3:after {
	background: rgba(249,131,47,.8);
	font-size: 0.6em;
	top: 4vw;
	left: -4vw;
	transform: rotate(0deg);
	width: 2.5vw;
	height: 2.5vw;
}
.postGBox .txt{
	margin: 3% auto;
	font-size: 3.5vw;
	width: 90%;
}
.postGBox .fle {
	align-items: flex-start;
}
.postGBox img {
	display: block;
	width: 90%;
	margin: 7% auto;
}
.postGBox dt {
	font-size: 6vw;
	font-weight: bold;
	text-align: center;
}
.postGBox ul,.postGBox ol{
	margin: 10% auto;
}
.postGBox .pointget li,.postGBox .pointstep li,.postGBox .pointuse li {
	width: 80%;
	padding: 0;
	margin: 20% auto;
}
.postGBox .pointget li:first-of-type,.postGBox .pointstep li:first-of-type,.postGBox .pointuse li:first-of-type {
	margin-top: 0;
}
.postGBox .pointstep li,.postGBox .pointuse li {
	position: relative;
	font-size: 5vw;
	text-align: center;
}
.postGBox .pointstep li:before,.postGBox .pointuse li:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -13vw;
	left: 0;
	margin: auto;
	width: 0;
	height: 0;
	border-top: 15px solid var(--ReD);
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
}
.pointstep li:last-of-type:before,.pointuse li:last-of-type:before{
	content: none;
}
.postGBox .pointstep,.postGBox .pointuse{
	counter-reset: number 0;
}
.postGBox .pointget li {
	position: relative;
	z-index: 9;
	margin-bottom: 15%;
}
.postGBox .pointget li:after {
	border-radius: 50%;
	background: rgba(227,2,0,.05);
	position: absolute;
	width: 50vw;
	height: 50vw;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: -1;
}
.postGBox .pointuse ol{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.pointuse p.pore,.pointstep p.pore{
	padding-left: 40px;
	text-align: left;
}
.postGBox .pointstep li p:before, .postGBox .pointuse li p:before {
  content: counter(number) "";
	position: absolute;
	top: -5px;
	left: 0;
	margin: auto;
	margin-right: 5px;
	padding: 0 11px;
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	background: rgba(227,2,0,.7);
	border-radius: 50%;
	counter-increment: number 1;
}
.postGBox .mylog {
	margin: 0 auto;
	padding: 5% 3%;
	background: #efefef;
	width: 80%;
	text-align: center;
}
.postGBox .stage .fle{
	align-items: center;
	width: 800px;
	margin: auto;
}
.postGBox .stage h4.poab{
	left: 3vw;
	top: -8.5vw;
	color: var(--ReD);
	font-size: 4.5vw;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	border-bottom: 5px double var(--ReD);
}
.postGBox .stage .att li,.postGBox .pointsum .att li{
	position: relative;
	margin: 2% auto;
	padding-left: 5%;
}
.postGBox .stage .att li:before,.postGBox .pointsum .att li:before{
	content: "◆";
	position: absolute;
	left: 0;
	color: var(--ReD);
}
.postGBox .qa dl{
	width: 90%;
	margin: auto;
}
.postGBox .qa a,.postGBox .qa a:hover{
	color: var(--BluE);
	text-decoration: underline;
}
.postGBox .qa dt,.postGBox .qa dd{
	position: relative;
	padding: 5% 10vw 3%;
	font-weight: normal;
	font-size: 4vw;
}
.postGBox .qa dt{
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.postGBox .qa .cirarrD:after{
	color: #ccc;
}
.postGBox .qa dt:before, .postGBox .qa dd:before{
	position: absolute;
	top: 8px;
	left: 3px;
	font-size: 30px;
	color: var(--ReD);
	font-weight: normal;
}
.postGBox .qa dt:before{
	content: "Q";
}
.postGBox .qa dd:before{
	content: "A";
}
.postGBox .qa p{
	padding-bottom: 5%;
}
/*pointstageE*/


/*faqS*/
.faq {
	margin: auto;
	margin-bottom: 20%;
  width: 90%;
}
.faq h3 {
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 10%;
	margin-bottom: 1%;
	position: relative;
}
.faq h3::before,.faq h3::after{
	content: "ー";
	padding: 0 5px; 
	color: var(--ReD);
	font-weight: normal;
}
.faq ul{
	margin-top: 1rem;
}
.faq li {
		padding: 2rem 0 2rem 1rem;
	border-bottom: 1px dashed #ccc;
}
.faq li a {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
  color: #333;
	font-size: 1.6rem;
}
.faq li a::before {
	content: "◇";
	color: var(--ReD);
	padding-right: 5px;
	font-weight: bold;
}

/*_________________________plan to deleteS*/
.iwrap .buyReg1 .off1,.iwrap .buyReg1 .off2,
.iwrap .buyReg1 .offRr,.iwrap .buyReg1 .offRw,.iwrap .buyReg1 .offGf{
	margin: auto;
	padding: 1%;
	border-radius: 15px;
	border: 1px solid var(--ReD);
	width: 50%;
}
.gs{opacity:0.5;}
.gs img{
	-webkit-filter: grayscale(1); /* Webkit */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* W3C */
}
.container {
	padding: 0 1.8%;
	margin:0 auto;
}
.container table * {
	box-sizing: border-box;
}
.container table {
	margin: 0 auto;
	width: 100%;
	line-height: 1.7;
	border-bottom: 1px dashed #ccc;
}
.container table tr {
	border-top: 1px dashed #ccc;
}
.container table tr.r2last {
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
.container table th {
	vertical-align: middle;
	text-align: left;
	width: 30%;
	padding: 15px 10px;
	background: #e6e6e6;
}
.container table td {
	vertical-align: middle;
	padding:  15px 10px;
	color: #707070;
}
.container table a {
	text-decoration: underline;
}
.container table li{
	text-indent:-1.5rem;
	margin:0 0.8rem 0.8rem 0.8rem;
}

.attention {
	color: var(--ReD);
	}
	/*featureS*/
.tvita{
	margin: 6% auto 15%;
	width: 100%;
}
.tvita{
	background: #f1f1f1;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.5;
}
.tvita ul{
	padding-top: 5%;
}
.tvita li{
	padding: 5% 0;
	border-bottom: 2px solid #fff;
}
.tvita li:first-of-type{
	padding-top: 0;
}
.tvita li:last-of-type{
	border-bottom: none;
}	
.tvita img{
	display: block;
	margin: 0 auto;
}
.tvita li{
	background: url(/sp/imgs/common/ya1Gr3.gif) 82% 88% no-repeat;
	background-size: 7px auto;
}
/*_________________________plan to deleteE*/

.notfound{
	padding: 5rem 0 10rem;
	main{
		font-size: 1.2rem;
	}
	h2 {
		font-size: 2.2rem;
		font-weight: bold;
		margin-bottom: 4rem;
		text-align: center;
	}
	h2 span {
		padding: 0 1rem; 
		display: inline-block;
		border-bottom: 3px double var(--ReD);
	}
	p.lead{
		margin: 2rem 0;
		font-size: 1.6rem;
	}
	ul{
		width: fit-content;
		margin: 5rem auto;
		padding: 0;
		text-align: left;
	}
	li{
		margin: 0 0 2rem;
		padding: 0;
	}
	a{
		color:var(--BluE);
		text-decoration: underline;
		font-size: 2rem;
	}
	a::after {
		content: '＞';
		display: inline-block;
		margin-left: .4em;
		color: #888;
		transition: transform .15s ease;
	}
	a:hover::after {
		transform: translateX(2px);
	}
}
.notfound::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 1%;
	width: 80%;
	height: 80%;
	background: url(/images/common/logo/vitabrid_red.svg) no-repeat right bottom;
	background-size: contain;
	opacity: .1;
	pointer-events: none;
}


/* 2605以降追加 */
.page_ttl_lowerPage{
    font-size: 1.5em;
    text-align: center;
    margin: 4% 0 5%;
    padding: 3%;
    border-bottom: 1px solid #EEE;

	&.noBorder{
		border-bottom: none;
	}
}
