@charset "UTF-8";

#spec {
	border: solid 1px #999;
	padding: 15px 15px 10px 15px;
	margin-bottom: 10px;
}
#spec .wrap {
	display: flex;
	align-items: flex-start;
}
#spec dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#spec dl dt {
	width: 12em !important;
}
#spec dl dd {
	width: calc(100% - 12em);
}
#spec figure {
	border: solid 1px #ddd;
}
#spec figure img {
	max-width: 180px;
}
@media screen and (max-width: 740px) {
	#spec .wrap {
		flex-wrap: wrap;
	}
	#spec dl {
		width: 100%;
	}
	#spec dl dt, #spec dl dd {
		width: 100%;
		padding: 0 !important;
	}
	#spec figure {
		margin: 15px 0;
	}
}

#spec_check {
	text-align: center;
	background-color: #e6f4ea;
	padding: 15px 15px 10px 15px;
	margin-bottom: 50px;
}

#frame_select {
	border-bottom: dotted 1px #333;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#frame_select div.frame_select_wrapper {
	display: flex;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 10px;
}
#frame_select div.frame_select_wrapper ul {
	width: 33%;
	text-align: left;
}
#frame_select h4 span {
    color: #F00;
    font-size: 90%;
}
@media screen and (max-width: 740px) {
	#frame_select div.frame_select_wrapper {
		flex-wrap: wrap;
	}
	#frame_select div.frame_select_wrapper ul {
		width: 100%;
	}
}

#payment {
    border-bottom: dotted 1px #333;
		padding-bottom: 50px;
		margin-bottom: 50px;
}
#payment h4 span {
    color: #F00;
    font-size: 90%;
}
#payment h5 {
	font-size: 1.5rem !important;
	margin-bottom: 5px;
}
#payment ul {
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 30px;
}

#address_other {
	margin-top: 20px;
}
#address_other > dl.forms  {
	margin: 15px 0 15px !important;
}
#address_other > dl.forms dt  {
	width: 6em !important;
}
#address_other > dl.forms dd {
	margin-left: 7em;
	border-left: none !important;
}
@media screen and (max-width: 740px) {
	#address_other > dl.forms dd {
		margin-left: 0;
	}
}

#order_thanks .payment {
	border-top: solid 1px #ddd;
	margin-top: 30px;
	padding-top: 30px;
	border-bottom: solid 1px #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#order_thanks .payment_detail {
	background-color: #E0EFF9;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
}
#order_thanks .payment_detail span {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
#order_thanks .payment strong {
	font-weight: bold;
}

/*form*/
textarea {
	height: auto !important;
	min-height: 150px !important;
	resize: vertical;
}
