
body {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
main{
  padding-top: 109px!important;
}
.personalcolor__inner {
  width: auto;
  max-width: 700px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.personalcolor__inner h2 {
  width: 93px;
  margin: 0 auto 32px;
  font-size: 20px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.choose_box ul{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0; 
  margin: 0;
}

.choose_box li {
  list-style: none;
  width: 47%;
  height: auto;
  aspect-ratio: 17/20;
  margin: 50px 0 0;
}

.choose_box ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: #414141;
  text-align: center;
  background-color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin: 0 auto;
  box-shadow: 0px 0px 4px #41414140;;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 768px) {
  .choose_box ul li a {
      font-size: 16px;
  }
  .choose_box ul li a:hover {
    opacity: 0.5;
  }
  .sp-hide {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

.personalcolor__q1--green {
  width: 50px;
  height: 50px;
  background-color: #DCE3D0;
  border-radius: 25px;
  margin: 0 auto;
}
.personalcolor__q1--blue {
  width: 50px;
  height: 50px;
  background-color: #DEDEF0;
  border-radius: 25px;
  margin: 0 auto;
}

.end { cursor: pointer; }

.app-theme p {
  color: #2791d4;
  margin-bottom: 5%;
  margin-top: 5%;
}


.fit {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 64px;
  text-align: center;
}

h2.personalcolor__resulttitle {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

.personalcolor__result {
  padding: 36px 10px 80px;
  position: relative;
}

.personalcolor__result--01 {
  background-color: #FFF8DE;
}

.personalcolor__result--02 {
  background-color: #DEF0FF;
}

.personalcolor__resulttext {
  text-align: center;
  margin-top: 32px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

.personalcolor__resultbox {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 32px 12px;
  border-radius: 6px;
  justify-content: space-evenly;
  max-width: 500px;
  margin: 24px auto 0;
}

.personalcolor__resultbox figure {
  width: 90px;
  height: auto;
  margin: 0;
}

.personalcolor__resultbox > div {
  width: 70%;
}

.personalcolor__resultbox h3 {
  font-size: 18px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

.personalcolor__resultbox h3 span {
  font-weight: 400;
  display: block;
  margin-top: 8px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

.personalcolor__resultbox p {
  margin-top: 14px;
  font-size: 14px;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

@media screen and (min-width: 768px) {
  .personalcolor__resultbox h3 {
      font-size: 20px;
  }

  .personalcolor__resultbox p {
      font-size: 16px;
  }

}

.custom-shape-divider-bottom-1771394535 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1771394535 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 41px;
}

.custom-shape-divider-bottom-1771394535 .shape-fill {
    fill: #FFFFFF;
}

a.personalcolor__yellowbtn {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 5px #D1BB69;
    max-width: 500px;
    width: 92%;
    margin: 24px auto 0;
    text-decoration: none;
    color: #414141;
    text-align: center;
    padding: 30px 40px 30px 20px;
    border: 1px solid #D1BB69;
    border-radius: 80px;
    position: relative;
    font-size: 14px;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

a.personalcolor__yellowbtn::after {
    content: "";
    position: absolute;
    display: block;
    right: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 20px;
    background: url(https://d2w53g1q050m78.cloudfront.net/homeinailjp/uploads/personalcolor_diagnosis/allow01.svg) no-repeat;
}
a.personalcolor__bluebtn {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 5px #4A8ABF;
    max-width: 500px;
    margin: 24px auto 0;
    width: 92%;
    text-decoration: none;
    color: #414141;
    text-align: center;
    padding: 30px 40px 30px 20px;
    border: 1px solid #DEF0FF;
    border-radius: 80px;
    position: relative;
    font-size: 14px;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}

a.personalcolor__bluebtn::after {
    content: "";
    position: absolute;
    display: block;
    right: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 20px;
    background: url(https://d2w53g1q050m78.cloudfront.net/homeinailjp/uploads/personalcolor_diagnosis/allow02.svg) no-repeat;
}

a.personalcolor__yellowbtn span,
a.personalcolor__bluebtn span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 375px) {
  a.personalcolor__yellowbtn,
  a.personalcolor__bluebtn {
    font-size: 14px;
    padding: 24px 42px 24px 14px;
  }
  a.personalcolor__yellowbtn::after,
  a.personalcolor__bluebtn::after {
    right: 22px;
  }
  a.personalcolor__yellowbtn span,
  a.personalcolor__bluebtn span {
    font-size: 15px;
  }
}

.gradation {
  background-image: linear-gradient(300deg, #def0ff, #f4fcf5 50%, #fff8de);
}

h1#personalcolor__h1 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.personalcolor__logo {
  display: inline-block;
  margin: 24px 0;
  max-width: 160px;
  height: auto;
}
.personalcolor__lead {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 16px;
}

.personalcolor__btn--top {
  display: block;
  width: 90%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}
.personalcolor__btn--top img{
  width: 100%;
  height: auto;
}

.personalcolor__question {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .personalcolor__question {
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .personalcolor__question {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  a.personalcolor__btn:hover {
    opacity: 1;
  }
}
.personalcolor__img {
  width: 50%;
  margin: 0 auto;
  max-width: 150px;
}

.personalcolor__img img {
  max-width: 100%;
  height: auto;
}

.personalcolor__backbtn,
.personalcolor__backbtn--top {
  border: 1px solid #414141;
  border-radius: 50px;
  color: #414141;
  display: block;
  font-size: 14px;
  padding: 24px 12px;
  text-align: center;
  text-decoration: none;
  max-width: 250px;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  .personalcolor__backbtn:hover,
  .personalcolor__backbtn--top:hover {
    background: #414141;
    color: #fff;
  }
}

.Group {
  margin: 0 auto 60px;
  position: relative;
  width: 100%;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  z-index: 0;
}
.Group-Bar {
  position: absolute;
  top: 18px;
  left: 5%;
  width: 90%;
  height: 1px;
  background: #C9C9C9;/*バーの色*/
  z-index: -1;
}
.Group-Bar.q2 {
  background: linear-gradient(to right, #F5C5BA 25%, #C9C9C9 25%,  #C9C9C9 25%,  #C9C9C9 25%);
}
.Group-Bar.q3 {
  background: linear-gradient(to right, #F5C5BA 50%, #C9C9C9 50%);
}
.Group-Bar.q4 {
  background: linear-gradient(to right, #F5C5BA 75%, #C9C9C9 25%);
}
.Group-Bar.q5 {
  background: #F5C5BA;
}
@media screen and (min-width: 768px) {
  .Group-Bar {
    top: 17px;
    height: 1px;
  }
}
.Shapeborder.isActive {
  border: 1px solid #F5C5BA;
}
.Circle {
  border-radius: 50%;
}
.Group-Item {
  color: #C9C9C9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Group-Item.isActive {
  color: #F5C5BA;
}
.Group-Item-CircleOuter {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .Group-Item-CircleOuter {
    width: 34px;
    height: 34px;
  }
}
.Group-Item-CircleOuter.isActive {
  background: #fff;
}
.Group-Item-CircleInner {
  width: 28px;
  height: 28px;
  background-color: #C9C9C9;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .Group-Item-CircleInner {
    width: 28px;
    height: 28px;
  }
}
.Group-Item-CircleInner.isActive {
  background: #F5C5BA;
}
.Group-Item-CircleInner:last-of-type::after {
  content: none;
}
.Group-Item-Text {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 600;
}

#answer_01,
#answer_02 {
  padding-bottom: 60px;
}