@charset "utf-8";
.mvUpper {
  background: url("/assets/pc/sell/img/lp/mv_top_bg.png") center center no-repeat;
  background-size: 100% 100%;
}
.mvUpper .wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
}

.mvUpper .wrap .wrap__item {
  color:#fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}
.mvUpper .wrap .wrap__item span {
  font-weight: normal;
  font-size: 12px;
  display: block;
}

.mvUpper .wrap .wrap__item li {
  display: inline-block;
  margin: 0 15px;
}

.mvLower{
  background: url("/assets/pc/sell/img/lp/mv_bg.jpg") center center no-repeat;
  background-size: cover;
}

.mvLowerInner {
  width: 920px;
  margin: 0 auto;
  position: relative;
}

.mvLowerInner .mv_img {
  position: absolute;
  bottom:0;
  right:20px;
}

.mv_form {
  background: #fff;
  padding: 20px 25px 28px 25px;
  border:1px solid #aaaaaa;
  border-top:none;
  width: 440px;
  box-sizing: border-box;
}

.mv_form .form_catch {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.mv_form .form_catch span {
  color:#ca2828;
}

.mv_form .searchUpper {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding-left: 30px;
  margin-bottom: 15px;
}

.mv_form .searchUpper__item--01 {
  border-right: 1px solid #cccccc;
  width: 205px;
  padding-right: 15px;
  box-sizing: border-box;
}
.mv_form .searchUpper__item--02 {
  width: 140px;
}
.mv_form .searchUpper__item .heading {
  font-size: 16px;
  color:#fff;
  line-height: 1.8;
  background: #004311;
  border-radius: 50px;
  margin-bottom: 5px;
  text-align: center;
}

.mv_form .searchUpper__item .selectbox {
  margin-bottom: 15px;
}

.mv_form form .selectbox:before {
  content: "";
  position: absolute;
  top:14px;
  left:-28px;
  background: url("/assets/pc/sell/img/lp/mod_form_ico_02.png") no-repeat;
  width: 21px;
  height: 21px;
}
.mv_form form .selectbox.is_fold:before {
  background: url("/assets/pc/sell/img/lp/mod_form_ico_02_fold.png") no-repeat;
}

.mv_form form .is_fold select {
  border:2px solid #57a52d;
}

.mv_form .form_box {
  padding: 0;
  background: none;
  border:none;
}




/*               form2                                     */

.mod_assessform {
  padding: 30px 50px;
  box-sizing: border-box;
  border:8px solid #ca2828;
  box-shadow: 0 5px 10px rgba(0,0,0,.4);
}

.mod_assessform .mod_assessform_inner form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mod_assessform .mod_assessform_inner form .form_step .label_step {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 5px;
}

.mod_assessform .mod_assessform_inner form .form_step .selectbox:before {
  content: '';
  position: absolute;
  top: -27px;
  left: 0;
  width: 21px;
  height: 21px;
  background: url("/assets/pc/sell/img/lp/mod_form_ico_02.png") center center no-repeat;
  background-size: contain;
}

.mod_assessform .mod_assessform_inner form .form_step select {
  font-size: 16px;
  line-height: 1;
}

.mod_assessform .mod_assessform_inner form .selectbox.is_fold:before {
  background: url(../img/lp/mod_form_ico_01_fold.png);
  background-size: contain;
}

.mod_assessform .mod_assessform_inner form .selectbox.is_fold select {
  border:3px solid #ffc000;
}

.mod_assessform .mod_assessform_inner form .box1 {
  width: 160px;
}

.mod_assessform .mod_assessform_inner form .box2 {
  width: 210px;
}

.mod_assessform .mod_assessform_inner form .box3 {
  width: 210px;
}

.mod_assessform .mod_assessform_inner form .box4 {
  width: 200px;
}

.mod_assessform .mod_assessform_inner form .form_box {
  width: 100%;
  margin-top: 25px;
}

.mod_assessform .mod_assessform_inner form .submit:hover {
  opacity: 0.8;
}


/*               共通                                     */
.selectbox {
  position: relative;
  width: 100%;
  border-radius: 4px;
}

form .selectbox:after {
  content: "";
  position: absolute;
  top:0;
  bottom:0;
  right:10px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right:solid 1px #333333;
  border-bottom:solid 1px #333333;
  transform: rotate(45deg);
}
form select,
form input {
  height: 48px;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px 10px 10px;
  border-radius: 4px;
  font-size: 16px;
  background: -moz-linear-gradient(bottom, #e7e7e7, #FFF 80%);
  background: -webkit-linear-gradient(bottom, #e7e7e7, #FFF 80%);
  background: linear-gradient(to top, #e7e7e7, #FFF 80%);
  border:1px solid #999;
}

form .selectbox.is_editable,
form .is_editable {
  box-shadow: 0 0 5px rgba(0,0,0,.4);
}

form select required {
  color:#999999;
}

form .form_box {
  position: relative;
  border-radius: 4px;
  padding-bottom: 5px;
  height: 68px;
  box-sizing: border-box;
}
form .form_box input {
  border:none;
  border-radius: 4px;
  height: 63px;
  padding: 0;
}

form .form_box.active .form_submit {
  background: #ca2828;
}
form .form_box.active {
  background: #840a0a;
}
form .form_box.active:hover {
  padding-top: 5px;
  padding-bottom: 0;
  background: #fff;
}




.intro {
  background: -moz-linear-gradient(top, #fff 60%, #f2f2f2);
  background: -webkit-linear-gradient(top, #fff 60%, #f2f2f2);
  background: linear-gradient(to bottom, #fff 60%, #f2f2f2);
  padding-bottom: 100px;
}

.introUpper {
  text-align: center;
  padding: 0 0 70px;
  position: relative;
}
.introUpper:after {
  content: "";
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 300px;
  box-shadow: 0 -30px 60px -30px rgba(0,0,0,.2)
}

.intro .introUpperHeading {
  font-size: 34px;
  display: inline-block;
  border-bottom:6px solid #555555;
  margin:30px 0 30px;
  font-weight: normal;
  line-height: 1.3;
}

.intro .introUpperHeading span {
  font-size: 16px;
}

.introList {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}

.introList li {
  width: 250px;
}

.introList h3 {
  font-size: 30px;
  margin: 30px 0 20px;
  font-weight: bold;
  line-height: 1.3;
}

.introList h3 .small {
  font-size: 20px;
}

.introList h3 .red {
  color:#ca2828;
}

.introList p {
  text-align: left;
  font-size: 14px;
}

.introLower {
  border-top:6px solid #57a52d;
  position: relative;
  padding: 0 15px 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.2)
}
.introLower:before {
  border-top:6px solid #008342;
  content: "";
  position: absolute;
  left:0;
  top:-6px;
  width: 490px;
}

.introLower h2 {
  margin: 1em 0;
  text-align: center;
  font-size: 28px;
}

.introLower .wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.introLower .introLowerBox01 {
  width: 600px;
}

.introLower .introLowerBox02 {
  width: 300px;
  text-align: left;
}

.introLower .introLowerBox02 h3 {
  font-size: 22px;
  color:#008342;
  margin: .5em 0;
}

.introLower .introLowerBox02 p {
  font-size: 14px;
  margin-bottom: 1em;
}




.formSec {
  padding: 170px 0 120px;
  background: url("/assets/pc/sell/img/lp/form_bg_img.jpg") top center no-repeat;
}

.formSec h2 {
  text-align: center;
  margin-bottom: 10px;
}

.formSec h2 span {
  font-size: 24px;
  color:#ca2828;
  display: inline-block;
  border:4px solid;
  border-radius: 6px;
  background: #fff;
  padding: .5em 2em;
}

.formSec h3 {
  font-size: 30px;
  text-align: center;
  margin: 10px 0;
}

.flow {
  background: #eee;
}
.flowList {
  border:4px solid #57a52d;
  border-radius: 6px;
  padding: 10px 28px 28px;
}

.flowList h3 {
  text-align: center;
  color:#008342;
  font-size: 20px;
  margin-bottom: 10px;
}

.flowList ol {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.flowList ol li {
  text-align: center;
  width: 280px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  padding: 10px 15px 20px;
  background: #fff;
  position: relative;
}
.flowList ol li:after {
  content: "";
  position: absolute;
  top:0;
  bottom:0;
  right:-20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #008342;
}
.flowList ol li:last-child:after {
  display: none;
}

.flowList ol li h4 {
  font-size: 20px;
  display: inline-block;
  position: relative;
  border-bottom:4px solid #57a52d;
  font-weight: normal;
  margin: 5px 0 15px;
}

.flowList ol li h4:before {
  content: "";
  position: absolute;
  border-bottom:4px solid #008342;
  bottom:-4px;
  left:0;
  width: 50%;
}

.flowList ol li p {
  font-size: 14px;
  text-align: left;
  margin-top: 20px;
}

.flowList02 {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  position: relative;
  margin-top: 22px;
  padding: 15px 20px;
}

.flowList02 .arrow {
  position: absolute;
  left:68px;
  top:-32px;
}

.flowList02 h3 {
  text-align: center;
  color:#008342;
  font-size: 20px;
  margin-bottom: 10px;
}

.flowList02 ul {
  background: url("/assets/pc/sell/img/lp/flow02_line.png") no-repeat;
  background-size: 100% 100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.flowList02 ul li {
  width: 20%;
  padding: 16px 30px;
}
.flowList02 ul li h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom:2px solid #008342;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.flowList02 ul li:first-child h4 {
  color:#fff;
  border-bottom:2px solid #fff;
}

.flowList02 ul li .item {
  background: #fff;
  border:1px solid #777;
  border-radius: 4px;
  font-size: 11px;
  margin-bottom: 10px;
  position: relative;
}

.flowList02 ul li:nth-child(1) .item,
.flowList02 ul li:nth-child(4) .item {
  padding: 15px 4px 15px 32px;
}
.flowList02 ul li:nth-child(2) .item,
.flowList02 ul li:nth-child(5) .item {
  padding: 25px 4px 25px 32px;
  margin-top: 30px;
}
.flowList02 ul li:nth-child(3) .item {
  padding: 8px 4px 8px 32px;
}


.flowList02 ul li .item span {
  background: #57a52d;
  border-radius: 50%;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-top: 3px;
  box-sizing: border-box;
  color:#fff;
  text-align: center;
  position: absolute;
  top:0;
  bottom:0;
  left:4px;
  margin: auto;
}



.pointList {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 60px;
}

.pointList li {
  width: 280px;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  background: #fff;
  position: relative;
}

.pointList li .iconGood{
  position: absolute;
  left:0;
  right:0;
  bottom:-30px;
  margin: auto;
  text-align: center;
}

.pointList li .txtArea {
  padding: 15px 15px 70px 15px;
}

.pointList li .txtArea h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.pointList li .txtArea p {
  font-size: 16px;
}



.check {
  background: #eee;
}

.checkList .checkList__item {
  background: #fff;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  margin-bottom: 80px;
}

.checkList li .iconCheck {
  position: absolute;
  left:-30px;
  top:-30px;
}

.checkList li .upper {
  padding: 30px 0 30px 85px;
  font-size: 18px;
}

.checkList li .upper h3 {
  font-size: 28px;
  color:#008342;
  margin-bottom: .2em;
}

.checkList .checkList__item:nth-child(1) {
  background: url("/assets/pc/sell/img/lp/check1_bg_img.jpg") right bottom no-repeat, #fff;
}

.checkList li:nth-child(1) .upper p {
  font-size: 16px;
  width: 600px;
}

.checkList li .lower {
  width: 610px;
  padding: 0 0 25px 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.checkList li .lower .lower__item {
  border:2px solid #57a52d;
}

.checkList li .lower .lower__item:nth-child(1) {
  width: 330px;
  box-sizing: border-box;
}

.checkList li .lower .lower__item h4 {
  background: #57a52d;
  font-size: 16px;
  padding: 0 0 0 20px;
  color:#fff;
}

.checkList li .lower .lower__item ul {
  padding: 10px 15px;
}

.checkList li .lower .lower__item ul li {
  font-size: 14px;
  line-height: 1;
  padding: 0 0 1em 20px;
  position: relative;
}

.checkList li .lower .lower__item ul li:before {
  content: "";
  position: absolute;
  background: url("/assets/pc/sell/img/lp/checkbox.png") no-repeat;
  width: 15px;
  height: 13px;
  left:0;
  top:0;
}

.checkList li .lower .lower__item:nth-child(1) ul {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.checkList li .lower .lower__item:nth-child(1) ul li {
  width: 50%;
}

.checkList li .upper ul li {
  margin-bottom: .5em;
}

.checkList li .upper ul li span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin-right: 15px;
  color:#fff;
  position: relative;
  z-index: 1;
}

.checkList li .upper ul li span:before {
  background: #57a52d;
  width: 24px;
  height: 24px;
  position: absolute;
  left:-7px;
  top:0;
  bottom:0;
  border-radius: 50%;
  margin: auto;
  content: "";
  z-index: -1;
}

.checkList .checkList__item:nth-child(2) {
  background: url("/assets/pc/sell/img/lp/check2_img.jpg") center bottom no-repeat, #fff;
  background-size: 100% auto;
  padding-bottom: 200px;
}

.checkList .checkList__item:nth-child(3) {
  background: url("/assets/pc/sell/img/lp/check3_img.jpg") right 20px bottom 20px no-repeat, #fff;
  background-size: 310px auto;
  padding-bottom: 20px;
}

.checkList .checkList__item:nth-child(3) .example {
  border:4px solid #57a52d;
  width: 460px;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 30px;
}

.checkList .checkList__item:nth-child(3) .example h4 span {
  background: #57a52d;
  display: inline-block;
  padding: 0 2em;
  border-radius: 20px;
  font-size: 16px;
  color:#fff;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.checkList .checkList__item:nth-child(3) .example ul li {
  margin-top: .2em;
}

.checkList .checkList__item:nth-child(3) .example ul li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #57a52d;
  border-radius: 50%;
  margin-right: 5px;
}




.faq {
  background: #eee;
}

.faq ul li {
  box-shadow: 0 0 20px rgba(0,0,0,.2);
  background: #fff;
  padding: 10px 20px 20px;
  margin-bottom: 40px;
}

.faq ul li h3 {
  font-size: 20px;
  color:#008342;
  position: relative;
  padding:10px 0 15px 65px;
  border-bottom:dotted 2px #eee;
}

.faq ul li h3:before {
  content: "Q.";
  background: #008342;
  border-radius: 50%;
  color:#fff;
  font-weight: normal;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left:10px;
  top:5px;
  line-height: 40px;
}

.faq ul li p {
  font-size: 18px;
  padding-left: 65px;
  position: relative;
  margin-top: .8em;
}

.faq ul li p:before {
  content: "A.";
  color:#57a52d;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left:15px;
  top:-5px;
  line-height: 40px;
}



.think {
  margin: 30px 0 80px;
}

.think h2 {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding-left: 20px;
  border-left:2px solid;
  box-sizing: border-box;
}

.think p {
  font-size: 12px;
  line-height: 18px;
  padding-left: 20px;
  margin-top: 10px;
}





.secBase {
  padding: 87px 0 138px;
  position: relative;
}

.secIcon {
  position: absolute;
  left:0;
  right:0;
  top:-60px;
  margin: auto;
  text-align: center;
}

.secHeading {
  font-size: 28px;
  text-align: center;
  margin-bottom: 1em;
}


.lpFooter {
  background: #eeeeee;
  padding: 40px 0 30px;
  font-size: 12px;
  text-align: center;
  margin-top: 0;
}

.lpFooter .footerLogo {
  margin-bottom: 40px;
}

.lpFooter .footerLogo img {
  width: 141px;
}

.lpFooter ul {
  text-align: center;
  margin-bottom: 20px;
}

.lpFooter ul li {
  display: inline-block;
}


.lpFooter ul li a {
  display: inline-block;
  padding: 0 1em;
  color:#333;
}

.lpFooter ul li a:hover {
  text-decoration: underline;
  color: #005fd1;
}
