@charset "utf-8";

/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.top_txt p {
	font-size: 2.8rem;
	margin-bottom: 100px;
}

#container {
	text-align: left;
	max-width: 1100px;
	margin: auto;
	background-color: #FFF;
}

.mainVisual {
	text-align: center;
	background-color: #ffffff;
}

#main .topBox {
	margin: 35px 0 62px;
	text-align: center;
}

#main .topBox p {
	margin-bottom: 37px;
	font-size: 3.2rem;
	line-height: 1.875;
	/*font-family: "TsukuARdGothicStd B";
	font-family: 'Hiragino Kaku Gothic ProN'; */
	font-family: "I-OTF-UDゴ表示Pro B";
}

.purchase.setA {
	background-image: url(../img/index/top_seta_bg.jpg);
	padding: 3rem;
}

.purchase.setB {
	background-image: url(../img/index/top_setb_bg.jpg);
	padding: 3rem;
}

.purchase.setA .txtbox02.setItem,
.purchase.setB .txtbox02.setItem {
	background: #ffffff;
	box-shadow: 0 0 16px 0 #71A3A9;
	padding: 3rem;
	margin-top: 4rem;
}

.txtbox02.setItem {
	background: #ffffff;
	box-shadow: 0 0 16px 0 #71A3A9;
	padding: 3rem;
}

.txtbox02.setItem .pbtn a {
	background-color: #e60012;
	color: #ffffff;
	font-size: 2.6rem;
	padding: 20px 0;
	display: block;
	width: 90%;
	margin: auto;
	border-radius: 13px;
	box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.30);
	text-align: center;
	position: relative;
}

.txtbox02.setItem .pbtn a:last-child {
	background-color: #009D19;
}

.txtbox02.setItem .pbtn {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	margin-top: 3rem;
}

.txtbox02.setItem .pbtn a:after {
	content: "";
	background: url(../img/common/icon_rarrow.png) no-repeat center center;
	display: block;
	height: 23px;
	position: absolute;
	top: 50%;
	right: 3rem;
	width: 14px;
	transform: translateY(-50%);
}

.wrp-qa {
	margin-top: 7rem;
}

.wrp-qa .qa-tit {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 5rem;
}

.wrp-qa .qa-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.wrp-qa .qa-list li {
	border-radius: 10px;
	box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
	padding: 2rem 3rem;
	width: 100%;
}

.wrp-qa .qbtn a {
	padding: 2rem;
	width: 350px;
	margin: 5rem auto;
	text-align: center;
	border: 1px solid #22AC38;
	border-radius: 50px;
	display: block;
	color: #22AC38;
	font-size: 2rem;
}

.wrp-qa .qa-list li dt {
	color: #22AC38;
	background-image: url(../img/index/question.png);
	background-repeat: no-repeat;
	padding: 2% 2.5% 2% 4.5%;
	background-size: 2.5%;
	background-position: center left 0;
}

.wrp-qa .qa-list dd a {
	color: #008916;
	margin-top: 2rem;
	display: block;
	text-decoration: underline;
}

#container a:hover {
	opacity: 0.8;
}

.item_details,
.about_oralCare {
	margin-top: 10rem;
}

.item_details .ttl_Txt,
.about_oralCare .ttl_Txt {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 3rem;
}

.item_details .itemLink {
	display: flex;
}

.about_oralCare .itemLink {
	display: flex;
	gap: 2rem;
}

.purchase.fsetA {
	background: #B0E3E9;
	padding: 3rem;
}

.purchase.fsetB {
	background: #B6E4AA;
	padding: 3rem;
}

#gFooter .fNavi li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#gFooter .fNavi li:first-child a {
    background: #009D19;
    color: #ffffff;
    width: 60%;
    margin: 0 auto;
    border-radius: 10px;
    border: none;
	box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.30);
	position: relative;
}

#gFooter .fNavi li:first-child a :after {
    content: "";
    background: url(../img/common/icon_rarrow.png) no-repeat center center;
    display: block;
    height: 23px;
    position: absolute;
    top: 50%;
    right: 3rem;
    width: 14px;
    transform: translateY(-50%);
}


@media all and (max-width: 767px) {
	#main .topBox {
		margin: 25px 0 48px;
	}

	#main .topBox p {
		margin: 0 10px 21px;
		font-size: 1.5rem;
	}

	#main .topBox p .txt {
		margin-bottom: 11px;
		font-size: 3rem;
		line-height: 1.5;
	}

	.txtbox02.setItem .pbtn a {
		font-size: 3.6vw;
		width: 100%;
	}

	.txtbox02.setItem .pbtn a:after {
		right: 1rem;
	}

	.wrp-qa .qa-list li,
	.wrp-qa .qbtn a {
		width: 80%;
		margin: 0 auto;
	}

	.wrp-qa .qbtn {
		margin: 10vw 0;
	}

	.wrp-qa .qa-list li dt {
		padding: 2% 2.5% 2% 6.5%;
		background-size: 4.5%;
	}

	.wrp-qa .qa-tit {
		font-size: 7vw;
	}

	.item_details .ttl_Txt,
	.about_oralCare .ttl_Txt {
		font-size: 5vw;
	}

	.item_details .itemLink,
	.about_oralCare .itemLink {
		flex-wrap: wrap;
	}

	.item_details .itemLink li {
		width: 50%;
	}

	.item_details,
	.about_oralCare {
		margin-top: 15vw;
	}

	.about_oralCare .itemLink li {
		width: 90%;
		margin: 0 auto;
	}

	#gFooter .fNavi li:first-child a {
    width: 70%;
    text-align: left;
}
}