@charset "shift_jis";
/* CSS Document */
@import "https://fonts.googleapis.com/earlyaccess/sawarabimincho.css";
/*******************

 LP form style

********************/


table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* goodslist_ の装飾例 */

.goodslist_ table {
    vertical-align: center;
    text-align: center;
}

.goodslist_ th {
    padding: 8px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    background-color: #F8F8F8;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}

.goodslist_ td {
    padding: 8px;
    font-weight: normal;
    vertical-align: top;
    background-color: #FFF;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}

.goodslist_.img_ img {
    font-size: x-small;
}

/*
.goodslist_ input[type=checkbox] {
  display: none;
}
*/

.goodslist_ .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.goodslist_  .checkbox:hover {
  background-color: #e2edd7;
}
.goodslist_  .checkbox:hover:after {
  border-color: #53b300;
}
.goodslist_  .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.goodslist_ .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.goodslist_  input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

/* customer_form_ の装飾例 */

.customer_form_ th {
    padding: 8px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    background-color: #F8F8F8;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}

.customer_form_ td {
    padding: 8px;
    font-weight: normal;
    vertical-align: top;
    background-color: #FFF;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
}

.must_ {
    margin-left: 10px;
    float: right;
    display: inline;
}

img {
    border: none;
    vertical-align: middle;
}

.agreebody_ {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #CCC;
}


/*-------------------------------------------------------*/
.goodslist_ th ,
.goodslist_ td {
	border: none;
	vertical-align: middle;
}

/*------------------------------------------------------*/

#lpform {
	width: 980px;
  margin: 30px auto;
  position: relative;
}
#lpform .error_ {
	color: #f00;
	font-weight: bold;
	background-color: #ff0;
	padding: 4px;
	margin: 4px auto;
}
.form-ttl {
	border-bottom: 1px solid #F96D24;
	color: #F96D24;
	font-size: 36px;
	font-weight: normal;
	font-family: "Sawarabi Mincho",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: center;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.lpform-info {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px;
}
.lpform-info ul li:before {
	content: "・";
}
.form-sttl {
	border-bottom: 1px dashed #F96D24;
	box-sizing: border-box;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	font-family: "Sawarabi Mincho",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 10px;
}


.product-box {
	border: 3px solid transparent;
	border-radius: 6px;
	width: 80%;
	margin: 20px auto;
	box-sizing: border-box;
	padding: 20px;
}
.product-box .img_ {
	padding: 0 20px;
}
.product-box td span{
	font-size: 18px;
}
.product-box-checked {
	border: 3px solid #F96D24;
}

.member-box {
	border-radius: 6px;
	width: 80%;
	margin: 20px auto;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.5);
	box-shadow: 0px 0px 4px rgba(0,0,0,.5);
}
.member-box input[type="button"]{
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	outline: none;
	border: 1px solid #E4BC3F;
	cursor: pointer;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 7px 14px 5px;
	font-size: 1.1em;
	text-align: center;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 1%, rgba(246,230,180,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 1%,rgba(246,230,180,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 1%,rgba(246,230,180,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6e6b4',GradientType=0 );
	margin: auto 10px;
	color: #3D1A09;
}
.form-box {
	border-radius: 6px;
	width: 98%;
	margin: 20px auto;
	box-sizing: border-box;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,.3);
	box-shadow: 0px 0px 4px rgba(0,0,0,.3);
}
.form-box table {
	width: 100%;
	box-sizing: border-box;
}

.form-box table th {
	background-color: #FFEBE1;
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #FF9F6D;
	font-size: 16px;
	font-weight: bolder;
	color: #444;
}
.form-box table td {
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #FF9F6D;
	font-size: 16px;
}
#lpform input[type="checkbox"]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
#lpform .form-box input[type="text"] ,
#lpform .form-box input[type="email"] ,
#lpform .form-box input[type="tel"] ,
#lpform .form-box input[type="password"] {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	outline: none;
	border: 1px solid #D7CE45;
	margin-left: .5em;
	border-radius: 3px;
	box-shadow: none;
	padding: 4px 6px;
	background-color: #FDFBD7;
}
#lpform .form-box input[type="radio"] {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: auto 5px;
}

.terms-box {
	width: 80%;
	margin: 30px auto;
}
.terms-box textarea{
	width: 100%;
	display: block;
	margin: 0 auto;
	height: 120px;
	overflow-y: scroll;
}
.terms-box .agree_check_ {
	display: block;
	margin: 20px auto;
	text-align: center;
}
.terms-box .agree_check_ label {
	cursor: pointer;
	font-size: 16px;
}
.terms-box .agree_check_ input[type="checkbox"] {
	margin-right: .5em;
}
.form-btn {
	text-align: center;
	margin: 30px auto;
}