@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------

製造方法から選ぶ　print

------------------------------------------------------*/

/*-----------table-----------*/
.print-table {
	margin-bottom: 3rem !important;
}

.print-table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
}

.print-table th, td {
	vertical-align: middle;
	padding: 1.5rem;
	border: 1px solid #bebedb;
	color: #000;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	box-sizing: border-box;
	white-space: break-spaces;
}

.print-table th {
	background: #e9e8f8;
	color: #585696;
}

.print-table th .caution {
	border: 2px solid #FF3C40;
	background: #FFF;
	color: #FF3C40;
	border-radius: 100px;
	font-size: 14px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
	vertical-align: text-bottom;
}

.print-table td {
	background: #fff;
	color: #6e6e6e;
}

.print-table td span {
	display: block;
	font-size: 12px;
}

.print-table .blue {
	position: sticky;
	top: 0;
	left: 0;
	background: none;
	border-left: none;
	border-right: none;
	color: #FFF;
	font-weight: 900;
	font-size: 1.8rem;
	height: 90px;
	width: 180px !important;
}
.print-table table tr:first-of-type th {
	height: 50px;
	padding: 1rem;
	width: 160px;
}

.print-table .blue:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 1px solid #bebedb;
	border-right: 1px solid #bebedb;
	background: #5a58b7;
	z-index: -1;
}

.print-table .blue span {
	background: #FFF;
	color: #5a58b7;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 15px;
	border-radius: 100px;
	margin: 0 auto 5px;
	display: block;
	width: fit-content;
}

@media screen and (max-width: 480px) {
	.print-table .blue {
		height: auto;
		width: 140px !important;
	}
	.print-table table tr:first-of-type th {
		height: auto;
		width: 120px;
	}
	
	.print-table .blue span {
		padding: 2px 10px;
		margin-bottom: 3px;
	}
}


/*-----------caution-----------*/
.main-cont .table-caution {
	margin: 0 auto 5rem;
	padding: 1.5rem 3rem;
	width: 90%;
	box-sizing: border-box;
	border-radius: 7px;
	border: 1px dashed #3e3d86;
	color: #3e3d86;
}

.main-cont .table-caution span {
	border: 2px solid #FF3C40;
	background: #FFF;
	color: #FF3C40;
	border-radius: 100px;
	font-size: 12px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
}


@media screen and (max-width: 786px) {
	.main-cont .table-caution li:not(:last-child) {
		margin-bottom: 7px;
	}
}



/*-----------select-list-----------*/
.main-cont .select-list .flex {
	margin-bottom: 2rem;
}

.main-cont .select-list li:nth-child(even) .flex{
	flex-direction: inherit;
}

.select-list .note-cont {
	background: #f4f4f4;
	border-bottom: 2px solid #d4d4d4;
	position: relative;
	padding: 40px 3rem 2.5rem;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content:center;
	flex-direction: column;
}

.select-list .note-cont:before {
	content: "";
	display: block;
	background: url("../../../_images/common/note-img.gif") repeat-x;
	width: 100%;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0;
}

.select-list .note-cont dt {
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	margin-bottom: 1rem;
}

.select-list .note-cont dt span {
	color: #94918c;
	font-size: 14px;
}

.select-list .note-cont dt em {
	font-weight: 900;
	display: block;
	font-size: 2rem;
	color: #8650b6;
	text-shadow: 
	#FFF 2px 0px,  #FFF -2px 0px,
	#FFF 0px -2px, #FFF 0px 2px,
	#FFF 2px 2px , #FFF -2px 2px,
	#FFF 2px -2px, #FFF -2px -2px,
	#FFF 1px 2px,  #FFF -1px 2px,
	#FFF 1px -2px, #FFF -1px -2px,
	#FFF 2px 1px,  #FFF -2px 1px,
	#FFF 2px -1px, #FFF -2px -1px;
}

.select-list .note-cont dd p {
	padding-left: 33px;
	position: relative;
	font-size: 14px;
	color: #544a4a;
	letter-spacing: .08em;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5rem;
}

.select-list .note-cont dd p:before {
	content: "";
	-webkit-mask-image: var(--icon-circle);
	mask-image: var(--icon-circle);
	mask-repeat: no-repeat;
	mask-position: center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 5px;
	top: .1rem;
	background-image: -moz-linear-gradient( 90deg, rgb(159,140,82) 0%, rgb(210,149,46) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(159,140,82) 0%, rgb(210,149,46) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(159,140,82) 0%, rgb(210,149,46) 100%);
}


.main-cont .select-list .ex-text {
	text-align: center;
	margin: 3.5rem auto 2.5rem;
	letter-spacing: .1em;
	color: #816f5f;
	font-weight: bold;
}

.main-cont .select-list .ex-text p {
	font-size: 1.6rem;
}

@media screen and (max-width: 786px) {
	.main-cont .select-list .ex-text p br {
		display: none;
	}
}
