@charset "UTF-8";
/* CSS Document */
/* Y・PiECE EC ご利用ガイド専用（guide） */


/******************************************************

PC設定 1200px以上の場合に適用

*******************************************************/

/* 目次ナビ */
.yp-guidenav {
	margin-bottom: 40px;
	}

.yp-guidenav__list {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	}

.yp-guidenav__chip {
	display: inline-block;
	padding: 8px 18px;
	background: #f5f7fa;
	border: 1px solid #e7eaf0;
	border-radius: 2px;
	font-size: 13px;
	color: #1A2A5E;
	text-decoration: none;
	font-weight: 600;
	}

.yp-guidenav__chip:hover {
	background: #1A2A5E;
	color: #F5CD1A;
	border-color: #1A2A5E;
	}

/* 本文 */
.yp-guide__sec {
	margin-bottom: 56px;
	scroll-margin-top: 80px;
	}

.yp-guide__sec--last {
	margin-bottom: 0;
	}

.yp-guide__h2 {
	font-size: 18px;
	font-weight: 600;
	color: #1A2A5E;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #F5CD1A;
	}


/* 2カラムカード */
.yp-gcards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	}

.yp-gcard {
	border: 1px solid #e7eaf0;
	border-radius: 4px;
	padding: 24px;
	}

.yp-gcard--muted {
	background: #fafafa;
	}

.yp-gcard__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 14px;
	}

.yp-gcard__icon {
	width: 36px;
	height: 36px;
	background: #1A2A5E;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	}

.yp-gcard__title {
	font-weight: 600;
	color: #1A2A5E;
	}

.yp-gcard__dot {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	}

.yp-gcard__dot--ok {
	background: #2d6a2d;
	}

.yp-gcard__dot--ng {
	background: #c0392b;
	}

.yp-gcard__txt {
	color: #555;
	line-height: 1.9;
	}

.yp-pill {
	display: inline-block;
	font-size: 11px;
	padding: 3px 8px;
	border-radius: 3px;
	font-weight: 600;
	}

.yp-pill--green {
	background: #e8f4e8;
	color: #2d6a2d;
	}

.yp-pill--yellow {
	background: #fff3cd;
	color: #856404;
	}

/* 送料カード */
.yp-feecards {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 50px;
	}

.yp-feecard {
	border: 1px solid #e7eaf0;
	border-radius: 4px;
	padding: 20px;
	}

.yp-feecard--accent {
	border: 2px solid #F5CD1A;
	background: #fffdf0;
	}

.yp-feecard__label {
	font-size: 12px;
	color: #9aa3b2;
	font-weight: 600;
	margin-bottom: 8px;
	}

.yp-feecard__price {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #1A2A5E;
	}

.yp-feecard__price small {
	font-size: 13px;
	font-weight: 400;
	color: #555;
	}

.yp-feecard__note {
	font-size: 13px;
	color: #555;
	margin-top: 8px;
	}

/* 情報テーブル */
.yp-gtable {
	width: 100%;
	border-collapse: collapse;
	}

.yp-gtable th {
	width: 200px;
	padding: 12px 16px;
	text-align: left;
	color: #1A2A5E;
	font-weight: 600;
	border-bottom: 1px solid #e7eaf0;
	}

.yp-gtable td {
	padding: 12px 16px;
	color: #333;
	border-bottom: 1px solid #e7eaf0;
	}

.yp-gtable tr:nth-of-type(odd) {
	background: #f5f7fa;
	}

.yp-guide__callout {
	margin-top: 16px;
	padding: 16px 20px;
	background: #f5f7fa;
	border-radius: 4px;
	color: #555;
	line-height: 1.8;
	}

.yp-guide__callout--left {
	border-left: 4px solid #F5CD1A;
	}

.yp-guide__note {
	margin-top: 14px;
	font-size: 14px;
	color: #9aa3b2;
	line-height: 1.8;
	}

/* FAQ */
.yp-gfaq {
	border-bottom: 1px solid #e7eaf0;
	}

.yp-gfaq:first-of-type {
	border-top: 1px solid #e7eaf0;
	}

.yp-gfaq__q {
	padding: 16px 0;
	font-weight: 600;
	color: #1A2A5E;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	}

.yp-gfaq__q::-webkit-details-marker {
	display: none;
	}

.yp-gfaq__qmark {
	color: #F5CD1A;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	margin-right: 10px;
	flex-shrink: 0;
	}

.yp-gfaq__qwrap {
	display: flex;
	align-items: flex-start;
	}

.yp-gfaq__icon {
	flex-shrink: 0;
	transition: transform .2s;
	}

.yp-gfaq[open] .yp-gfaq__icon {
	transform: rotate(180deg);
	}

.yp-gfaq__a {
	padding: 0 0 16px 28px;
	color: #555;
	line-height: 1.9;
	}

/* 問い合わせCTA */
.yp-gcontact {
	margin-top: 62px;
	padding: 24px;
	background: #1A2A5E;
	border-radius: 4px;
	text-align: center;
	}

.yp-gcontact__title {
	color: #F5CD1A;
	font-weight: 600;
	margin-bottom: 8px;
	}

.yp-gcontact__sub {
	color: rgba(255,255,255,0.7);
	font-size: 13px;
	margin-bottom: 16px;
	}

.yp-gcontact__btns {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
	}

.yp-gcontact__tel {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 24px;
	background: #F5CD1A;
	color: #1A2A5E;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	border-radius: 2px;
	}

.yp-gcontact__line {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 24px;
	background: #06C755;
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	text-decoration: none;
	border-radius: 2px;
	}



/******************************************************

タブレットの設定 960px〜1199pxの場合に適用

*******************************************************/

@media screen and (max-width: 1199px){



}



/******************************************************

タブレットの設定 768px〜959pxの場合に適用

*******************************************************/

@media screen and (max-width: 959px){



}



/******************************************************

SPの設定 767px以下の場合に適用

*******************************************************/

@media screen and (max-width: 767px){

.yp-guidenav {
	margin-bottom: 28px;
	}

.yp-gcards,
.yp-feecards {
	grid-template-columns: 1fr;
	margin-bottom: 15px;
	}

.yp-gtable {
	display: block;
	width: 100%;
	}

.yp-gtable tr,
.yp-gtable th,
.yp-gtable td {
	display: block;
	width: auto;
	}

.yp-gtable th {
	border-bottom: none;
	padding-bottom: 0;
	}

.yp-gtable td {
	padding-top: 2px;
	}

.yp-gcontact {
	margin-top: 42px;
	}

}

.yp-gtable__note {
	display: inline-block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.6;
	color: #888;
	}
