.lp2305 {
  min-width: 1000px;
  height: 100%;
  background-color: #a5d9f6;
  overflow-x: auto;
}

.fade {
  transition: all 1000ms;
  opacity: 0;
  transform: translate(0, 100px);
}

.fadein {
  opacity: 1;
  transform: translate(0, 0);
}

.main {
  box-sizing: border-box;
  width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}

header {
  position: relative;
}

h1 {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.logo {
  width: 142px;
}

.achievement {
  display: flex;
  padding: 5px;
  flex-direction: column;
  position: absolute;
  right: 30px;
  top: 0;
}

.achievement img {
  height: 86px;
  width: 84px;
}

.orange-btn {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  border: solid 5px #fff;
  width: 620px;
  height: 100px;
  border-radius: 50px;
  background-color: #ff7d0a;
  box-shadow: 0 5px 0 rgba(0,50,200,0.3);
  line-height: 104px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  margin-top: 12px;
}

header .orange-btn {
  position: absolute;
  top: 502px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-top: 0;
}

.orange-btn:visited {
  color: #fff;
}

.orange-btn::before {
  content: "";
  height: 100%;
  width: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: -70px;
  color: #fff;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
  animation: shine 1.4s;
  animation-iteration-count: infinite;
}

.orange-btn::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 40px;
  top: 48%;
}

.orange-btn:visited {
  color: #fff;
}

@keyframes shine {
  0% {
    left: -70px;
  }
  50% {
    left: -70px;
  }
  100% {
    left: 125%;
  }
}

.no1 {
  transition: all 0.2s;
}

.no1:hover{
  opacity: 0.7;
}

section {
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 60px 80px;
  margin-bottom: 60px;
  box-shadow: 0 7px 0 rgba(0,50,200,0.2);
  position: relative;
  font-size: 24px;
  line-height: 40px;
  color: #222;
}
section:first-of-type {
  padding-bottom: 0;
}
section:nth-of-type(2) {
  margin-top: -40px;
}

h2 {
  text-align: center;
  font-size: 36px;
  color: #00c300;
  margin: 60px 0;
}

h3 {
  text-align: center;
  margin: 0 0 40px;
}

/* 位置調整 */
.wrap {
  text-align: center;
  margin-bottom: 40px;
}
.wrap--mb-none {
  margin-bottom: 0;
}

/* よくある質問 */
.accordion {
  background-color: #eef8ed;
  color: #333;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 30px;
  font-weight: bold;
  transition: 0.4s;
  margin-bottom: 5px;
  text-indent: -65px;
  padding: 20px 90px;
  position: relative;
}

.accordion:hover {
  background-color: #f5fbf5;
}

.accordion::after {
  background-image: url(../images/qa_arrow.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 47%;
  right: 36px;
  transform: rotate(180deg);
  width: 27px;
  height: 16px;
}

.accordion.active::after {
  transform: rotate(0deg);
}

.panel {
  padding: 0 90px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  color: #333;
  cursor: default;
}

/* 下部スタートボタン */
.start a {
  cursor: pointer;
  transition: all 0.2s;
}
.start a:hover {
  opacity: 0.7;
}

/* form */
.cv {
  position: relative;
  margin: 60px 0 65px;
}
.cv::before {
  content: url(../images/stamp3.svg);
  position: absolute;
  width: 100vw;
  top: 50%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  height: 70px;
  background-color: #e2f4f3;
  box-sizing: border-box;
  padding: 15px 0;
}
.cv::after {
  content: url(../images/stamp2.svg);
  position: absolute;
  top: 161px;
  right: -103px;
}

.cv--arrow .cv__btn-area::before {
  content: url(../images/arrow.svg);
  display: block;
  text-align: center;
  margin: 20px 0;
}

.cv__btn-area__inner {
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 7px 0 rgba(0,50,200,0.2);
}

.cv__btn-area__text {
  background-color: #00c300;
  height: 100px;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 100px;
  letter-spacing: 1.3px;
  border-radius: 10px 10px 0 0;
}

.cv__btn-area__text span {
  font-size: 40px;
  cursor: default;
}

.cv__btn-area--from {
  padding: 5px 5px 30px;
}

.cv__btn-area__first::before {
  content: '';
  position: absolute;
  background-image: url(../images/cv_btn_bal.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: -40px;
  left: 40px;
  width: 264px;
  height: 73px;
}

.cv__btn-area__first span {
  background: #fff;
    color: #00c300;
    padding: 3px 5px;
    margin-right: 5px;
}

.v2-cityFormBox__step__wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  height: 94px;
}

.v2-cityFormBox__step {
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
}

.v2-cityFormBox__step.js-step-current select {
  height: 40px;
  background-color: #fff;
  cursor: pointer;
}

.v2-cityFormBox__step .input {
  border: 2px solid #999;
  border-radius: 6px;
  position: relative;
  background-color: #f8f8f8;
  box-sizing: border-box;
  text-align: right;
}

.v2-cityFormBox__step .input::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  right: 8px;
  top: 48%;
}

.v2-cityFormBox__step.js-step-current .input {
  border: 3px solid #00c300;
  border-radius: 6px;
  background-color: #fff;
}

.v2-cityFormBox__step.done .input {
  border: 2px solid #00c300;
  border-radius: 6px;
  background-color: #f8f8f8;
}
.v2-cityFormBox__step.done .input::after {
  content: none;
}


.v2-cityFormBox__step__label {
  text-align: left;
  font-size: 20px;
  color: #75665d;
  font-weight: bold;
  margin-bottom: 10px;
  cursor: default;
}

.v2-cityFormBox__step__wrap select {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-size: 17px;
  padding: 5px;
  border-radius: 4px;
  border: none;
  background-color: #f8f8f8;
  outline: none;
  -webkit-appearance:none;
}

.v2-cityFormBox__submit {
  text-align: center;
  margin-top: 25px;
}

.v2-cityFormBox__btn {
  width: 600px;
  background-color: #f6f6f6;
  color: #b3b3b3;
  height: auto;
  border: 0;
  border-radius: 10px;
  padding: 15px;
  min-height: 65px;
  letter-spacing: 1.6px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  outline: none;
  position: relative;
}
.v2-cityFormBox__btn:after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #b3b3b3;
}
.v2-cityFormBox__btn span {
  position: absolute;
  font-weight: normal;
  font-size: 24px;
  line-height: 74px;
  top: 0;
  left: 0;
  background: #b3b3b3;
  color: #fff;
  height: 100%;
  border-radius: 10px 32px 32px 10px;
  padding: 0 20px;
}
.v2-cityFormBox__btn::before {
  content: url(../images/stamp1.svg);
  display: block;
  top: -10px;
  left: -165px;
  position: absolute;
  cursor: default;
}

.js-laststep .v2-cityFormBox__btn {
  background-color: #ff7d0a;
  color: #fff;
}
.js-laststep .v2-cityFormBox__btn:after {
  border-color: transparent transparent transparent #fff;
}
.js-laststep .v2-cityFormBox__btn span {
  background-color: #ffdf33;
  color: #ff7d0a;
}

.v2-cityFormBox__step.done .doneIcon {
  position: absolute;
  left: 62px;
  background-color: #00c300;
  width: 28px;
  height: 28px;
  margin-top: -40px;
  text-align: center;
  border-radius: 50%;
  display: block;
}
.doneIcon {
  display: none;
}
.doneIcon img {
  padding-top: 5px;
  width: 20px;
  height: 20px;
}

/* footer */
.footer {
  background: #b1a9a9;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5px 0;
}
.footer p {
  position: relative;
  margin: 0 10px 0 0;
  font-size: 10px;
  line-height: 1.8;
  color: #7d7d7d;
}
.footer p::after {
  position: absolute;
  content: '';
  height: 13px;
  width: 1px;
  background-color: #7d7d7d;
  top: 5px;
  right: -5px;
}
.footer p:last-child {
  margin-right: 0;
}
.footer p:last-child::after {
  content: none;
}

.footer a {
  color: #7d7d7d;
  text-decoration: underline;
}

/* セレクトボックスの活性 */
.js-step {
  pointer-events: none;
}
.done, .js-step-current {
  pointer-events: auto;
}
