@charset "utf-8";
body{
	color:#444;
	background:none;
	}
main{
	padding:0 3%}
footer{
	background-color:inherit;
	padding:0;
	}
#copyright{
	border:none;}
.cont{
	max-width:1000px;}
button, input, select, textarea {
	font-size :100%;
}
input, button {outline: 0;}
input[type=text],textarea{
	margin:5px 0;
	font-family: sans-serif;
	border-radius: 4px;
	border: 1px solid #bbb;
	width:100%;
	vertical-align:middle;
	padding: 5px;
	outline: 0;
	}
textarea{
	height: calc( 1.3em * 8);
  line-height: 1.3;
	}
input::placeholder {
  color:#999;
}
select{
	padding: 5px 5px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}
select.order_no{
	width:50px;
	}
option{
	line-height:1;height :15px;padding:0;font-size:1.2rem;
}
input[type=button]{
	display:block;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	vertical-align: middle;
	white-space: nowrap;
	width:100%;
	padding: 20px 25px;
	font-size:1.4rem;
	}
input[type=button]:hover{
	opacity: 0.6 ;
	transition: .3s ;
	}
input[type=radio]{
	margin-right:5px;
	}
.button-next{
	/* 「確認ボタン」*/
	color: #FFF;
	background: #3775A8;
	border: 1px solid #2E6898;
	margin-bottom:10px;
}
.button-back{
	/* 「リセット」*/
	color: #444;
	background: #efefef;
	border: 1px solid #c3c3c3;
}
/* mailform **********************/
#mailform{
	margin-top:10px;}
#mailform h2{
	font-size:1.6rem;
	margin:0 0 30px 0;
	padding:10px 0;
	background-color:#eee;
	background-color:#777;
	color:#FFF;
	text-align:center;
	font-weight:normal;}
ul.p_name{
	width:100%;
	}

ul.p_name li{
	display: flex;
	align-items: center;
	}
ul.p_name p{
	width:10%;}
ul.p_name input[type=text]{
	width:90%;}

/*dl.p_name{
	display: flex;
	flex-wrap: wrap;
	align-items: center;}
dl.p_name>dt{
	width:10%;
}
dl.p_name>dd{
	width:90%;
}*/

#mailform .ERR{
	color:#C00;}
#form>ul>li{
	margin-bottom:50px;
	}
#mailform li.request{
	text-align:center;
	}
#mailform li.request label{
	margin:0 5%;
	}
	
#mailform dl.table{
	max-width:900px;
	margin:0 auto;}
#mailform dl.table dd{
	font-size:1.3rem;
	color:#666;}

dt.h:after{
	font-size:0.8rem;
	color:#C00;
  display: inline;
  content: "必須";
	border:1px solid #C00;
	border-radius: 2px;
	padding:2px 4px;
	line-height:1em;
	margin-left:5px;}

.order>table{
	width:100%;
	max-width:900px;
	margin:0 auto;
	border-spacing:0;
	border-collapse:separate;
	box-sizing: border-box;
	border-bottom:solid 1px #bbb;
	border-left:solid 1px #bbb;
	font-size:1.4rem;}
.order>table th,.order>table td{
	border-right:solid 1px #bbb;
	padding:10px 5px;
	}
.order>table th{
	font-weight:normal;
	background-color:#eee;
	border-top:solid 1px #bbb;
	text-align:center;
	}
#item1 td{
	border-top:solid 1px #bbb;
	}
.order>table th:nth-child(1){
	width:31%;
	}
.order>table th:nth-child(2){
	width:22%;
	}
.order>table th:nth-child(3){
	width:22%;
	}
.order>table th:nth-child(4){
	width:25%;
	}
.order>table td{
	border-top:dotted 1px #bbb;
	}
.order>table tbody td:nth-child(2),.order>table tbody td:nth-child(4){
	text-align:right;
	}
.order>table tbody td:nth-child(3){
	text-align:center;
	}

.order>table td img{
	max-width:70px;
	margin:0 auto;
	}
.order>table tfoot td{
	text-align:right;}
.order>table td.ct{
	background-color:#eee;
	text-align:center;
	}
.order>table td.total{
	color:#FFF;
	background-color:#666;
	text-align:center;
	}
.order>table tr.boder_so>td{
	border-top:solid 1px #bbb;
	}
.order>dl.table{
	margin-top:30px !important;}
.order>dl.table>dt,.order>dl.table>dd{
	padding:10px 20px;
}
/*.order>dl.table .payment{
	padding:15px 20px;
	}*/
.order>dl.table>dt.payment{
	background-color:#555;
	color:#FFF;
	}
.order>dl.table>dd.payment{
	background-color:#FFC;
	font-size:1.4rem!important;
	}
.order div.cau{
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	/*background-color:#0C3;*/
	padding-left:25px;
	font-size:1.3rem;
	}
.confi{
	margin-top:10px;}
.form-cau{
	margin-top:5px;
	font-size:1.2rem;}
p.messe{
	text-align:center;
	margin-bottom:30px;
	border-top:solid 1px #bbb;
	border-bottom:solid 1px #bbb;
	padding:15px 0;
	}
	
/* preview.php **********************/
.form_err{
	max-width:800px;
	border:2px solid #C00;
	padding:15px 20px;
	margin:0 auto 30px auto;
	border-radius:6px;
	}
.form_err p{
	font-weight:bold;
	font-size:1.6rem;
	margin-bottom:5px;
	color:#C00;
	}
	
/* end.html **********************/
.fin p.title{
	max-width:800px;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	padding:15px 20px;
	margin:0 auto 40px auto;
	font-size:1.8rem;
	font-weight:bold;
	text-align:center;}
.fin ul{
	max-width:700px;
	margin:0 auto 40px auto;}
.fin ul li{
	margin-bottom:20px;}
.fin input[type="button"]{
	margin:30px auto 40px auto;
	}

/*----------------------------*/
/* ●タブレット */
/*----------------------------*/
@media (min-width:600px) {
.form_button{
	display: flex;
	justify-content: space-between;
	}
select.order_no{
	width:80px;
}
ul.p_name{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
ul.p_name li{width:48%;}
ul.p_name p{
	/*width:10%;*/}
input[type=button]{
	width:48%;
	margin:10px 0 50px 0;
	}
.order>table td img{
	max-width:80px;
	display:inline-block;
	vertical-align: middle;
	margin:0 10px 0 0;
	}
.fin input[type="button"]{
	width:80%;
	}
}

/*----------------------------*/
/* ●PC */
/*----------------------------*/
@media (min-width:960px) {
	
select{
	padding: 5px 5px;
}
/* mailform **********************/
#mailform{
	margin-top:30px;}
#mailform h2{
	font-size:1.8rem;
	margin:0 0 40px 0;
	padding:10px 0;}
	
.order>table th,.order>table td{
	padding:10px 20px;
	}
.order>table th:nth-child(1){
	width:46%;
	}
.order>table th:nth-child(2){
	width:17%;
	}
.order>table th:nth-child(3){
	width:17%;
	}
.order>table th:nth-child(4){
	width:20%;
	}
.order>table td.txt_c{
	text-align:left;
	}
.form_err{
	padding:20px 30px;
	}
	}
