/*hotspring CSS*/

.psec-01__wrap-fig,
.psec-04__wrap-fig{
  max-width: 620px;
  margin: 60px 0 0 auto;
}


#psec-01 .wrap-l3 .wrap-l4{
  padding-left: var(--u-gutter);
  padding-top: var(--u-gutter);
  flex-grow: 1;
}
span.small{
  font-size: 85%;
}

#psec-02 span.small,
#psec-03 span.small{
  padding-bottom: 15px;
}
.psec-02__wrap,
.psec-03__wrap{
  display: flex;
  flex: row wrap;
  margin-top: 60px;
}
.psec-02__wrap .psec-02__wrap-fig,
.psec-03__wrap .psec-03__wrap-fig{
  flex: 1;
}
.psec-02__wrap .psec-02__wrap-cap,
.psec-03__wrap .psec-03__wrap-cap{
  flex: .8;
  padding-left: 60px;
}
.psec-02__wrap .psec-02__wrap-cap-list,
.psec-03__wrap .psec-03__wrap-cap-list{
  margin-top: 60px;
}
.psec-02__wrap .psec-02__wrap-cap dl,
.psec-03__wrap .psec-03__wrap-cap dl{
  justify-content: space-between;
}
.psec-02__wrap .psec-02__wrap-cap dt,
.psec-03__wrap .psec-03__wrap-cap dt{
  min-width: 3em;
}
.psec-02__wrap .psec-02__wrap-cap dd,
.psec-03__wrap .psec-03__wrap-cap dd{
  min-width: 8em;
  width: 100%;
}

#psec-04 .imGr{
  margin-top: 60px;
}
#psec-05{
  margin-bottom: 200px;
}
#psec-05 ul > li:before{
  content: "\02014";
  position: relative;
  left: -1em; 
}
#psec-05 ul{
  list-style: none;
  padding-left: 1.5em;
  margin: 60px 0 120px;
}
.psec-05__btn{
  text-align: right;
}

@media (max-width: 640px){
  .psec-01__wrap-fig,
  .psec-04__wrap-fig{
    margin-top: 36px;
  }
  #psec-01 h3{
    writing-mode: unset;
    font-size: 18px;
    margin: 66px 0 18px;
  }
  #psec-01 .wrap-l3 .wrap-l4{
    padding: 0;
  }
  #psec-01 dt{
    min-width: 7em;
  }
  #psec-02 span.small,
  #psec-03 span.small{  
    padding-right: 12px;
    padding-bottom: 0;
  }
  .psec-02__wrap,
  .psec-03__wrap{
    margin: 36px 25px 0;
    flex-direction: column;
  }
  .psec-02__wrap .psec-02__wrap-fig,
  .psec-03__wrap .psec-03__wrap-fig{
    flex: 1;
    margin-bottom: 36px;
  }
  .psec-02__wrap .psec-02__wrap-cap,
  .psec-03__wrap .psec-03__wrap-cap{
    flex: 1;
    padding-left: 0;
  }
  .psec-02__wrap .psec-02__wrap-cap-list,
  .psec-03__wrap .psec-03__wrap-cap-list{
    margin-top: 36px;
  }
  #psec-04 .imGr{
    margin-top: 12px;
  }
  #psec-05{
    margin-bottom: 120px;
  }
  #psec-05 ul{
    margin: 36px 0 66px;
  }
}