@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

contact CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
#topCont dl dd ul li {
	margin: 0 0 15px;
}
#topCont dl dd ul li:last-child {
	margin: 0;
}
#topCont dl {
	margin-top: 30px;
	border: #6A8DB7 solid 1px;
}
#topCont dl dt {
	width: 100%;
	padding: 10px;
	float: none;
	background: #6A8DB7;
	color: #FFF;
}
#topCont dl dt strong {
	display: block;
	font-size: 1.8rem;
}
#topCont dl dd {
	width: 100%;
	margin: 0;
	padding: 10px;
}

.formWarp {
	margin-top: 60px;
}


select {
	padding: 5px;
	border: #ddd solid 1px !important;
	border-radius: 5px;
}
ul.select_list.select-wrap {
	width: 100%;
	margin: 0 auto 30px;
}
ul.select_list.select-wrap li {
	text-align: center;
	margin: 0 auto 10px;
}
ul.select_list.select-wrap li span {
    position:relative;
	display: inline-block;
	margin: 0 auto 10px;
}
ul.select_list.select-wrap li span:first-child:before {
	content: none;
}
ul.select_list.select-wrap li:last-child {
	margin-bottom: 0;
}
ul.select_list.select-wrap li select {
	padding: 5px 40px 5px 10px;
}
ul.select_list.select-wrap li select + select {
	margin-left: 10px;
}
ul.select_list.select-wrap li span: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%);
}
ul.select_list.select-wrap li span::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 20px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-flow: wrap;
}
ul.rings li {
	width: 24%;
	margin-bottom: 15px;
}
ul.rings li span {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	padding: 5px 0 0;
}
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(106,141,183,1);
	color: #FFF;
	cursor: pointer;
	font-size: 1.6rem;
}

.product ul.att {
	border: 2px solid #6699CC;
	padding: 20px 10px 20px 40px;
	text-indent: -2.6rem;
}
.product h3 {
	text-align: center;
	font-weight: bold;
	margin: 40px auto;
}
.product {
	max-width: 940px;
	width: 100%;
	padding: 0 20px;
	margin: 50px auto 40px;
}
.product dl dt {
	width: 200px;
	float: left;
}
.product dl dt span {
	color: #F00;
}
.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: 0 0 30px 220px;
}
.product dl dd p {
	font-size: 1.4rem;
	margin-top: 5px;
}
.product dl dd label {
	display: inline-block;
	padding: 0 10px 0 0;
}
.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 input,
.product dl dd textarea {
	width: 100%;
	padding: 5px;
	border: #ddd solid 1px !important;
	border-radius: 5px;
}
.product dl dd input {
	max-width: 300px;
}
.product dl dd.address input#postcode1,
.product dl dd.address input#postcode2 {
	width: 150px;
	display: inline-block;
}
.conf h2 {
	text-align: center;
	margin: 30px 0;
}
.conf h3 {
	text-align: center;
	margin-bottom: 50px;
}
.conf p.ttl,
.conf p.ttl2 {
	display: block;
	background: #6A8DB7;
	color: #FFF;
	margin: 15px auto;
	padding: 10px;
	line-height: 1;
}
.conf .contents {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}
.conf dl {
	border-bottom: #CCD8E8 solid 1px;
}
.conf dl dt {
	width: 250px;
	padding: 10px;
	float: left;
	align-content: center;
}
.conf dl dd {
	padding: 10px 0 10px 270px;
}
dl.conf p {
	width: 100%;
}

.btnArea {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}


ul.ring_img {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
}
ul.ring_img li {
	width: 25%;
	padding: 1%;
}
ul.ring_img li a {
	border: #EEE solid 1px;
	display: block;
	padding: 10px;
	text-align: center;
}
ul.ring_img li a img {
	margin-bottom: 10px;
}
ul.ring_img li a span {
	display: block;
	font-size: 1.2rem;
}
.select_att {
	text-align: center;
	margin-bottom: 30px;
}
.red {
	color: #FF0004;
	margin: 10px 0 0;
}
#error_message {
	margin: 30px auto 0;
	text-align: center;
	background-color: #FF0004;
	color: #FFF;
	padding: 10px 0;
}
.complete .contents {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 20px;
}
.complete .contents .formWarp {
	text-align: center;
}
.complete h1 {
	text-align: center;
	margin: 100px 0 30px;
}
.complete h3 {
	text-align: center;
	margin-bottom: 50px;
}
.complete .formWarp {
	margin-bottom: 50px;
}
.complete .formWarp a {
	margin-top: 30px;
	display: block;
}
@media screen and (max-width: 1240px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 460px) {
	ul.select_list.select-wrap li span:first-child {
		display: block;
		margin: 0 auto 5px;
	}
	ul.select_list.select-wrap li select {
		font-size: 4vw;
	}
	ul.select_list.select-wrap li span::before {
		top: 13px;
	}
	ul.ring_img li {
		width: 50%;
		padding: 1%;
	}
	.product h3 {
		font-size: 5vw; 
	}
	.product dl {
		margin-bottom: 15px;
	}
	.product dl dt {
		width: 100%;
		padding: 0  0 10px;
		float: none;
		align-content: center;
	}
	.product dl dd {
		padding: 0;
		margin: 0;
	}
	.product dl dd.address input#postcode1,
	.product dl dd.address input#postcode2 {
		width: 100px;
	}
	form input[type="submit"],
	form input[type="button"]{
		margin: 20px 0 0;
	}
	.conf dl {
		border-bottom: none;
	}
	.conf dl dt {
		width: 100%;
		padding: 10px;
		float: none;
		align-content: center;
		background: #EEE;
	}
	.conf dl dd {
		padding: 10px;
		border: #EEE solid 1px;
		border-top: none;
		border-bottom: none;
	}
	.conf dl dd#comment{
		border-bottom: #EEE solid 1px;
	}
	.conf .btnArea {
		margin-bottom: 40px;
	}
	.complete p.txt {
		text-align: left;
	}
	.product dl dd input {
		max-width: none;
	}
}
