@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

cart CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

ul.flow {
	width: 100%;
	max-width: 900px;
	margin: 50px auto;
	display: flex;
	justify-content:space-between;
	align-content: center;
}
ul.flow li {
	width: 15%;
	padding: 14px 0;
	text-align: center;
	background: #489896;
	border-radius: 10px;
	color: #FFF;
	font-size: 2.5rem;
	position: relative;
}
ul.flow li.select {
	background: #a8dedd;
}
ul.flow li span {
	display: block;
	font-size: 1.5rem;
}

ul.flow li::after{
	position: absolute;
	content: "";
	right: -30%;
	top: 50%;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left: 10px solid #6A8DB7;
	
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
ul.flow li:last-child::after {
	content: none;
}
.bar {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
	padding: 15px 10px;
	color: #FFF;
	background: #489896;
	line-height: 1;
}


select {
	padding: 5px;
	border: #ddd solid 1px !important;
	border-radius: 5px;
}
ul.design {
	width: 100%;
	margin: 0 auto 50px;
	text-align: center;
}
ul.design span {
	display: inline-block;
	padding: 0 10px 0 0;
}
ul.design li {
    position:relative;
	display: inline-block;
	margin: 0 auto 10px;
	font-size: 1.2rem;
}
ul.design li:last-child {
	margin-bottom: 0;
}
.select-wrap select {
	padding: 5px 40px 5px 10px;
}
.select-wrap li:before {
	z-index: 1;
	position: absolute;
	right: 15px;
	top: 50%;
	content: "\f107";
	font-family: FontAwesome;
	color: #7F878C;
	pointer-events: none;

	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.select li::before {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
	right: 21px;
	width: 6px;
	height: 6px;
	border-right: #777 1px solid;
	border-bottom: #777 1px solid;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

p.txt {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.6rem;
}
p.txt2 {
	text-align: center;
}
ul.rings {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-flow: wrap;
}
ul.rings::after {
    display: block;
    content:"";
	width: 24%;
	margin-bottom: 15px;
}
ul.rings li {
	width: 24%;
	margin-bottom: 15px;
	border: #CCD8E8 solid 1px;
}
ul.rings li span {
	display: block;
	text-align: left;
	font-size: 1.4rem;
	padding: 10px 5px 5px;
}
form input[type="submit"],
form input[type="button"]{
	position:relative;
	display: inline-block;
	margin: 40px 0;
	padding: 10px 40px;
	border-radius: 5px;
	border: none;
	background-color: rgba(72,152,158,1);
	color: #FFF;
	cursor: pointer;
	font-size: 1.6rem;
}
form input[type="button"] {
	margin-left: 10px;
}
.product {
	margin: 0 auto;
}
.contents p.ttl {
	max-width: 900px;
	padding: 15px 10px;
	margin: 0 auto 30px;
	color: #FFF;
	background: #489896;
	line-height: 1;
}
.image {
	width: 100%;
	margin: 0 auto;
}
/*.image {
	width: 15%;
	margin: 0 auto;
}*/
.image span {
	color: #000;
	padding: 0;
	margin: 10px auto 50px;
	display: block;
	text-align: center;
}
.product {
	max-width: 900px;
	width: 100%;
	display: flex;
	margin: 0 auto 40px;
	justify-content: space-between;
}
.product dl {
	width: 48%;
}
.product dl dt.bar {
	display: block;
	background: #a8dedd;
	color: #FFF;
	margin-bottom: 15px;
	padding: 10px;
}
.product dl dt span {
	display: block;
	border-bottom: 1px #6A8DB7 solid;
	padding: 0 0 5px;
	margin-bottom: 15px;
}
.product dl dt span i {
	color: #6A8DB7;
	margin-right: 5px;
}
dl.conf dt span.required,
.product dl dt span.required {
	display: inline-block;
	color: #FF0004;
	border: none;
	margin: 0;
	padding: 0;
}
.product dl dd {
	margin-bottom: 30px;
}
.product dl dd p {
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.product dl dd label {
	display: inline-block;
	padding: 0 10px 0 0;
}
.product dl dd label input[type="radio"] {
	margin-right: 5px;
}
.conf dl dd .select-wrap,
.product dl dd .select-wrap {
	position: relative;
	display: table;
}
.conf dl dd .select-wrap select,
.product dl dd .select-wrap select {
	padding: 5px 40px 5px 10px;
}
.conf dl dd .select-wrap:before,
.product dl dd .select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    content: "\f107";
	font-family: FontAwesome;
    color: #7F878C;
    pointer-events: none;
	
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.product dl dd textarea {
	width: 100%;
	padding: 5px;
	border: #ddd solid 1px !important;
	border-radius: 5px;
}



dl.conf {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
	border-top: #EEE solid 1px;
}
.conf p.ttl,
.conf p.ttl2 {
	display: block;
	background: #489896;
	color: #FFF;
	margin: 15px auto;
	padding: 10px;
	line-height: 1;
}
dl.conf dt {
	width: 250px;
	padding: 10px;
	margin-bottom: 1px;
	background: #EEE;
	display: flex;
	align-content: center;
}
dl.conf dd {
	padding: 10px;
	width: calc(100% - 250px);
	border: #EEE solid 1px;
	border-top: none;
}
dl.conf dd input {
	width: 50%;
	padding: 5px;
	border: #ddd solid 1px !important;
	border-radius: 5px;
}
dl.conf dd input[type="radio"] {
	width: auto;
}
dl.conf p {
	width: 100%;
}
dl.comment {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
dl.comment dt.bar {
	display: block;
	background: #489896;
	color: #FFF;
	margin-bottom: 15px;
	padding: 10px;
}
dl.comment dd textarea {
	width: 100%;
	padding: 5px;
	border: #ddd solid 1px !important;
	border-radius: 5px;
}
.btnArea {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.complete p.text {
	margin: 100px auto 150px;
	text-align: center;
}
.complete p.text br {
	display: block;
}
@media screen and (max-width: 460px) {
	ul.flow {
		display: block;
	}
	ul.flow li {
		width: 100%;
		padding: 10px 0;
		margin: 0 auto 30px;
		font-size: 1.5rem;
	}
	ul.flow li span {
		padding-left: 10px;
		display: inline-block;
	}
	ul.flow li::after{
		position: absolute;
		content: "";
		right: 45%;
		top: auto;
		bottom: -30px;
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		border: 10px solid transparent;
		border-left: 10px solid #6A8DB7;

		-webkit-transform: translate(-50%, 0) rotate(90deg);
		-moz-transform: translate(-50%, 0) rotate(90deg);
		-ms-transform: translate(-50%, 0) rotate(90deg);
		-o-transform: translate(-50%, 0) rotate(90deg);
		transform: translate(-50%, 0) rotate(90deg);
	}
	ul.flow li:last-child::after {
		content: none;
	}
	.contents {
		padding: 0 20px;
	}
	ul.rings li {
		width: 49%;
		margin-bottom: 15px;
	}
	
	
	/*  詳細選択 */
	.product {
		display: block;
	}
	.product dl {
		width: 100%;
	}
	
	/* お客様情報入力 */
	dl.conf dt {
		width: 100%;
		display: block;
		font-size: 6vw;
		padding: 5px;
		
	}
	dl.conf dd {
		padding: 10px;
		width: calc(100%);
		border: #EEE solid 1px;
		border-top: none;
	}
	dl.conf dd input {
		width: 100%;
		font-size: 6vw;
	}
	dl.conf dd:last-child p {
		margin-top: 15px;
	}
	p.ttl2 + p{
		margin: 0 auto 15px;
	}
	/* 完了 */
	.complete p.text {
		margin: 40px auto;
		text-align: left;
	}
	.complete p.text br {
		display: none;
	}
}
