@charset "utf-8";
/* --------------------------------------------------

reset

-------------------------------------------------- */

body {
    line-height:1;
    margin:0;
    padding: 0px;
    font-size: 100%;
    -webkit-text-size-adjust: none;
}

#form-mobile-form h2,
#form-mobile-form h3,
#form-mobile-form h4,
#form-mobile-form p,
#form-mobile-form ul,
#form-mobile-form li,
#form-mobile-form dl,
#form-mobile-form dt,
#form-mobile-form dd {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
#form-mobile-form ul {
    list-style:none;
}
#form-mobile-form input,
#form-mobile-form select {
    vertical-align:middle;
}
#form-mobile-form img {
    border: 0px;
}

/* --------------------------------------------------

#form-mobile-form

-------------------------------------------------- */

#form-mobile-form {
    width: 100%;
    margin: 30px 0;
    font-family: sans-serif;
    overflow: hidden;
}

div#form-mobile-form {
    margin: 0;
    padding: 15px 0 25px;
    border-top: 2px solid #1e7545;
}

#form-mobile-form header {
    text-align: center;
}

#form-switch-linkbtn {
    text-align: center;
    padding: 25px 0px 0px 0px;
}

#form-switch-linkbtn p img {
    width: 100%;
}

#form-mobile-form footer {
    text-align: center;
    height: auto;
    line-height: 20px;
}

#form-mobile-form header p {
    font-size: 0.75em;
    line-height: 1.5;
    color: #666;
}

#form-mobile-form header h1 {
    margin: 0 0 10px;
}

#form-mobile-form footer {
    margin-top: 20px;
}

#form-mobile-form h2 {
    border: 1px solid #1e7545;
    background: #1e7545 url("/static/images/sp/bg_h2.mob.gif") repeat-x left center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    color: #fff;
    text-shadow:0 -1px 1px #486756;
}

#form-mobile-form .form-input-list h3,
#form-mobile-form .form-input-area h3 {
    padding: 0 13px;
    border-top: 1px solid #cbd0d3;
    border-bottom: 2px solid #99a4ab;
    background: #adb6bd;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#b6bdc3), to(#98a5af));
    font-weight: bold;
    line-height: 22px;
    text-align: left;
    color: #fff;
    text-shadow:0 1px 1px #686d71;
}

#form-mobile-form h4 {
    padding: 0 13px;
    background: #99a4ab;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
    color: #fff;
    text-shadow:0 1px 1px #686d71;
}

#form-mobile-form input[type="radio"] {
    margin: -3px 4px 0 0;
}

#form-mobile-form select {
    margin: -3px 3px 0 0;
    font-size: 0.8em;
}

#form-mobile-form #form-member,
#form-mobile-form .form-input-area #form-other-address,
#form-mobile-form .form-input-area #form-creditcard{
    display: none;
}

#form-mobile-form #form-lp-attention {
    margin: 0 10px 20px;
    padding: 10px;
    border: 1px solid #f00;
}

#form-mobile-form #form-lp-attention dt {
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #f00;
}

#form-mobile-form #form-lp-attention.form-mail {
    padding: 20px 10px 10px;
}

#form-mobile-form #form-lp-attention.form-mail dt {
    font-size: 1.4em;
}

#form-mobile-form #form-lp-attention dd {
    line-height: 1.5;
    text-align: center;
}

#form-mobile-form #form-lp-attention dd span {
    font-weight: bold;
    color: #f00;
}

#form-mobile-form #form-thanks {
    padding: 10px 0;
    background: #fbfae6;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #1e7545;
}

#form-mobile-form #form-flow {
    margin: 20px 10px;
}

#form-mobile-form #form-flow img {
    width: 100%;
    height: auto;
}

#form-mobile-form #form-line_connect {
    text-align: center;
}

#form-mobile-form .form-guide {
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
}

#form-mobile-form .form-guide .form-head {
    margin-bottom: 10px;
    padding: 10px 0;
    background: #fbfae6;
    font-size: 5vw;
    color: #f00;
}

#form-mobile-form .form-guide .form-txt {
    margin-bottom: 10px;
    font-size: 0.8em;
    color: #1e7545;
}

/* #form-user-type
-------------------------------------------------- */

#form-mobile-form #form-user-type label {
    display: block;
    padding: 15px 0 15px 8px;
    border-bottom: 1px solid #d3e2cc;
    background: #fbfae6;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#fbfae6), to(#fff));
    font-weight: bold;
    text-align: left;
    color: #1e7545;
    vertical-align: text-bottom;
}

/* .form-input-area
-------------------------------------------------- */

#form-mobile-form .form-input-area dl .form-mailmaga {
    margin-bottom: 20px;
    font-size: 0.8em;
}

#form-mobile-form .form-input-area #form-zip-code .form-popup,
#form-mobile-form .form-input-area #form-deliv-zip-code .form-popup {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 5px;
    background: rgba(0,0,0,0.7);
    z-index: 100;
    color: #fff;
}

#form-mobile-form .form-input-area #form-zip-code,
#form-mobile-form .form-input-area #form-deliv-zip-code {
    position: relative;
}

#form-mobile-form .form-input-area #form-zip-code .form-popup h3,
#form-mobile-form .form-input-area #form-deliv-zip-code .form-popup h3 {
    margin-bottom: 5px;
    background: none;
    border: none;
    font-size: 14px;
    line-height: 1.2;
}

#form-mobile-form .form-input-area #form-zip-code .form-popup li,
#form-mobile-form .form-input-area #form-deliv-zip-code .form-popup li {
    font-size: 14px;
}

#form-mobile-form .form-input-area #form-zip-code .form-popup li:before,
#form-mobile-form .form-input-area #form-deliv-zip-code .form-popup li:before {
    content: "・";
}

#form-mobile-form .form-input-area #form-zip-code .form-popup li a,
#form-mobile-form .form-input-area #form-deliv-zip-code .form-popup li a {
    display: inline-block;
    padding: 3px;
    color: #fff;
    text-decoration: none;
}

#form-mobile-form .form-input-area #form-zip-code .form-popup li a:hover,
#form-mobile-form .form-input-area #form-deliv-zip-code .form-popup li a:hover {
    background: rgba(255,255,255,0.5);
}

#form-mobile-form .form-input-area dl,
#form-mobile-form .form-input-list dl {
    padding: 14px 13px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d4d4d4;
    background: #e9e9e9;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#e9e9e9), to(#f4f4f4));
    text-align: left;
    overflow: hidden;
}

#form-mobile-form .form-input-area dl.form-ng {
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#f8dcdc), to(#f9ecec));
}

#form-mobile-form .form-input-area #form-other-address dl,
#form-mobile-form .form-input-list #form-other-address dl {
    border-bottom: 1px solid #c9d9e2;
    background: #f1f5f7;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#e3ebf0), to(#f1f5f7));
}

#form-mobile-form .form-input-area dt {
    float: left;
    width: 24%;
    margin: 2% 0 0;
    font-weight: bold;
}

#form-mobile-form .form-input-area dt .form-notice {
    margin-left: 10px;
    font-weight: normal;
    font-size: 70%;
}

#form-mobile-form .form-input-area dd {
    float: right;
    width: 74%;
}

#form-mobile-form .form-input-area dd .form-notice {
    margin-left: 5px;
    font-weight: normal;
    font-size: 70%;
}

#form-mobile-form .form-input-area .form-semi-long dt {
    width: 36%;
}

#form-mobile-form .form-input-area .form-semi-long dd {
    width: 62%;
}

#form-mobile-form .form-input-area .form-long dt {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 0 3px;
}

#form-mobile-form .form-input-area .form-long dd {
    float: none;
    width: auto;
    padding: 8px 0 0;
}

/*支払い方法*/
#form-mobile-form .form-input-area dt.form-required {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 0 3px;
    background: url("/static/images/sp/icon_required.mob.png") no-repeat 99% top;
    background-size: 40px 19px;
}

/*支払い方法*/
#form-mobile-form .form-input-area dt.form-required-privacy {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 0 3px;
    background: url("/static/images/sp/icon_required.mob2.png") no-repeat 99% top;
    background-size: 40px 19px;
}

/*支払い方法*/
#form-mobile-form .form-input-area dl.form-ok dt.form-required {
    background: url("/static/images/sp/icon_ok.mob.png") no-repeat 99% top;
    background-size: 40px 19px;
}

/*支払い方法*/
#form-mobile-form .form-input-area dl.form-ok dt.form-required-privacy {
    background: url("/static/images/sp/icon_ok.mob2.png") no-repeat 99% top;
    background-size: 40px 19px;
}

/*都道府県*/
#form-mobile-form .form-input-area dd.form-required {
    background: url("/static/images/sp/icon_required.mob.png") no-repeat 99% center;
    background-size: 40px 19px;
}

/*都道府県*/
#form-mobile-form .form-input-area dd.form-required-privacy {
    background: url("/static/images/sp/icon_required.mob2.png") no-repeat 99% center;
    background-size: 40px 19px;
}

/*都道府県*/
#form-mobile-form .form-input-area dl.form-ok dd.form-required {
    background: url("/static/images/sp/icon_ok.mob.png") no-repeat 99% center;
    background-size: 40px 19px;
}

/*都道府県*/
#form-mobile-form .form-input-area dl.form-ok dd.form-required-privacy {
    background: url("/static/images/sp/icon_ok.mob2.png") no-repeat 99% center;
    background-size: 40px 19px;
}

#form-mobile-form .form-input-area dd.form-notes {
    clear: both;
    float: none;
    width: auto;
    padding-top: 5px;
    font-size: 0.8em;
}

#form-mobile-form .form-input-area input:not([type="radio"]) {
    width: 96%;
    padding: 7px 2%;
    border:solid 1px #d2d2d2;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-box-shadow:inset 0 0 5px #e4e4e4;
    background: #fff;
}


/*お名前、ふりがな、など*/
#form-mobile-form .form-input-area input[required]:not([type="radio"]) {
    background: #fff url("/static/images/sp/icon_required.mob.png") no-repeat 99% center;
    background-size: 40px 19px;
}

/*お名前、ふりがな、など*/
#form-mobile-form .form-input-area .form-required-privacy input[required]:not([type="radio"]) {
    background: #fff url("/static/images/sp/icon_required.mob2.png") no-repeat 99% center;
    background-size: 40px 19px;
}

/*お名前、ふりがな、など*/
#form-mobile-form .form-input-area dl.form-ok input[required]:not([type="radio"]) {
    background: #fff url("/static/images/sp/icon_ok.mob.png") no-repeat 99% center;
    background-size: 40px 19px;
}

/*お名前、ふりがな、など*/
#form-mobile-form .form-input-area dl.form-ok.form-required-privacy input[required]:not([type="radio"]) {
    background: #fff url("/static/images/sp/icon_ok.mob2.png") no-repeat 99% center;
    background-size: 40px 19px;
}

/*有効期限 月*/
#form-mobile-form .form-input-area dl.form-ok input[required].form-expmm:not([type="radio"]) {
    background: #fff url("/static/images/sp/icon_ok.mob.png") no-repeat 99% center;
    background-size: 40px 19px;
}

/*有効期限 年*/
#form-mobile-form .form-input-area dl.form-ok input[required].form-expyy:not([type="radio"]) {
    background: #fff url("/static/images/sp/icon_ok.mob.png") no-repeat 99% center;
    background-size: 40px 19px;
}

/*有効期限 月*/
#form-mobile-form .form-input-area dl.form-ok.form-required-privacy input[required].form-expmm:not([type="radio"]) {
    background: #fff url("/static/images/sp/icon_ok.mob2.png") no-repeat 99% center;
    background-size: 40px 19px;
}

/*有効期限 年*/
#form-mobile-form .form-input-area dl.form-ok.form-required-privacy input[required].expyy:not([type="radio"]) {
    background: #fff url("/static/images/sp/icon_ok.mob2.png") no-repeat 99% center;
    background-size: 40px 19px;
}

#form-mobile-form .form-input-area label {
    font-size: 0.9em;
}

#form-mobile-form .form-input-area dl:not([class="form-long"]) label {
    display: inline-block;
    margin-right: 10px;
    padding: 2% 0 0;
}

#form-mobile-form .form-input-area dl:not([class="form-long"]) select {
    margin: 2% 0 0;
}

/* .form-mobile-form-btn
-------------------------------------------------- */

#form-mobile-form .form-mobile-form-btn {
    margin: 15px 0 25px;
    padding: 0;
    text-align: center;
}

#form-mobile-form .form-mobile-form-btn dt {
    margin-bottom: 15px;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.5;
}

#form-mobile-form .form-mobile-form-btn dd a {
    font-size: 0.9em;
    line-height: 1.5;
}

#form-mobile-form .form-mobile-form-btn a:link {
    color: #1e7545;
}

#form-mobile-form .form-mobile-form-btn .form-submit,
#form-mobile-form .form-mobile-form-btn .form-next {
	position: relative;
	display: block;
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 15px 20px;
	border: 1px solid #cccccc;
	border-radius: 5px;
  background-image: url(/static/images/sp/icn_link.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZTBiMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViY2Q2ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #f3e0b1), color-stop(100%, #ebcd6e));
  background-image: url(/static/images/sp/icn_link.png), -moz-linear-gradient(top, #f3e0b1, #ebcd6e);
  background-image: url(/static/images/sp/icn_link.png), -webkit-linear-gradient(top, #f3e0b1, #ebcd6e);
  background-image: url(/static/images/sp/icn_link.png), linear-gradient(to bottom right, #f3e0b1, #ebcd6e);
  background-repeat: no-repeat, repeat;
  background-position: 95% center, 0 0;
  background-size: 9px auto, 100%;
	font-size: 4vmin;
	line-height: 2;
	text-align: center;
	text-decoration: none;
	color: #615951;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#form-mobile-form .form-mobile-form-btn .form-bg-red {
	background-image: url(/static/images/sp/icn_link_white.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjAzNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmMDAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff6035), color-stop(100%, #ff0000));
	background-image: url(/static/images/sp/icn_link_white.png), -moz-linear-gradient(#ff6035, #ff0000);
	background-image: url(/static/images/sp/icn_link_white.png), -webkit-linear-gradient(#ff6035, #ff0000);
	background-image: url(/static/images/sp/icn_link_white.png), linear-gradient(#ff6035, #ff0000);
  background-repeat: no-repeat, repeat;
  background-position: 95% center, 0 0;
  background-size: 9px auto, 100%;
  color: #fff;
}

#form-mobile-form .form-mobile-form-btn .form-button {
	position: relative;
	display: block;
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 15px 20px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-image: url(/static/images/sp/icn_link.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTllYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-image: url(/static/images/sp/icn_link.png), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #f6f7f8), color-stop(100%, #e7e9ec));
  background-image: url(/static/images/sp/icn_link.png), -moz-linear-gradient(top, #f6f7f8, #e7e9ec);
  background-image: url(/static/images/sp/icn_link.png), -webkit-linear-gradient(top, #f6f7f8, #e7e9ec);
  background-image: url(/static/images/sp/icn_link.png), linear-gradient(to bottom right, #f6f7f8, #e7e9ec);
  background-repeat: no-repeat, repeat;
  background-position: 95% center, 0 0;
  background-size: 9px auto, 100%;
	font-size: 4vmin;
	line-height: 2;
	text-align: center;
	text-decoration: none;
	color: #615951;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#form-mobile-form .form-mobile-form-btn .form-back {
	position: relative;
	display: block;
	width: calc(100% - 60px);
	margin: 0 auto;
	padding: 15px 20px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background-image: url(/static/images/sp/icn_link_back.png), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjdmOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZTllYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-image: url(/static/images/sp/icn_link_back.png), -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #f6f7f8), color-stop(100%, #e7e9ec));
  background-image: url(/static/images/sp/icn_link_back.png), -moz-linear-gradient(top, #f6f7f8, #e7e9ec);
  background-image: url(/static/images/sp/icn_link_back.png), -webkit-linear-gradient(top, #f6f7f8, #e7e9ec);
  background-image: url(/static/images/sp/icn_link_back.png), linear-gradient(to bottom right, #f6f7f8, #e7e9ec);
  background-repeat: no-repeat, repeat;
  background-position: 5% center, 0 0;
  background-size: 9px auto, 100%;
	font-size: 4vmin;
	line-height: 2;
	text-align: center;
	text-decoration: none;
	color: #615951;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#form-mobile-form a.form-back-to-top {
    display: inline-block;
    width: 180px;
    border: 1px solid #ccc;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-box-shadow: 0 1px 2px #ebebeb;
    background: #e9e9e9;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#e9e9e9), to(#f4f4f4));
    font-size: 0.8em;
    line-height: 30px !important;
    color: #333;
    text-decoration: none;
}

#form-mobile-form .form-mobile-form-btn a.form-btn {
    display: block;
    width: 334px;
    height: 62px;
    margin: 0 auto;
    border: none;
    background: #f60 url("/static/images/sp/bg_form_btn.gif") repeat-x left center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 62px;
    color: #fff;
    text-align: center;
    text-shadow:0 -1px 1px #99592e;
    text-decoration: none;
}

/* .form-input-list
-------------------------------------------------- */

#form-mobile-form .form-input-list .form-item {
    padding: 14px 13px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d4d4d4;
    background: #e9e9e9;
    background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#e9e9e9), to(#f4f4f4));
    text-align: center;
    overflow: hidden;
}

#form-mobile-form .form-input-list .form-item img {
    border: 1px solid #ccc;
}

#form-mobile-form .form-input-list dt {
    float: left;
    width: 30%;
    font-weight: bold;
}

#form-mobile-form .form-input-list dd {
    float: right;
    width: 68%;
    margin-top: 0.5%;
    font-size: 0.9em;
}

#form-mobile-form .form-input-list .form-long dt {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 0 3px;
}

#form-mobile-form .form-input-list .form-long dd {
    float: none;
    width: auto;
    padding: 8px 0 0;
}

/* #form-moreover
-------------------------------------------------- */

#form-mobile-form #form-moreover {
    margin: 20px 10px 30px;
    padding: 15px;
    border: 1px solid #ebebeb;
}

#form-mobile-form #form-moreover h3 {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

#form-mobile-form #form-moreover p {
    margin-bottom: 10px;
    font-size: 0.8em;
    line-height: 1.5;
}

#form-mobile-form #form-moreover dl.form-item {
    overflow: hidden;
    margin-bottom: 10px;
    background: url("/static/images/sp/plus.mob.png") no-repeat center center;
    background-size: 8%;
}

#form-mobile-form #form-moreover dl.form-item img {
    width: 100%;
    height: 100%;
}

#form-mobile-form #form-moreover dl.form-item dt {
    float: left;
    width: 44%;
    border: 1px solid #ccc;
}

#form-mobile-form #form-moreover dl.form-item dd {
    float: right;
    width: 44%;
    border: 1px solid #ccc;
}

#form-mobile-form #form-moreover dl.form-add-btn {
    width: 220px;
    margin: 0 auto;
}

#form-mobile-form #form-moreover dl.form-add-btn dt {
    margin-bottom: 10px;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

#form-mobile-form #form-moreover dl.form-add-btn dt span {
    font-size: 1.4em;
    color: #f00;
}

#form-mobile-form #form-moreover dl.form-add-btn input {
    width: 220px;
    border: 1px solid #f60;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-box-shadow: 0 1px 2px #999;
    background: #f60 url("/static/images/sp/bg_btn.mob.gif") repeat-x left center;
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    text-shadow:0 -1px 1px #99592e;
}

/* .form-banner
-------------------------------------------------- */

.form-banner {
    width: 169px;
    padding: 352px 27px 268px 104px;
    margin: 20px auto 30px;
    background-size: contain;
}

.form-banner img,
.form-banner input {
    width: 169px;
    height: 42px;
}

#form-mobile-form .form-input-area input[type=number]::-webkit-inner-spin-button,
#form-mobile-form .form-input-area input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-width320px {
    width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#form-mobile-form .form-input-area input[required]:not([type="radio"]) {
    width: 82%;
    padding: 7px 16% 7px 2%;
    background: #fff url("/static/images/sp/icon_required.mob.png") no-repeat 99% center;
    background-size: 40px 19px;
}

#form-mobile-form .form-input-area input:not([type="radio"])::-webkit-input-placeholder {
    font-size: 0.95em;
}

/* #form-caution
-------------------------------------------------- */

#form-caution {
    position: fixed;
    top: 0;left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

#form-caution #form-caution-bg {
    position: fixed;
    top: 0;left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity:0.50;
    opacity:0.50;
}

#form-caution #form-caution-inner {
    position: absolute;
    top: 80px;left: 50%;
    z-index: 100;
    overflow: visible;
}

#form-caution #form-caution-inner dl {
    position: relative;
    width: 300px;
    left: -50%;
    padding: 30px 0;
    background: #fff;
    text-align: center;
    -moz-box-shadow: 0 0 20px #333;
    -webkit-box-shadow: 0 0 20px #333;
    line-height: 1.5;
}

#form-caution #form-caution-inner dt {
    font-size: 1.3em;
    font-weight: bold;
    color: #f00;
}

#form-caution #form-caution-inner dd {
    margin-top: 15px;
}

#form-caution #form-caution-inner dd a {
    display: block;
    width: 220px;
    margin: 0 auto;
    border: 1px solid #f60;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-box-shadow: 0 1px 2px #999;
    background: #f60 url("/static/images/sp/bg_btn.mob.gif") repeat-x left center;
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    text-shadow:0 -1px 1px #99592e;
    text-decoration: none;
}

#form-mobile-form #form-about-otameshi h2 {
    background: #f00;
    border: 1px solid #f00;
}

#form-mobile-form #form-about-otameshi h3 {
    background: #ffffdd;
    padding: 10px;
}

#form-mobile-form #form-about-otameshi p {
    padding: 10px;
    font-size: 0.9em;
    border: 1px solid #f1f1be;
}

#form-mobile-form #form-up-sell {
}

#form-mobile-form #form-up-sell img {
    width: 100%;
}

#form-mobile-form #form-up-sell #form-btn-up-sell {
    padding: 12px 5px;
    border: 6px solid #f00;
}

#form-mobile-form #form-up-sell #form-btn-up-sell p {
    width: 74.3333%;
    margin: 0 auto 12px;
}

#form-mobile-form #form-up-sell #form-btn-up-sell ul {
    display: table;
    width: 100%;
}

#form-mobile-form #form-up-sell #form-btn-up-sell li {
    display: table-cell;
}

#form-mobile-form #form-up-sell #form-btn-up-sell li:first-child {
    width: 43.6666%;
}

#form-mobile-form #form-up-sell #form-btn-up-sell li:last-child {
    padding-left: 1.333%;
    width: 47.1666%;
}


#form-mobile-form #form-up-sell #form-btn-up-sell li input {
    width: 100%;
}

#form-mobile-form #form-up-sell #form-btn-up-sell li:first-child {
    padding-left: 6px;
    width: 47%;
    box-sizing: border-box;
}

#form-mobile-form #form-up-sell #form-btn-up-sell li:last-child {
    padding: 0 6px;
    width: 52%;
    box-sizing: border-box;
}
#form-mobile-form #form-zengaku-henking img {
    width: 100%;
    height: auto;
}

#form-mobile-form #form-zengaku-henking {
    margin: 20px 10px;
}
#form-mobile-form #form-zengaku-henking .form-txt {
    margin: 10px 0 20px;
    line-height: 1.6;
}

#form-mobile-form #form-zengaku-henking-ttl {
    display: inline-block;
    padding: 0 20px;
    background: #de726f;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}

#form-mobile-form #form-zengaku-henking .form-btn {
    margin-top: 20px;
}

#form-mobile-form .form-t-a-c {
    text-align: center;
}

#form-zengaku-henking .form-txt {
    margin: 0 20px 20px;
    font-size: 14px;
    font-weight: normal;
}

#form-zengaku-henking .form-txt.form-box {
    background-color: #efefef;
}

#form-zengaku-henking .form-txt.form-box {
    padding-bottom: 10px;
    background-color: #f7f7f7;
}

#form-zengaku-henking .form-txt.form-box h3 {
    margin-bottom: 10px;
    padding: 5px 0;
    background: #ddd;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
}

#form-zengaku-henking .form-txt.form-box p {
    margin: 0 10px 10px;
    font-size: 12px;
}

#form-zengaku-henking .form-txt.form-box .form-bold {
    font-size: 13px;
}

#form-zengaku-henking .form-txt a {
    font-weight: bold;
    color: #34938a;
}


#form-zengaku-henking .form-bold {
    font-weight: bold;
}

#form-zengaku-henking .form-red {
    color: #f00;
}

#form-zengaku-henking .form-underline {
    text-decoration: underline;
}

#form-up-sale2017 img,
#form-up-sale2017 input[type=image]{
    width: 100%;
    height: auto;
}

#form-up-sale2018 img,
#form-up-sale2018 input[type=image]{
    width: 100%;
    height: auto;
}

#form-up-sale2018-3 img,
#form-up-sale2018-3 input[type=image]{
    width: 100%;
    height: auto;
}

#form-mobile-form .form-thankyou-msg {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #615951;
}

#form-mobile-form .form-thankyou-msg .form-container {
    padding: 0 10px;
}

#form-mobile-form .form-thankyou-msg .form-thankyou-msg__logo {
    width: 50%;
    margin: 0 auto 20px;
    padding-top: 20px;
}

#form-mobile-form .form-thankyou-msg .form-thankyou-msg__logo img {
    max-width: 100%;
    height: auto;
}

#form-mobile-form .form-thankyou-msg .form-thankyou-msg__head {
    margin-bottom: 10px;
    padding: 15px 10px;
    background-color: #E3E0DE;
    border-top: 1px solid #D2D2CE;
    border-bottom: 1px solid #D2D2CE;
    font-size: 13px;
    font-weight: normal;
    color: #5F5850;
}

#form-mobile-form .form-thankyou-msg .form-back-to-top {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

#form-mobile-form .form-thankyou-msg .form-thankyou-msg__txt {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
}

#form-mobile-form .form-thankyou-msg .form-thankyou-msg__guide {
    margin-bottom: 20px;
    padding: 10px;
    background: #F8F7F6;
}

.form-hidden {
	display: none;
}

/* .form-loading
-------------------------------------------------- */
.form-loading {
    min-height: 100px;
    background: #fff url(../../../img/loading.gif) no-repeat center center;
    background-size: 40px auto;
}

#form-up-sale2018-2 {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

#form-up-sale2018-2 img,
#form-up-sale2018-2 input[type=image]{
    width: 100%;
    height: auto;
}

#form-up-sale2018-2 .form-btn-box {
    max-width: 640px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}



#form-up-sale2018-4 {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

#form-up-sale2018-4 img,
#form-up-sale2018-4 input[type=image]{
    width: 100%;
    height: auto;
}

#form-up-sale2018-4 .form-acc-head {
    position: relative;
    cursor: pointer;
}

#form-up-sale2018-4 .form-acc-head:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 15px;
    display: block;
    width: 30px;
    height: 30px;
    background-color: #9d0700;
    border-radius: 50%;
  -moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

#form-up-sale2018-4 .form-acc-head:after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 24px;
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  -moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

#form-up-sale2018-4 .form-acc-head.-form-active:after {
    right: 19px;
    bottom: 26px;
    transform: rotate(135deg);
}

#form-up-sale2018-4 .form-acc-body {
    display: none;
}

.form-input-height-larger {
    height: 30px;
}

#form-up-sale2019 {
    max-width: 1101px;
    margin: 0 auto;
    text-align: center;
}

#form-up-sale2019 .form-btn-box {
    display: flex;
    justify-content: space-between;
}
