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

.flow-wap {
/*  background: url(../images/bg.jpg) no-repeat right top, #fefbea;*/
  padding: 50px 0 120px;

}
.flow-wap h1 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.flow-wap h2 {
  color: #9fc238;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.flow-wap h2 + p { font-size: 14px;}

.flow-wap h3 {
  background: url(../images/tit-arrow.jpg) no-repeat left 9px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

.flow-wap h3:after {
  background: #ffb454;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: -20px;
  margin-top: 10px;
  position: relative;
  width: calc(100% + 20px);
}

.flow-wap h3 + p { margin-top: 20px;}

.flow-wap p + h3 { margin-top: 30px;}

section {
  border-top: 1px solid #eee;
  margin-top: 40px;
  padding-top: 40px;
}

section + section { margin-top: 100px;}

/*-------------------- flow --------------------*/
/*
.flow { background: url(../images/flow-bg.jpg) no-repeat right bottom;}
*/
/*---------- flow-block ----------*/

.flow-block {
  padding-top: 30px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
}

/*---------- flow-number ----------*/

.flow-number {
  margin-right: 10px;
  position: relative;
  width: 44px;
}

.flow-number:after {
  background: #fd861b;
  content: '';
  display: block;
  height: calc(100% + 30px);
  left: 50%;
  position: absolute;
  top: -30px;
  width: 5px;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow-number p {
  background: #fd861b;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 44px;
  position: relative;
  width: 44px;
  z-index: 1;
}

.flow-number p span {
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*---------- flow-txt ----------*/

.flow-txt .tit {
  color: #fd861b;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-top: 8px;
}

.flow-txt .tit.red {
  color: #fe0000;
  margin-bottom: 0;
}

.flow-txt div {
  background: #fff;
  border: 1px solid #ffb454;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px;
  width: 600px;
}

.flow-txt div p + p { margin-top: 1em;}

.flow-txt div .ind {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

/*-------------------- delivery --------------------*/

.delivery {
/*  background: url(../images/delivery-bg.jpg) no-repeat right bottom;*/
  font-size: 14px;
  line-height: 1.8;
}

.delivery p + p { margin-top: 1em;}

/*-------------------- payment --------------------*/

.payment {
/*  background: url(../images/payment-bg.jpg) no-repeat right bottom;*/
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 80px;
}

.payment a.txt { color: blue;}

.payment a.txt:hover { opacity: 1;}

.payment a {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.payment a:hover { opacity: .7;}

.payment p + p { margin-top: 1em;}

.payment p.tit { font-weight: bold;}
.payment p.tit span { color: #fd861b;}

.payment p.tit + p { margin-top: 0;}

.payment p + p.tit { margin-top: 1em;}

.payment .red { color: #fe0000;}

.ind {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

/*-------------------- cancel --------------------*/

.cancel {
/*  background: url(../images/cancel-bg.jpg) no-repeat right bottom;*/
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 20px;
}

.cancel p + p { margin-top: 1em;}



sup {
    vertical-align: top;
}
.attention {
    color: #e31515;
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
}
/*-------------------- footer --------------------*/

footer { margin-top: 50px;}

/*------------------------------
            tablet
------------------------------*/

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

/*-------------------- flow --------------------*/

.flow {
  background-size: 200px;
  padding-bottom: 20px;
}

/*---------- flow-txt ----------*/

.flow-txt { width: 88%;}

.flow-txt div { width: 75%;}

/*-------------------- delivery --------------------*/

.delivery {
  background-size: 300px;
  padding-bottom: 100px;
}

.delivery p + p { margin-top: 1em;}

/*-------------------- payment --------------------*/

.payment { background-size: 200px;}

/*-------------------- cancel --------------------*/

.cancel {
  background-size: 120px;
  padding-bottom: 130px;
}

}

/*------------------------------
              sp
------------------------------*/

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

.flow-wap {
  background: url(../images/sp/bg.jpg) no-repeat right top, #fefbea;
  background-size: 50%;
  padding: 30px 0 60px;
}

.flow-wap h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
}

.flow-wap h2 + p { font-size: 13px;}

.flow-wap h3 {
  background: url(../images/tit-arrow.jpg) no-repeat left 9px;
  background-size: 8px;
  font-size: 20px;
  padding-left: 15px;
}

.flow-wap h3:after { width: calc(100% + 15px);}

.flow-wap h3 + p { margin-top: 20px;}

.flow-wap p + h3 { margin-top: 30px;}

section {
  margin-top: 20px;
  padding-top: 20px;
}

section + section { margin-top: 50px;}

/*-------------------- flow --------------------*/

.flow {
  background-size: 40%;
  padding-bottom: 30%;
}

/*---------- flow-block ----------*/

.flow-block {
  padding-top: 30px;
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
}

/*---------- flow-number ----------*/

.flow-number {
  margin-right: 10px;
  width: 36px;
}

.flow-number:after {
  background: #fd861b;
  content: '';
  display: block;
  height: calc(100% + 30px);
  left: 50%;
  position: absolute;
  top: -30px;
  width: 5px;
  z-index: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow-number p {
  font-size: 15px;
  height: 35px;
  width: 35px;
}

/*---------- flow-txt ----------*/

.flow-txt { width: 88%;}

.flow-txt .tit {
  font-size: 18px;
  padding-top: 4px;
}

.flow-txt div {
  font-size: 13px;
  padding: 10px;
  width: 93%;
}

/*-------------------- delivery --------------------*/

.delivery {
  background: url(../images/delivery-bg.jpg) no-repeat center bottom;
  background-size: 70%;
  font-size: 13px;
  padding-bottom: 25%;
}

.delivery p + p { margin-top: 1em;}

/*-------------------- payment --------------------*/

.payment {
  background-size: 60%;
  font-size: 13px;
  padding-bottom: 30%;
}

.payment a {
  color: #0068b7;
  text-decoration: underline;
}

.payment a:hover { opacity: 1;}

/*-------------------- cancel --------------------*/

.cancel {
  background-size: 40%;
  font-size: 13px;
  padding-bottom: 55%;
}

.cancel a {
  color: #0068b7;
  text-decoration: underline;
}

.cancel p + p { margin-top: 1em;}

/*-------------------- footer --------------------*/

footer { margin-top: 25px;}

}






