@charset "utf-8";

/* ==================================================
 - index
================================================== */

/* ----------------------------------------
 - #Contents .wrapper
---------------------------------------- */
#Contents .wrapper {
	margin: 0 auto;
	width: 830px;
}
@media screen and (max-width: 768px) {
#Contents .wrapper {
	width: 92%;
}
}

/* ----------------------------------------
 - section
---------------------------------------- */
#Contents section {
	padding: 80px 0 20px;
}
#Contents section p.lead {
	margin: 0 auto 30px;
	text-align:center;
	line-height: 2.0em;
}
#Contents section .tableBox table {
	width:100%;
}
#Contents section .tableBox table th {
	width:200px;
	padding:25px 15px 15px;
}
#Contents section .tableBox table td {
	width:560px;
	padding:15px;	
}
#Contents section .tableBox table th span {
	color:#c7536f;
}
#Contents section .tableBox table td input {
	padding:10px;
	width:540px;
	font-size:16px;
	border:solid 1px #bfbfbf;
}
#Contents section .tableBox table td input.name {
	margin-right:20px;
	width:160px;
}
#Contents section .tableBox table td input.add {
	width:80px;
}
#Contents section .tableBox table td select {
	padding:10px;
	width:340px;
	font-size:16px;
	border:solid 1px #bfbfbf;
}
#Contents section .tableBox table td textarea {
	padding:10px;
	width:540px;
	font-size:16px;
	min-height:200px;
	border:solid 1px #bfbfbf;
}
#Contents section .tableBox table td ul.check li {
	padding:0 0 20px;
}
#Contents section .tableBox table td ul.check li input{
    display:none;
}
#Contents section .tableBox table td ul.check li label{
    display:inline-block;
    position:relative;
    padding-left:25px;
 
}
#Contents section .tableBox table td ul.check li label:before,
#Contents section .tableBox table td ul.check li label:after{
    content:'';
    display:block;
    position:absolute;
    top:4px;
    left:0;
    width:16px;
    height:16px;
	cursor: pointer;
}
#Contents section .tableBox table td ul.check li label:before{
    background:#fafafa;
    border:1px solid #bfbfbf;
}
#Contents section .tableBox table td ul.check li input:checked + label:after{
    top:2px;
    height:6px;
    border-left: 4px solid #c7536f;
    border-bottom: 4px solid #c7536f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
#Contents section {
	padding: 4.0em 0 1.0em;
}
#Contents section p.lead {
	margin: 0 auto 1.5em;
	font-size:14px;
	text-align:left;
}
#Contents section .tableBox table th {
	width:100%;
	padding:0 0 0.5em;
	display:block;
}
#Contents section .tableBox table td {
	width:100%;
	padding:0 0 1.5em;	
	display:block;
	overflow:hidden;
}
#Contents section .tableBox table td input {
	padding:0.5em 2%;
	width:95%;
	font-size:14px;
	border:solid 1px #bfbfbf;
}
#Contents section .tableBox table td input.name {
	margin-right:0;
	width:44%;
	float:left;
}
#Contents section .tableBox table td input.name:last-child {
	margin-right:0;
	float:right;
}
#Contents section .tableBox table td input.add {
	width:25%;
}
#Contents section .tableBox table td select {
	padding:0.5em 2%;
	width:100%;
	font-size:14px;
	border:solid 1px #bfbfbf;
}
#Contents section .tableBox table td textarea {
	padding:0.5em 2%;
	width:95%;
	font-size:14px;
	min-height:200px;
	border:solid 1px #bfbfbf;
}
#Contents section .tableBox table td ul.check li {
	padding:0 0 1.0em;
}
}

/* ----------------------------------------
 - .btnShop
---------------------------------------- */
.btnBox {
	text-align:left;
	padding:0 0 0 225px;
}
.btnBox ul li {
	margin:0.7em 25px 0;
	display:inline-block;
}
.btnBox ul li a {
	background: #c7536f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 46px;
	text-align: center;
	width: 200px;
	border:solid 1px #c7536f;
	margin:0 auto;
}
.btnBox ul li a:hover {
	background: #d2758c;
	text-decoration: none;
	color: #fff;
}
.btnBox ul li.reset a {
	background: #fff;
	color: #c7536f;
	border:solid 1px #c7536f;
}
.btnBox ul li.reset a:hover {
	background: #c7536f;
	color: #fff;
}
@media screen and (max-width: 768px) {
.btnBox {
	text-align:left;
	padding:0;
}
.btnBox ul li {
	margin:0 0 1.0em;
	display:block;
}
.btnBox ul li:last-child {
	margin:0;
	display:block;
}
.btnBox ul li a {
	background: #c7536f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	width: 100%;
	border:solid 1px #c7536f;
	margin:0 auto;
}
.btnBox ul li a:hover {
	background: #d2758c;
	text-decoration: none;
	color: #fff;
}
.btnBox ul li.reset a {
	background: #fff;
	color: #c7536f;
	border:solid 1px #c7536f;
}
.btnBox ul li.reset a:hover {
	background: #c7536f;
	color: #fff;
}
}