@charset "UTF-8";
/* /menu/flow/
-------------------*/
body {
  background: #f5f1ef;
}
#area01 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.flowList {
  padding-left: 60px;
}
.flowList > ul > li {
  border-left: 8px solid #e6e7ea;
  position: relative;
}
.flowList > ul > li:last-child {
  border-left: 8px solid #f5f1ef;
}
.flowList > ul > li > .number {
  position: absolute;
  left: -63px;
  top: 0;
  display: inline-block;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background: #979ba4;
  text-align: center;
  line-height: 110px !important;
  font-size: 90px;
  font-size: 9rem;
  color: #bbbec6;
  font-family: 'Crimson Text', serif;
}
.flowInr {
  padding-left: 80px;
  padding-bottom: 120px;
  padding-top: 20px;
}
.flowInr h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 200;
  margin-bottom: 40px;
  line-height: 1.7;
}
.flowInr h2 small {
  font-size: 24px;
  font-size: 2.4rem;
}
.flowInr .date {
  margin-bottom: 10px;
}
.flowInr .date span {
  border: 1px solid #ccc;
  padding: 3px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Noto Serif JP', serif;
}
.flowInr .txt {
  margin-bottom: 60px;
  font-size: 16px;
  font-size: 1.6rem;
}
.checkBox {
  border: 1px solid #dddddd;
  background: #fff;
  padding: 60px;
  position: relative;
  margin-bottom: 40px;
}
.checkHead {
  position: absolute;
  left: 0;
  top: -20px;
}
.checkHead span {
  position: relative;
  display: inline-block;
  padding: 13px 20px 15px;
  max-width: 100%;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  background: #b07121;
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  z-index: 0;
}
.checkHead span:before {
  content: "";
  width: 10px;
  height: 15px;
  position: absolute;
  top: 90%;
  left: 0;
  margin-top: -15px;
  box-sizing: border-box;
  border: 15px solid transparent;
  border-right: 30px solid #b07121;
  z-index: -1;
}
.checkList {
  display: flex;
  flex-wrap: wrap;
}
.checkList li {
  width: 50%;
  text-indent: -1.4em;
  padding-left: 1.4em;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}
.checkList li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f14a';
  font-weight: 400;
  margin-right: 10px;
  color: #6d9cc2;
}
.checkList li:last-child {
  margin-bottom: 0;
}
.iconList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iconList ul li {
  display: flex;
  justify-content: space-between;
  width: 48%;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.iconList ul li .icon {
  width: 20%;
}
.iconList ul li dl {
  width: 75%;
}
.iconList ul li dl dt {
  color: #b07121;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.iconList ul li dl dd {
  line-height: 1.7;
}
.stepList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stepList ul li {
  width: 19%;
  position: relative;
  max-width: 190px;
}
.stepList ul li span {
  display: block;
  background: #fff;
  border-radius: 50px;
  font-size: 21px;
  font-size: 2.1rem;
  text-align: center;
  font-weight: bold;
  color: #b07121;
  padding: 10px 0;
}
.stepList ul li:after {
  content: '';
  width: 30px;
  height: 30px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -24%;
}
.stepList ul li:last-child:after {
  display: none;
}
.imgList ul {
  display: flex;
}
.imgList ul li {
  width: 48%;
  margin-right: 4%;
}
.imgList ul li:nth-child(2) {
  margin-right: 0;
}
/* for pc resize
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
  .checkList li {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .stepList ul li span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .checkBox {
    padding: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .flowInr {
    padding-left: 50px;
  }
  .flowList > ul > li > .number {
    left: -44px;
    width: 80px;
    height: 80px;
    line-height: 80px !important;
    font-size: 50px;
    font-size: 5rem;
  }
  .flowList {
    padding-left: 30px;
  }
}
/* for sp
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
  .flowInr .date span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .flowInr h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .flowInr h2 small {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .checkList li {
    width: 100%;
  }
  .stepList ul li span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .stepList ul li {
    width: 23%;
  }
  .stepList ul li::after {
    right: -11%;
  }
  .imgList ul li {
    width: 49%;
    margin-right: 2%;
  }
  .flowInr .txt {
    margin-bottom: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .flowInr {
    padding-bottom: 60px;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .flowList {
    padding-left: 10px;
  }
  .flowList > ul > li > .number {
    left: -25px;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    font-size: 40px;
    font-size: 4rem;
  }
  .flowList > ul > li {
    border-left: 5px solid #e6e7ea;
  }
  .flowList > ul > li:last-child {
    border-left: 5px solid #f5f1ef;
  }
  .flowInr {
    padding-left: 30px;
  }
  .flowInr .date span {
    padding: 3px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .flowInr h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .flowInr h2 small {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
  }
  .checkHead span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .checkList li {
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    text-indent: -1.3em;
    padding-left: 1.3em;
    line-height: 1.4 !important;
  }
  .checkBox {
    padding: 40px 20px 30px;
    margin-bottom: 20px;
  }
  .checkList li:before {
    margin-right: 6px;
  }
  .iconList ul li {
    width: 100%;
  }
  .iconList ul li dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .stepList {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .stepList ul {
    width: 500px;
  }
  .stepList ul li:after {
    width: 20px;
    height: 20px;
  }
}