/* TOP */
.flowTit{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #64a70b;
}
.flowWrap{
  display: flex;
  justify-content: space-between;
  padding: 0 2% 70px;
  text-align: center;
  font-weight: bold;
}
.flowWrap li{
  width: 31%;
  padding: 40px 15px 20px;
  background-color: #F6F9D9;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 3px solid #499916;
  border-radius: 10px;
}
.flowWrap li .flowNum{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #499916;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowWrap li .flowCont {
  margin-bottom: 15px;
}
.flowWrap .flowBtn a {
  width: 100%;
}
@media screen and (max-width:600px) {
  .flowWrap {
    display: block;
    padding: 0 0 50px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .flowWrap li {
    width: 90%;
    margin:0 auto 35px;
  }
  .flowWrap li:last-of-type{
    margin:0 auto;
  }
}

/* tipsList */
.tipsList {
  padding: 10px;
  border: 3px solid #499916;
  background-color: #F6F9D9;
}

/* compenLimit */
@media screen and (max-width:600px) {
  .compenLimitTips {
    text-align: left !important;
  }
}

/* liquidationBox */
.liquidation .liquidationTit {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.liquidationBox {
  padding: 20px 10px;
  text-align: center;
  border: 3px solid #499916;
}
#liquidation01 .liquidationBox .mb20 img {
  max-width: 798px;
}
#liquidation02 .liquidationBox .mb20 img {
  max-width: 791px;
}
#liquidation01 .liquidationBox img {
  max-width: 715px;
}
#liquidation02 .liquidationBox img {
  max-width: 664px;
}
@media screen and (max-width:600px) {
  .liquidation .liquidationTit {
    font-size: 13px;
  }
  .liquidationBox img {
    width: 100% !important;
  }
  .liquidationBox {
    text-align: left;
  }
}

/* アコーディオン */
#contents .accBtn{
  position: relative;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #499916;
  margin-bottom: 10px;
  padding: 0.5em 2em 0.5em 0.8em;
  border: 1px solid #dedede;
  background: url(/img/tit/bg_h2.png) center center;
}
#contents .accBtn::after{
  content: '';
  width: 22px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12px;
  background-image: url(/img/icon/icon_plus.png);
  background-size: 22px 24px;
  background-repeat: no-repeat;
  background-position: top left;
}
#contents .accBtn.open::after{
  background-image: url(/img/icon/icon_minus.png);
}
.accInner{
  display: none;
  margin-bottom: 50px;
}

/* image-popups */
.image-popups .popup {
  position: relative;
  display: block;
  border: 1px solid #efefef;
}
.image-popups .popup:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-image: url(/img/icon/icon_zoom_b.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left top;
}

/* btnList */
.btnList{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.btnListThree li{
  width: 31%;
}
.btnListTwo li{
  width: 48%;
}
.btnList li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 33px 15px 17px;
  text-align: center;
  position: relative;
}
.btnList li a::after{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 45%;
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width:600px) {
  .btnList{
    display: block;
  }
  .btnList li{
    width: 100% !important;
    margin-bottom: 10px;
  }
  .btnList li:last-child{
    margin-bottom: 0;
  }
}

/* boxWrap */
.boxWrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
}
.boxWrap.columnThree{
  justify-content: flex-start;
  margin-right: -1%;
  margin-left: -1%;
}
.boxWrap .box{
  margin-bottom: 30px;
}
.boxWrap.columnThree .box{
  width: calc(94% / 3);
  margin-right: 1%;
  margin-left: 1%;
}
.boxWrap.columnTwo .box{
  width: 45%;
}
.boxWrap .box .boxTit{
  background-color: #64a70b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  max-width: 100%;
  padding: 3px 35px;
  border-radius: 15px;
  margin: 0 auto 15px;
}
.boxWrap .box .boxTit.boxTitBr {
  border-radius: 30px;
}
.boxWrap .box .boxCont{
  margin-top: 15px;
}
@media screen and (max-width:600px) {
  .boxWrap{
    display: block;
    margin-bottom: 30px;
    padding: 0 0 20px;
  }
  .boxWrap.columnThree{
    margin-left: 0;
    margin-right: 0;
  }
  .boxWrap .box{
    width: 100% !important;
  }
  .boxWrap.columnThree .box{
    margin-left: 0;
    margin-right: 0;
  }
  .howto .boxWrap .box,
  .receive .boxWrap .box{
    padding-bottom: 26px;
    background-image: url(../img/img_next_arrow.png);
    background-position: center bottom;
    background-size: 140px 26px;
    background-repeat: no-repeat;
  }
  .boxWrap .box:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    background-image: none;
  }
  .boxWrap .box .boxTit{
    width: 100%;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 0;
    background-image: url(../img/bg_h1.png);
    background-position: center center;
    background-size: 10px 10px;
    background-repeat: repeat;
  }
  .boxWrap .box .boxTit.boxTitBr {
    border-radius: 0;
  }
  .boxWrap .box .boxImg{
    border: 1px solid #e8e8e8;
    border-top: 0;
    padding: 10px;
  }
  .boxWrap .box .boxImg img{
    border: 1px solid #e8e8e8;
    width: 100%;
    margin: auto;
  }
}

/* btmBtn */
.btmBtn{
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto 80px;
}
.btmBtn.oneColumn {
  width: 100%;
  justify-content: center;
}
.btmBtn a{
  display: block;
  width: 48%;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.btmBtn a:hover{
  opacity:.7;
}
.btmBtn a.btnBack{
  color: #343434;
  padding: 15px 35px 15px 45px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.btmBtn a.btnBlank{
  color: #fff;
  padding: 15px 50px 15px 35px !important;
  background: none !important;
}
.btmBtn a.btnGreen{
  background-color: #64a70b !important;
}
.btmBtn a.btnOrange{
  background-color: #ff9500 !important;
}
.btmBtn a::after{
  position: absolute;
  content: "";
  top: 50%;
}
.btmBtn a.btnBack::after{
  left: 30px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #499916;
  border-left: 2px solid #499916;
  transform: translateY(-50%) rotate(-45deg);
}
.btmBtn a.btnBlank::after{
  right: 15px;
  width: 11px;
  height: 9px;
  background: url(/img/icon/icon_blank_white@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
@media screen and (max-width:600px) {
  .btmBtn{
    flex-direction: column;
    align-items: center;
    width: calc( 100% - 20px ) !important;
    margin-bottom: 130px;
  }
  .btmBtn a{
    width: 100%;
    max-width: 355px;
    margin-bottom: 20px;
  }
  .btmBtn a:last-child{
    margin-bottom: 0;
  }
}

/* 追従ボタン */
.cvBtn{
  position: fixed;
  bottom: 50px;
  right: calc(50% - 610px);
  z-index: 9;
  border-radius: 50%;
  background: #ff9500 !important;
  padding: 0 0 5px !important;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 3px;
  box-shadow: 0px 5px 6px #d8d8d8;
  transition-duration: .3s;
}
.cvBtn.absolute{
  position: absolute;
  bottom: 15px;
}
.cvBtn:hover{
  box-shadow: 0px 0px 6px #d8d8d8;
  transform: translateY(5px);
  transition-duration: .3s;
}
.cvBtn::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 51%;
  transform: translateX(-50%);
  bottom: 10px;
  border-left: 8px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
@media screen and (max-width:600px) {
  .cvBtn{
    right: 10px;
  }
}