/* チャリティーTシャツ */
.tshirt__header {
	margin-bottom: 2rem;
}

.tshirt__type {
	margin-bottom: 2rem;
}
.tshirt__type--title {
	background-color: #ff9999;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.6rem 0;
	margin: 0;
	text-align: center;
}
.tshirt__type--exp {
	border: 2px solid #707070;
	border-radius: 0.4rem;
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	max-width: 16rem;
}
.tshirt__type--exp-glass {
	color: #707070;
	font-weight: bold;
}
.tshirt__type--exp-glass::before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-image: url(/assets/images/shopping/handkerchief/glass.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0 0.2rem 0.2rem 0;
}

.tshirt__image {
	margin-bottom: 2rem;
}
.tshirt__image--title {
	background-color: #ff9999;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.6rem 0;
	margin: 0;
	text-align: center;
}

.tshirt__info {
	margin-bottom: 2rem;
}
.tshirt__info--title {
	background-color: #ff9999;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.6rem 0;
	margin: 0;
	text-align: center;
}
.tshirt__info--ul, .tshirt__info--ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tshirt__info--ul > li {
	margin-bottom: 1rem;
}
.tshirt__info--ul > li > .tshirt__info--info-ul, .tshirt__info--ul > li > .tshirt__info--info-ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tshirt__info--ul > li > .tshirt__info--info-ul > li > p {
	margin: 0;
}
.tshirt__info--ul > li > .tshirt__info--payment-ul, .tshirt__info--ul > li > .tshirt__info--payment-ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tshirt__info--ul > li > .tshirt__info--payment-ul > li > p {
	margin: 0;
}
.tshirt__info--ul-header {
	font-weight: bold;
	margin: 0;
	padding-left: 1.2rem;
	position: relative;
}
.tshirt__info--ul-header::before {
	content: '■';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.4;
}
.tshirt__info--size-ul, .tshirt__info--size-ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tshirt__info--size-ul > li {
	position: relative;
	padding-left: 2.0rem;
}
.tshirt__info--size-ul > li::before {
	position: absolute;
	top: 0;
	left: 0;
}
.tshirt__info--size-ul > li:first-of-type::before {
	content: 'S：';
}
.tshirt__info--size-ul > li:nth-of-type(2)::before {
	content: 'M：';
}
.tshirt__info--size-ul > li:nth-of-type(3)::before {
	content: 'L：';
}
.tshirt__info--size-ul > li:last-of-type::before {
	content: 'XL：';
}
.tshirt__info--payment-circle {
	margin: 0;
	padding-left: 1.2rem;
	position: relative;
}
.tshirt__info--payment-circle::before {
	content: '◎';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.4;
}
.tshirt__info--payment-star {
	margin: 0;
	padding-left: 1.2rem;
	position: relative;
}
.tshirt__info--payment-star::before {
	content: '★';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.4;
}

.tshirt__goods {
	margin-bottom: 2rem;
}
.tshirt__goods--title {
	background-color: #ff9999;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.6rem 0;
	margin: 0;
	text-align: center;
}

.tshirt__list {
	margin: 0;
}
.tshirt__list--ul, .tshirt__list--ul > li, .tshirt__list--product-ul, .tshirt__list--product-ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tshirt__list--title {
	background-color: #d9def1;
	color: #666666;
	font-size: 1rem;
	font-weight: bold;
	padding: 0.6rem 0;
	margin: 0;
	text-align: center;
}
.tshirt__list--product-ul > li {
	border-bottom: 1px solid #a0a0a0;
}
.tshirt__list--product-ul > li:last-of-type {
	border: none;
}
.tshirt__list--product-label {
	font-size: 1rem;
	font-weight: bold;
}


.tshirt__list--product-img-block {
	margin: 0 1rem;
}
.tshirt__list--product-img-icon {
	width: 100%;
	height: auto;
	min-width: 120px;
	max-width: 120px;
	max-height: 120px;
}
.tshirt__list--product-input-num {
	display: inline-block;
	padding-right: 0.4rem;
	margin-right: 0.4rem;
	text-align: right;
	vertical-align: middle;
	width: 3.0rem;
}
.tshirt__list--product-unit {
	vertical-align: bottom;
}
.totebag__list--product-input-num {
	display: inline-block;
	padding-right: 0.4rem;
	margin-right: 0.4rem;
	text-align: right;
	vertical-align: middle;
	width: 3.0rem;
}

input[type=checkbox] {
	display: none;
}
.checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 0 0 0 2.8rem;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 46%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 24px;
	height: 24px;
	border: 1px solid #707070;
	border-radius: 4px;
	content: '';
}
.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 46%;
	left: 22px;
	display: block;
	margin-top: -7px;
	width: 10px;
	height: 14px;
	border-right: 2px solid #707070;
	border-bottom: 2px solid #707070;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}

.footer__list {
	margin-bottom: 2rem;
}
.footer__list--ul, .footer__list--ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer__list--ul > li {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem 1.6rem 0.4rem 0.4rem;
}
.footer__list--ul > li:first-child {
	border-top: 1px solid #9c9c9c;
}
.footer__list--ul > li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.footer__list--a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.4rem 0;
	text-decoration: none;
}
.tshirt__order--btn {
	background-color: #5fc3d8;
	color: #ffffff;
}
.tshirt__order--caution {
	color: #ff2222;
	margin: 0 1rem;
	padding-left: 1.2rem;
	position: relative;
}
.tshirt__order--caution::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.4;
}

.end__contents--title {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 1rem;
}
