@charset "UTF-8";

li {
  list-style: none; }

/* --------------------------------------------------------------------
	Landing
-------------------------------------------------------------------- */
/*2016.07.14 [knishitani]表示修正*/
/*テーブル表示を会員登録画面と同じようなつくりに修正*/

#dec_lp_form fieldset{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#dec_lp_form p {
	margin-bottom: 10px;
}
#dec_lp_form .control-holder {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#dec_lp_form .form-holder dl em {
	margin: 0;
}
#dec_lp_form input[type="text"],
#dec_lp_form input[type="password"],
#dec_lp_form input[type="email"],
#dec_lp_form input[type="tel"] {
	display: inline;
	margin: 5px 0;
	padding: 5px 10px;
	width: auto;
	background: #fcfcfc;
	border: 1px solid #dddddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
}
#dec_lp_form select {
	display: inline;
	margin: 5px 0;
	padding: 5px 10px;
	width: auto;
	background-color: #fcfcfc;
	border: 1px solid #dddddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
}

#dec_lp_form input[type="text"],
#dec_lp_form input[type="password"],
#dec_lp_form input[type="email"],
#dec_lp_form input[type="tel"] {
	width: 80%;
}
#dec_lp_form select {
	padding: 2px 20px 2px 5px;
}
#dec_lp_form select.question_{
  width: 100%;
}
#dec_lp_form .xsmall {
	font-size: 10px;
}
#dec_lp_form .red,
#dec_lp_form .required {
	color: #da2d2d;
}
#dec_lp_form .mb_10 {
	margin-bottom: 10px;
}
#dec_lp_form .hiddenEnter_ {
	display: block;
	width: 0; height: 0;
}
#dec_lp_form {
	margin: 20px 0;
	background: #f7f7f7;
	font-size: 12px;
	color: #555555;
	line-height: 1.2;
}
#dec_lp_form .wrap_landingdetail_ {
	margin: 20px 10px;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	font-size: 12px;
}
#dec_lp_form .wrap_landingdetail_ h4 {
	margin: 0;
	background: #666;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 30px;
}
#dec_lp_form .wrap_landingdetail_ ul {
	margin: 0;
}
#dec_lp_form .wrap_landingdetail_ ul > li {
	padding: 5px 15px;
	background: none;
	border-bottom: 1px dotted #dddddd;
}
#dec_lp_form .wrap_landingdetail_ ul.radio-list li{
  line-height: 1.5;
}
#dec_lp_form .wrap_landingdetail_ ul.radio-list li ul li{
  padding: 0;
}

#dec_lp_form .wrap_landingdetail_ ul.stock_ span,
#dec_lp_form .wrap_landingdetail_ ul.stock_  select{
  display: inline-block;
}
#dec_lp_form .wrap_landingdetail_ ul.stock_ span{
  width: 3.5em;
}

#dec_lp_form .wrap_landingdetail_ td ul li{
  border: none;
  line-height: 1.5;
  padding: 5px 0;
}
#dec_lp_form .radio-list label {
	height: auto;
	display: block;
	vertical-align: bottom;
}
#dec_lp_form .buttons ul li {
	padding: 0;
	height: 47px;
	border: none;
	line-height: 45px;
}
#dec_lp_form .wrap_landingdetail_ ul li:last-child {
	border: none;
}
#dec_lp_form #SW1,
#dec_lp_form #SW2 {
	margin: 0 15px 15px;
	background: #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
#dec_lp_form #SW1 h4,
#dec_lp_form #SW2 h4 {
	background: #f5f5f5;
	border: none;
	font-size: 14px;
	font-weight: normal;
	color: #35798f;
	line-height: 60px;
}
#dec_lp_form #SW1 .landingdetailinner_,
#dec_lp_form #SW2 .landingdetailinner_ {
	margin: 0 10px 20px;
}
#dec_lp_form #SW1 .landingdetailinner_ h4,
#dec_lp_form #SW2 .landingdetailinner_ h4 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	line-height: 1.0;
	text-align: left;
}
#dec_lp_form #SW1 .landingdetailinner_ dl,
#dec_lp_form #SW2 .landingdetailinner_ dl {
	width:100%;
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
#dec_lp_form #SW1 .landingdetailinnercontent_,
#dec_lp_form #SW2 .landingdetailinnercontent_ {
	margin-bottom: 20px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
}
#dec_lp_form #SW1 .landingdetailinner_ dl dd,
#dec_lp_form #SW2 .landingdetailinner_ dl dd {
	padding: 5px;
	border-bottom: 1px dotted #dddddd;
	font-size: 12px;
}
#dec_lp_form #SW1 .landingdetailinner_ dl dt,
#dec_lp_form #SW2 .landingdetailinner_ dl dt {
	padding: 5px;
	background: #f9f9f9;
	font-size: 12px;
	vertical-align: middle;
}
#dec_lp_form #SW1 .button-holder,
#dec_lp_form #SW2 .button-holder {
	overflow: hidden;
}
#dec_lp_form #SW1 .button-holder #button-landing-order,
#dec_lp_form #SW2 .button-holder #button-landing-order,
#dec_lp_form #SW1 #button-landing-lp_order,
#dec_lp_form #SW2 #button-landing-lp_order,
#button-landing-submit,
#button-landing-submit {
	display: block;
	margin: 0 auto 10px;
	width: 200px; height: 45px;
	font-size: 14px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
}
#dec_lp_form #SW1 .button-holder #button-landing-order:hover,
#dec_lp_form #SW2 .button-holder #button-landing-order:hover,
#dec_lp_form #SW1 #button-landing-lp_order:hover,
#dec_lp_form #SW2 #button-landing-lp_order:hover
#button-landing-submit,
#button-landing-submit {
	color: #ffffff;
	text-decoration: none;
}
#dec_lp_form #SW1 .button-holder #button-landing-order .arrow,
#dec_lp_form #SW2 .button-holder #button-landing-order .arrow,
#dec_lp_form #SW1 #button-landing-lp_order .next,
#dec_lp_form #SW2 #button-landing-lp_order .next,
#button-landing-submit .next,
#button-landing-submit .next {
	display: block;
	padding: 0;
	width: 100%; height: 45px;
	background: none;
	text-align: center;
	line-height: 45px;
}
/*ボタン*/
#dec_lp_form .btn {
/*   border:1px solid #3c4449;
    border-top-color:#bdc2c7;
    border-left-color:#bdc2c7;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
    line-height:18px;
    background-color:#3fa3d3;
    background-image:-webkit-gradient(linear, left top, left bottom, from(#86c0e6), to(#3fa3d3));
    background-image:-webkit-linear-gradient(top, #86c0e6, #3fa3d3);
    background-image:-moz-linear-gradient(top, #86c0e6, #3fa3d3);
    padding:0 5px;
    height:43px;
    vertical-align:middle;
    font-size:.857em;
    margin:0 2px 0 3px;
    display:inline-block;
    text-align:center;
    min-width:110px;
*/
    background: rgba(0, 0, 0, 0) linear-gradient(#fb9d4c, #e06c26) repeat scroll 0 0;
    border: 1px solid #ce6425;
    text-shadow: 0 -1px 1px #f66;
    border-radius: 5px;
    box-shadow: 0 1px 2px #999;
    font-size: 16px;
    margin: 5px 0;

    text-align: center;
    width: 100%;
    color: #fff;
}

#dec_lp_form .agree{
	width:90%;
}

#dec_lp_form pre {
	padding:2px;
 	white-space:pre-wrap;
 	white-space:-moz-pre-wrap;
 	white-space:-o-pre-wrap;
 	white-space:-pre-wrap;
 	word-wrap:break-word;
	border: solid 1px #cccccc;
 }

#dec_lp_form .efo_icon_{
	width:30px;
}

#dec_lp_form .must_ {
	width:30px;
	margin-left:5px;
	vertical-align:middle;
}

/* --------------------------------------------------------------------
	エラーメッセージ
-------------------------------------------------------------------- */

div.info_, table.info_ {
    background-color: #ffffff;
    border: 1px solid #666666;
    margin: 4px 0;
    padding: 4px;
}
.info_ {
    font-weight: bold;
}
ul.error_ {
    margin-left: 16px;
}
.error_ {
    color: #cc0000;
    font-size: 14px;
}
div.error_, table.error_ {
    background-color: #ffffff;
    border: 1px solid #ff5500;
    margin: 4px 0;
    padding: 4px;
}