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

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

#ContentsWrap #Header.hdHasGnav {
    height: auto;
}

.logoWrapper {
    width: 640px;
    margin: 0 auto 10px;
    text-align: left;
    padding-top: 10px;
}

#cpBox{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	margin:0 auto;
}

.pageTitle {
    margin-bottom: 30px;
    padding-bottom: 5px;
    height: 170px;
    background: url(/img/contact/page_bg.jpg) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 4px solid #ec1234;
}

/*Step*/
.stepup_flow .flowUl {
    margin-bottom: 42px;
}

.stepup_flow .comTextUl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.stepup_flow .flowUl li {
    position: relative;
}

.comTextUl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 900;
    font-size: 1.8rem;
}

.comTextUl div {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #adadad;
}

.stepup_flow .comTextUl div {
    position: relative;
    z-index: 1;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 1.29;
    flex-wrap: wrap;
}

.stepup_flow .comTextUl div span {
    width: inherit;
    height: auto;
    box-shadow: none;
    display: initial;
    background: none;
}

.stepup_flow .comTextUl div strong{
    display: block;
}

.stepup_flow .comTextUl div u{
    color: #ec1234;
    text-decoration: none;
    font-size: 12px;
    display: block;
    margin:6px auto;
}

.stepup_flow .flowUl li {
    position: relative;
    margin: 0 40px;
}

.stepup_flow .flowUl li::after {
    margin-top: -3px;
    width: 82px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: -80px;
    background-color: #ededed;
    content: "";
}

.stepup_flow .flowUl li:nth-child(3)::after {
    display: none;
}

.stepup_flow .flowUl li:nth-child(n+2) div{
    color: #ccc;
    border: 2px solid #fff;
}

.stepup_flow .flowUl li:nth-child(n+2) div u{
    color: #ccc;
}

.stepup_flow .flowUl.flowUI-fin li:nth-child(1) div{
    color: #ccc;
    border: 2px solid #fff;
}

.stepup_flow .flowUl.flowUI-fin li:nth-child(1) div u{
    color: #ccc;
}

.stepup_flow .flowUl.flowUI-fin li:nth-child(3) div{
    color: #333333;
    border: 2px solid #adadad;
}

.stepup_flow .flowUl.flowUI-fin li:nth-child(3) div u{
    color: #ec1234;
}

@media (max-width: 896px){
    .stepup_flow .comTextUl {
        margin: 0 auto 25px;
    }
}

@media (max-width: 896px){
    .logoWrapper {
        width: auto;
    }
    .logoWrapper .logo {
        margin: 0px 0 0 16px;
        width: 100px;
    }
    .pageTitle {
        height: 80px;
        background: url(/img/stepup/selling/sp_page_bg.jpg) no-repeat center center;
        background-size: cover;
    }
    .pageTitle h2 {
        font-size: 2.1em;
    }
    .comForm * + .customerBox {
        margin-top: 0px;
    }
    .stepup_flow .comTextUl div {
        width: 93px;
        height: 93px;
        font-size: 1.0rem;
    }
    .stepup_flow .comTextUl div span {
        width: inherit;
        height: auto;
        box-shadow: none;
        display: initial;
        background: none;
    }

    .stepup_flow .flowUl li {
        margin: 0 8px;
    }
    .stepup_flow .flowUl li::after {
        margin-top: -2px;
        height: 4px;
        width: 24px;
        right: -22px;
    } 
}

#cpBox a:link{border:none;}
#cpBox p.startBtn,input.btn {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.imasuguImg{
    width: 500px;
    margin: 20px auto 20px;
}

.tomalBtn:hover{
background-position:left bottom;
}

a.tomaluBtn {
	display: block;
	background: url(../img/topBtn_up.jpg) no-repeat 0 0;
}


a.tomaluBtn:hover {
	background: url(../img/topBtn_dwn.jpg) no-repeat 0 0;
}


/* thanksBox */
.thanksBox {
  text-align: center;
}

.thanksBox .image {
  margin-bottom: 13px;
}

.thanksBox p {
  margin-bottom: 55px;
  line-height: 1.71;
  font-size: 14px;
}

@media all and (max-width: 896px) {
  .thanksBox p {
    margin-bottom: 63px;
  }
}

/* thanksBtm */
.thanksBtm {
  margin-top: -16px;
  padding: 32px 0;
  background-color: #f1f3f5;
}

.thanksBtm .flexBox {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.thanksBtm .flexBox > * {
  margin: 0 9px;
}

.thanksBtm .ttl {
  margin: 11px 9px 0;
  font-weight: 900;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.33;
}

.thanksBtm .ttl span {
  position: relative;
  display: inline-block;
}

.thanksBtm .ttl span::before {
  margin-left: -3px;
  width: 6px;
  height: 6px;
  position: absolute;
  top: -7px;
  left: 50%;
  border-radius: 50%;
  background-color: #ec1234;
  content: "";
}

.thanksBtm .comBnrUl {
  width: 343px;
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 100;
}

.thanksBtm .comBnrUl li {
  margin-bottom: 8px;
}

.thanksBtm .comBnrUl li:last-child {
  margin-bottom: 0;
}

.thanksBtm .comBnrUl img {
  width: 100%;
}

@media all and (min-width: 897px) {
  .thanksBtm .comBnrUl a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 896px) {
  .thanksBtm {
    margin-top: -33px;
    padding: 0;
    background: transparent;
  }
  .thanksBtm .flexBox {
    margin-bottom: 24px;
    display: block;
  }
  .thanksBtm .comBnrUl {
    margin-bottom: 32px;
    width: auto;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .thanksBtm .flexBox > * {
    margin: 0;
  }
  .thanksBtm .ttl {
    margin: 0 0 10px !important;
  }
}

/* pageBox */
.pageBox {
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pageBox .banner {
  margin: -12px -2px 0 0;
}

@media all and (min-width: 897px) {
  .pageBox .banner a:hover {
    opacity: 0.7;
  }
}

@media all and (max-width: 896px) {
  .pageBox {
    margin: 52px 16px 30px;
    display: block;
  }
  .pageBox .banner {
    margin: 0 -12px 6px;
  }
  .pageBox .banner img {
    width: 100%;
  }
}

/* pageUl */
.pageUl {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pageUl li {
  width: 388px;
}

.pageUl a {
  padding: 8px 15px 0;
  width: 100%;
  height: 138px;
  font-weight: 900;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  text-decoration: none;
}

.pageUl a::after {
  margin-top: -5px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 8px;
  background: url(img/common/icon13.png) no-repeat center center;
  background-size: 100% auto;
  content: "";
}

.pageUl a big {
  margin: -7px 0 0 8px;
  font-size: 3rem;
  display: inline-block;
  vertical-align: middle;
}

.pageUl img {
  margin: -7px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}

@media all and (min-width: 897px) {
  .pageUl a:hover {
    color: #ec1234;
    border-color: #ec1234;
  }
}

@media all and (max-width: 896px) {
  .pageUl {
    margin-top: 39px;
  }
  .pageUl li {
    width: calc(50% - 8px);
  }
  .pageUl img {
    display: none;
  }
  .pageUl a {
    padding: 0 15px 7px;
    height: 65px;
    font-size: 1.2rem;
  }
  .pageUl a big {
    display: block;
    margin: 3px 0 0 0;
    display: block;
    font-size: 2.2rem;
    line-height: 1;
  }
}

@media all and (max-width: 374px) {
  .pageUl a {
    font-size: 1.1rem;
  }
  .pageUl a big {
    font-size: 1.8rem;
  }
}


/* pageUl02 */
.pageUl02 {
  margin-top: 0;
}

.pageUl02 li {
  margin: 0 10px;
  width: 164px;
}

.pageUl02 img {
  margin: 0;
  width: 22px;
}

.pageUl02 .icon {
  margin-bottom: 2px;
  display: block;
}

.pageUl02 a big {
  margin: 0;
  font-size: 1.6rem;
  display: block;
}

@media all and (max-width: 896px) {
  .pageUl02 {
    margin-top: -14px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pageUl02 li {
    margin: 14px 0 0 0;
    width: calc(50% - 7px);
  }
  .pageUl02 img {
    display: block;
  }
  .pageUl02 a {
    padding: 0 8px 7px;
  }
  .pageUl02 a > span {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pageUl02 .icon {
    margin: 7px 0 0 0;
    display: block;
    width: 31px;
  }
  .pageUl02 .txt {
    min-width: 80px;
  }
  .pageUl02 a big {
    margin-top: 2px;
  }
}

@media all and (max-width: 374px) {
  .pageUl02 a {
    font-size: 1rem;
  }
  .pageUl02 a big {
    font-size: 1.7rem;
  }
  .pageUl02 .icon {
    width: 25px;
  }
  .pageUl a::after {
    right: 5px;
  }
}

/*TelBtn*/
.telBtn a {
  margin: 0 auto;
  padding: 13px 8px 18px;
  width: 311px;
  color: #fff;
  font-weight: bold;
  font-size: 1.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  background-color: #39c163;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.telBtn .rTxt {
  font-size: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.telBtn .rTxt small {
  font-size: 0.8rem;
  font-weight: 500;
  display: block;
}

.telBtn .lTxt {
  margin-top: 6px;
}

.telBtn .lTxt img {
  margin: -5px 8px 0 0;
  display: inline-block;
  vertical-align: middle;
}

@media all and (max-width: 896px) {
  .telBtn a {
    width: 100%;
    max-width: 311px;
    padding: 21px 36px 22px 0;
    font-size: 2.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #39c163 url(img/common/icon31.png) no-repeat right 8px center;
    background-size: 12px auto;
  }
  .telBtn .rTxt {
    font-size: 1.2rem;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .telBtn .lTxt {
    margin: 0 4px 0 0;
  }
  .telBtn .lTxt img {
    margin: -6px 17px 0 0;
  }
}

@media all and (max-width: 374px) {
  .telBtn a {
    font-size: 1.8rem;
  }
  .telBtn .rTxt {
    font-size: 1.1rem;
  }
  .telBtn .lTxt img {
    margin: -4px 5px 0 0;
    width: 18px;
  }
}

/* comBtn */
.comBtn.back a::after {
  background-image: url(/img/common/icon17.png);
}

@media all and (min-width: 897px) {
  .comBtn a:hover {
    color: #ec1234;
    border-color: #ec1234;
  }
  .comBtn a:hover::after {
    background-image: url(/img/common/icon51.png);
  }
  .comBtn.back a:hover::after {
    background-image: url(/img/common/icon52.png);
  }
}

@media all and (max-width: 896px) {
  .comBtn a {
    min-width: 0;
    width: 100%;
    max-width: 311px;
  }
  .comBtn.back a {
    max-width: 151px;
  }
}

/**/
#Footer {
    background-color: #e2e2e2;
}

#Footer #FtTel {
    background-color: #fff;
    padding-bottom: 30px;
}

.cmSecM.cmPosCenter {
    margin-bottom: 20px !important;
    text-align: center;
}

#Footer #FtCopy {
    text-align: center;
    color: #fff;
    background-color: #d11026;
    padding: 38px 0 42px;
}

#Footer #FtInr {
    padding-bottom: 10px;
    position: relative;
}

@media (min-width: 751px){
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

@media screen and (max-width: 767px){

    #Main .stepup_selling .formBox {
        margin: 50px 0 0;
    }
    #Footer #FtInr {
        font-size: 12px;
    }

    #Footer #FtTel img {
        width: 276px;
    }

    #Footer #FtCopy {
        padding: 12px 0 42px;
        font-size: 12px;
    }

}

