@charset "UTF-8";
/**
 *
 *  LP一体型フォーム
 *
 */
/*--------------------------------------------------------------------------
	 cf
---------------------------------------------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/*--------------------------------------------------------------------------
	 フォーム
---------------------------------------------------------------------------*/
#Form {
  background: url(/sp/lp/shared/images/form_bg.jpg);
  background-size: 165px;
  min-width: 320px;
  text-align: left;
}

#Form img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
	 フォームヘッダー
---------------------------------------------------------------------------*/
#Form .form-header {
  background: #55bfe6;
  padding: 26px 0;
  text-align: center;
}

#Form .form-header .ttl img {
  width: 170px;
}

/*--------------------------------------------------------------------------
	 フォームコンテンツ
---------------------------------------------------------------------------*/
#Form .form__step img {
  width: 100%;
}

#Form .form__cont {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px 15px 36px;
  box-sizing: border-box;
}

#Form .form__lead {
  text-align: center;
  margin-bottom: 20px;
}

#Form .form__lead img {
  width: 225px;
}

/*--------------------------------------------------------------------------
	 sec
---------------------------------------------------------------------------*/
#Form .form-sec {
  margin-bottom: 33px;
}

#Form .form-sec__ttl {
  margin-bottom: 15px;
}

#Form .form-sec__ttl img {
  width: 345px;
}

#Form .form-sec__box, #Form .form-sec__box--no-shadow {
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(43, 90, 107, 0.13);
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: #FFF;
}

#Form .form-sec__box--no-shadow {
  box-shadow: none;
}

/* sec01
---------------------------------------------------------------------------*/
#Form .form-sec01 .server-info {
  letter-spacing: -.4em;
  margin-bottom: 15px;
}

#Form .form-sec01 .server-info li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 11px;
}

#Form .form-sec01 .server-info li:first-child img {
  width: 76px;
}

#Form .form-sec01 .server-info li img {
  width: 112px;
}

#Form .form-sec01 .smart-logo {
  text-align: center;
  margin: 15px 0 17px;
}

#Form .form-sec01 .smart-logo img {
  width: 144px;
}

#Form .form-sec01 .btn-wrap ul {
  overflow: hidden;
}

#Form .form-sec01 .caution-txt {
  margin-top: 10px;
  font-size: 12px;
  padding: 0 0 0 30px;
  background: url(/sp/shared/images/ico_caution02.png) no-repeat 0 3px;
  -webkit-background-size: 19px 19px;
  -o-background-size: 19px 19px;
  background-size: 19px 19px;
  font-size: 10px;
  color: #686868;
}

#Form .form-sec01 .btn-wrap li {
  float: left;
  width: 50%;
  height: 53px;
  display: table;
  box-sizing: border-box;
  border-top: 1px solid #e6eef1;
}

#Form .form-sec01 .btn-wrap li:nth-child(even) {
  border-right: 1px solid #e6eef1;
}

#Form .form-sec01 .btn-wrap label {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px 0 40px;
  font-size: 12px;
  line-height: 16px;
  position: relative;
}

#Form .form-sec01 .btn-wrap label input {
  display: none;
}

#Form .form-sec01 .btn-wrap label input + span:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 1px solid #999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
}

#Form .form-sec01 .btn-wrap label input:checked + span:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #ff9228;
  position: absolute;
  top: 0;
  right: auto !important;
  bottom: 0;
  left: 12px;
  margin: auto;
}

#Form .form-sec01 .btn-wrap label .recommend {
  font-size: 10px;
  color: #f1403e;
}

/* box__slider
---------------------------------------------------------------------------*/
#Form .box__slider .img-wrap {
  background: url(/sp/lp/shared/images/slider_bg.jpg) no-repeat;
  background-size: cover;
  height: 250px;
  position: relative;
}

#Form .box__slider .img-wrap li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#Form .box__slider .img-wrap li:not(.active) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#Form .box__slider .img-wrap li > img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 91px;
}

#Form .box__slider .img-wrap li span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 7px 0;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
}

#Form .box__slider .img-wrap li .ico-new {
  position: absolute;
  right: 110px;
  top: 0px;
}


#Form .box__slider .pointer {
  position: relative;
  left: 0;
  bottom: 0;
  background: #55bfe6;
}

#Form .box__slider .pointer .prev, #Form .box__slider .pointer .next {
  height: 23px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
}

#Form .box__slider .pointer .prev:hover, #Form .box__slider .pointer .next:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#Form .box__slider .pointer .prev img, #Form .box__slider .pointer .next img {
  display: block;
}

#Form .box__slider .pointer .prev {
  left: 13px;
}

#Form .box__slider .pointer .next {
  right: 13px;
}

#Form .box__slider .pointer ul {
  text-align: center;
  letter-spacing: -.4em;
  line-height: 10px;
  padding: 17px 0;
}

#Form .box__slider .pointer ul li {
  display: inline-block;
  padding: 0 4px;
  letter-spacing: normal;
}

#Form .box__slider .pointer ul li a {
  display: block;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  background: #E9E9E9;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

#Form .box__slider .pointer ul li a.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* sec02
---------------------------------------------------------------------------*/
#Form .form-sec02 input {
  display: none;
}

#Form .form-sec02 li {
  visibility: visible;
  margin-top: 32px;
}

#Form .form-sec02 li + li {
  margin-top: 10px;
}

#Form .form-sec02 .box__inner {
  position: relative;
}

#Form .form-sec02 .box__img, #Form .form-sec02 .box__txt-wrap {
}

#Form .form-sec02 .box__img {
}

#Form .form-sec02 .box__txt-wrap {
}

#Form .form-sec02 .box__txt-wrap .logo {
  position: relative;
}

#Form .form-sec02 li:nth-of-type(1) .logo img {
  width: 105px;
}

#Form .form-sec02 li:nth-of-type(2) .logo img {
  width: 124px;
}

#Form .form-sec02 li:nth-of-type(3) .logo img {
  width: 83px;
}

#Form .form-sec02 .box__txt-wrap .logo .recommend {
  position: absolute;
  height: 21px;
  top: 0;
  bottom: 0;
  left: 130px;
  margin: auto;
}

#Form .form-sec02 .box__txt-wrap .logo .recommend img {
  max-width: initial;
  width: 57px;
}

#Form .form-sec02 .box__txt-wrap dd {
  margin-top: 1em;
}

#Form .form-sec02 .box__txt-wrap .txt {
  margin-top: 0;
  padding: 8px 15px 15px 136px;
  font-size: 11px;
  line-height: 18px;
}

#Form .form-sec02 .box__txt-wrap .txt__hdg {
  color: #32afdd;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1px;
}

#Form .form-sec02 .box__txt-wrap .txt__price {
  margin-top: 3px;
}

#Form .form-sec02 .box__txt-wrap .txt .price {
  font-size: 11px;
  line-height: 18px;
}

#Form .form-sec02 .box__txt-wrap .txt .price .em {
  color: #32afdd;
  font-weight: bold;
  font-size: 21px;
}

#Form .form-sec02 .box__txt-wrap .txt .price .unit {
  color: #32afdd;
  font-weight: bold;
  font-size: 12px;
}

#Form .form-sec02 .box__txt-wrap .txt .price .tax {
  position: relative;
  top: -2px;
  margin-left: 5px;
  font-size: 11px;
}

#Form .form-sec02 .box__txt-wrap .decor {
  position: absolute;
  top: 60px;
  left: 21px;
}

#Form .form-sec02 .select-wrap {
  margin-top: 10px;
}

#Form .form-sec02 dl {
  margin-bottom: 15px;
}

#Form .form-sec02 dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

#Form .form-sec02 select.c-select-base {
  width: 100%;
  position: relative;
  z-index: 1;
}

#Form .form-sec02 span.c-select-base {
  width: 100%;
  background: #e8f7ff;
  border: 1px solid #55c2eb;
  border-radius: 5px !important;
  box-sizing: border-box;
  padding: 13px 65px 15px 13px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
}

#Form .form-sec02 span.c-select-base:before {
  content: "";
  display: block;
  width: 48px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #55c2eb url(/sp/shared/images/ico_select_btn.png) no-repeat 50% 50%;
  background-size: 7px auto;
}

/* hokkaido
---------------------------------------------------------------------------*/
#Form.form-hokkaido .form-sec02 .box__inner:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #ff9228;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto;
}

.caution-txt_ho{
	font-size: 10px;
	color: #686868;
	margin: -10px 10px 10px 14px;
}

