@charset "utf-8";

/* --------------------
common
-------------------- */

.content.bg .item-list li .lead {
 text-align: left;
 font-size: 16px;
}

.content.bg .item-list li .title span {
 font-size: 20px;
 color: #333;
}


/* --------------------
.btn
-------------------- */
.flow .btn .fa {
  right: -60%;
  font-size: 16px;
}

/* btn  */

.btn.white.positon-botom {
  bottom: 0;
  width: calc(100% - 40px);
  padding-bottom: 0;
}

.flow .btn.white .click-area {
  background-color: #fff;
  border: 1px solid #2C95BB;
  box-shadow: none;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #2C95BB;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.flow .btn.white .click-area .text {
  color: #2C95BB;
}

.flow .btn.white .click-area:hover {
  background-color: #2C95BB;
  text-decoration: none;
  color: #fff;
}

.flow .btn.white .click-area:hover .text {
  color: #fff;  
}

.flow .btn.white.footer-normal {
  margin: 0 auto;
  padding: 20px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .flow .btn {
    width: 100%;
  }

  .flow .lead.center {
    text-align: left;
  }

  .flow .btn.white.footer-normal {
    width: 100%;
    margin:  0;
  }

  .flow .btn.white.footer-normal {
    width: auto;
    margin-top: 0;
    padding-top: 0;
  }
}


/* --------------------
.flow
-------------------- */
.flow .section {
  position: relative;
}

.flow .section .inner {
  position: relative;
  width: 100%;
}

.flow .section .inner .summary {
  width: calc(100% - 140px);
  top: -80px;
  left: 90px;
  position: relative;
  padding: 20px 20px 20px 0;
  min-height: 40px;
  text-align: left;
  display: block;
}

/* .step-area  */
.flow .section .inner .step-area {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: #2C95BB;
  z-index: 80;
}

.flow .section .inner::after {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #7DBED6;
  position: absolute;
  top: 0;
  left: 33px;
}

.flow .section .inner .step-area .step-label {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 14px;
  color: #fff;
}

.flow .section .inner .step-area .step-no {
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 8px;
  left: 32px;
}

/* .headline  */
.flow .section .headline {
  border: none;
  position: relative;
  top: 5px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  text-align: left;
}

.flow .section .headline span {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.flow .section .headline span::before {
  content: none;
}

.flow .section .headline span .fa {
  margin-left: 10px;
}

.flow .section .headline .click-area {
  background: none;
  color: #333;
  line-height: 1.75rem;
  padding-left: 0;
}

.flow .section .lead.left {
  text-align: left;
  position: relative;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .flow .section .inner .step-area {
    top: -20px;
    left: -10px;
    width: 50px;
    height: 50px;
  }
  .flow .section .inner::after {
   left: 10px;
  }
  .flow .section .inner .step-area .step-label {
    font-size: 10px;
    left: 12px;
    top: 7px;
  }
  .flow .section .inner .step-area .step-no {
    font-size: 20px;
    bottom: 4px;
    left: 19px;
  }
  .flow .section .headline .click-area {
    font-size: 20px;
  }
  .flow .section .headline span {
    font-size: 20px;
    text-align: left;
  }
  .flow .section .inner .summary {
    left: 50px;
    width: calc(100% - 42px);
  }
  .flow .section .headline {
    line-height: 2rem;
  }
  .flow .section .lead.left {
    left: 0;
  }
}

/* --------------------
#step1
-------------------- */
.step1 .headline {
  margin-bottom: 0;
}

.step1.section::after {
  left: 25%;
  bottom: -95px;
}

.step1.section .summary {
  bottom: 8px;
}

.step1 .label {
  background-color: #333;
  display: inline-block;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 12px;
  margin-right: 10px;
  border-radius: 5px;
  position: relative;
  bottom: 2px;
  margin-bottom: 10px;
  line-height: 1;
}

.step1.section .summary .headline {
  margin-bottom: 20px;
}

.step1.section .summary .pattern-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 20px;
  margin-top: 30px;
}

.step1.section .summary .pattern-list .pattern-item {
  width: calc(50% - 40px);
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 10%) 2px 2px 0;
  position: relative;
  display: flex;
  flex-direction: column;
}

.flow .step1 .btn.white {
  margin: auto 0 0 0;
  width: auto;
}

.flow .step1.section .summary .pattern-list .pattern-item .inner {
  margin-bottom: 20px;
}

.flow .step1.section .summary .pattern-list .pattern-item .inner::after {
  content: none;
}

.flow .step1.section .summary .pattern-list .pattern-item .inner .image {
  margin-bottom: 20px;
  text-align: center;
}

.flow .step1.section .summary .pattern-list .pattern-item .inner .image img {
  height: 240px;
  width: auto;
}

.step1.section .summary .pattern-list .pattern-item .product-title {
  margin-bottom: 0;
}

.step1.section .summary .pattern-list .pattern-item .product-title .text {
 color: #333;
 font-size: 24px;
 line-height: 1.5em;
}

.pattern-list .price-score {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pattern-list .price-score .tax-included {
  font-size: 16px;
}

.step1.section .summary .pattern-list .pattern-item .ul-list {
 margin: 20px 0;
}

.step1.section .summary .pattern-list .pattern-item .ul-list.list-style-type-none {
  text-indent: 0;
}

.step1.section .summary .pattern-list .pattern-item .ul-list.list-style-type-none li {
  position: relative;
  font-size: 16px;
  color: #333;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
  text-indent: 0;
}

.step1.section .summary .pattern-list .pattern-item .ul-list.list-style-type-none li:before {
  content: none;
}

.step1.section .summary .pattern-list .pattern-item .ul-list li:last-child {
  margin-bottom: 0;
}

.step1.section .summary .pattern-list .pattern-item .ul-list li .note {
  font-size: 14px;
  color: #333;
  margin-left: 10px;
}

.step1.section .summary .pattern-list .pattern-item .ul-list li::before {
  content: "・";
}

@media only screen and (max-width: 960px) {
  .flow .step1.section .summary .pattern-list .pattern-item .inner .image img {
    width: 100%;
    height: auto;
  }

  .step1.section .summary .pattern-list .pattern-item .product-title {
    margin-bottom: 0;
  }

  .step1.section .summary .pattern-list .pattern-item .product-title .text {
    font-size: 16px;
  }

  .pattern-list .price-score {
    font-size: 16px;
  }

  .step1.section .summary .pattern-list .pattern-item .ul-list.list-style-type-none li {
    font-size: 14px;
    margin-bottom: 4px;
  }

 .step1 .label {
  font-size: 12px;
  margin-bottom: 10px;
  width: 40%;
  text-align: center;
 }

 .flow .section .lead.left {
  font-size: 14px;
 }

 .flow .step1.section .summary .pattern-list .pattern-item .inner .btn {
   width: 100%;
 }
}

@media only screen and (max-width: 767px) {
 .step1.section .summary .pattern-list {
  display: block;
 }

 .step1.section .summary .pattern-list .pattern-item {
  display: block;
  width: auto;
  margin-bottom: 40px;
 }

 .step1.section .summary .pattern-list .pattern-item:last-child {
  margin-bottom: 0;
 }

 .step1.section .summary::after {
  content: none;
 }

 .step1.section::after {
  left: calc(50% - 58px);
 }
}


/* --------------------
.step2
-------------------- */
.step2.section .summary {
  padding-top: 5px;
}

.step2 .summary .headline {
 text-align: left;
 position: relative;
 display: block;
 margin-bottom: 40px;
}

.step2 .summary .headline .label {
 background-color: #333;
 display: inline-block;
 color: #fff;
 padding: 5px 10px;
 font-weight: normal;
 margin-right: 10px;
 border-radius: 5px;
 position: relative;
 bottom: 2px;
 font-size: 12px;
}

.step2 .summary .btn {
  margin: 20px 0 0 0;
  max-width: 360px;
}

@media only screen and (max-width:  767px) {
 .step2 .summary .headline {
  left: 10px;
  margin-bottom: 20px;
 }

 .step2 .summary .headline .label {
  display: block;
  margin-bottom: 10px;
  max-width: 40%;
 }

 .flow .section .headline .click-area {
  font-size: 16px;
 }

 .step2.section .summary {
  padding-top: 15px;
 }

 .step2.section .summary::after {
  content: none;
 }

 .step2.section::after {
  left: calc(50% - 58px);
 }

 .step2 .summary .btn {
  margin: 20px 0 0 0;
  max-width: 100%;
  }
}

/* --------------------
.step3
-------------------- */
.step3 .summary .subheadline {
  padding-top: 10px;
  margin-bottom: 10px;
}

.step3 .summary .subheadline span {
  font-size: 20px;
}

.step3 .summary .lead {
  margin-bottom: 10px;
}

.step3 .summary .btn {
  margin: 20px 0 0 0;
  max-width: 360px;
}

/* --------------------
.step4
-------------------- */
.step4.section {
 margin-bottom: 20px;
}

.step4.section .inner::after {
  content: none;
}

.step4 .summary .subheadline {
  padding-top: 10px;
  margin-bottom: 10px;
}

.step4 .summary .subheadline span {
  font-size: 20px;
}

.step4 .summary .lead {
  margin-bottom: 10px;
}

.step4 .note .text-link {
  display: inline;
}

.step4 .note .text-link .fa {
  text-indent: 0;
  padding-left: 5px;
}

.step4 .btn-area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.step4 .btn-area .btn {
  width: 100%;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .step4 .btn-area {
    display: block;
  }
  .step4 .btn-area .btn {
    flex-direction: column;
    margin: 0 0 20px 0;
  }
}