#talk-section {
  position: relative;
  z-index: 0;
}
#talk-section:before, #talk-section:after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 100px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
#talk-section:before {
  background: rgb(253, 220, 253);
  background: linear-gradient(90deg, rgb(253, 220, 253) 0%, rgb(254, 238, 226) 100%);
  transform: skewY(3deg);
  z-index: -1;
}
#talk-section:after {
  background: rgb(255, 204, 255);
  background: linear-gradient(90deg, rgb(255, 204, 255) 45%, rgb(251, 220, 239) 100%);
  transform: skewY(-3deg);
  z-index: -2;
}

.main-title {
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  z-index: 0;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .main-title img {
    width: 60%;
  }
}
.main-title:before, .main-title:after {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  z-index: -1;
}
.main-title:before {
  background-image: url(../img/top/s4-title-img1.png);
  width: 300px;
  height: 462px;
  left: 0;
}
@media screen and (min-width: 1201px), print {
  .main-title:before {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .main-title:before {
    width: 17.5vw;
    height: 26.95vw;
  }
}
@media screen and (max-width: 750px) {
  .main-title:before {
    width: 19.53125vw;
    height: 30.078125vw;
  }
}
.main-title:after {
  background-image: url(../img/top/s4-title-img2.png);
  width: 328px;
  height: 467px;
  right: 0;
}
@media screen and (min-width: 1201px), print {
  .main-title:after {
    transform: translateX(50%);
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .main-title:after {
    width: 19.1333333333vw;
    height: 27.2416666667vw;
  }
}
@media screen and (max-width: 750px) {
  .main-title:after {
    width: 21.3541666667vw;
    height: 30.4036458333vw;
  }
}

.title-caption {
  text-align: center;
  font-size: 1.2222222222em;
  letter-spacing: 0.075em;
  line-height: 1.8181818182;
}

.contents-width {
  width: 90%;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}

.mv {
  text-align: center;
}

#mv-section .more-btn {
  max-width: 460px;
  width: 80%;
}
#mv-section .more-btn-box {
  max-width: 1060px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mv-section .more-btn-box .more-btn {
  width: 45%;
}
@media screen and (max-width: 750px) {
  #mv-section .more-btn-box .more-btn {
    width: 100%;
  }
  #mv-section .more-btn-box .more-btn:nth-child(n+2) {
    margin-top: 3vw;
  }
}

.session-contents {
  background: rgb(255, 243, 251);
  background: linear-gradient(176deg, rgb(255, 243, 251) 0%, rgb(255, 250, 253) 50%, rgb(255, 243, 251) 100%);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  width: 100%;
}
.session-contents:before, .session-contents:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background: linear-gradient(to right, transparent, transparent 5px, #000 5px, #000 10px);
  background-size: 10px 3px;
}
.session-contents:before {
  top: 5px;
}
.session-contents:after {
  bottom: 5px;
}

.member > h3 {
  text-align: center;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.member > h3 span {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.member-list > ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1201px), print {
  .member-list > ul {
    justify-content: space-between;
  }
}
.member-list li {
  text-align: center;
}
@media screen and (min-width: 1201px), print {
  .member-list li {
    width: 19%;
    max-width: 200px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .member-list li {
    width: 18%;
    margin-left: 2%;
  }
  .member-list li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .member-list li {
    width: 48%;
    margin-right: 4%;
  }
  .member-list li:nth-child(2n) {
    margin-right: 0;
  }
  .member-list li:nth-child(n+3) {
    margin-top: 5vw;
  }
}
.member-name {
  margin-top: 5px;
  margin-bottom: 10px;
  max-width: 146px;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.member-photo {
  max-width: 160px;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.pagenavi {
  border: 1px solid #000;
  background: #fffaf0;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 2px 0 #000;
  padding: 50px;
}
@media screen and (max-width: 1200px) {
  .pagenavi {
    padding: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .pagenavi {
    border-radius: 2.6041666667vw;
  }
}
.pagenavi li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .pagenavi li:not(:last-child) {
    margin-bottom: 2vw;
  }
}
.pagenavi dl {
  display: flex;
  flex-wrap: wrap;
}
.pagenavi dl dt {
  position: relative;
  width: 170px;
}
@media screen and (min-width: 751px), print {
  .pagenavi dl dt {
    margin-right: 30px;
  }
  .pagenavi dl dt img {
    width: 140px;
  }
}
@media screen and (max-width: 750px) {
  .pagenavi dl dt {
    width: 25%;
  }
}
@media screen and (min-width: 751px), print {
  .pagenavi dl dt:after {
    content: "";
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, transparent 2px, #7c676e 2px, #7c676e 4px);
    background-size: 2px 5px;
  }
}
.pagenavi dl dd {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .pagenavi dl dd {
    margin-top: 2vw;
    padding-left: 28px;
    width: 100%;
  }
}
.pagenavi dl dd:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 31px;
  background: url(../img/zadankai/page-navi-icon.png) no-repeat left top/100% auto;
  left: 0;
}
@media screen and (max-width: 750px) {
  .pagenavi dl dd:before {
    width: 21px;
    height: 21.7px;
  }
}

.discussion > .discussion-section {
  position: relative;
}
.discussion > .discussion-section:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #927e8a 3px, transparent 3px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
}
.discussion > .discussion-section:last-child:after {
  display: none;
}
.discussion .dis-tle {
  text-align: center;
  width: 90%;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .discussion .dis-tle {
    width: 46%;
  }
}
.discussion .theme-box {
  background: #f13f8f;
  border-radius: 30px;
  padding: 30px 45px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .discussion .theme-box {
    max-width: 750px;
  }
}
@media screen and (max-width: 750px) {
  .discussion .theme-box {
    padding: 5vw 5%;
    border-radius: 3.90625vw;
  }
}
.discussion .theme-title {
  text-align: center;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.discussion .theme-member-box {
  margin-top: 30px;
  background: #fff;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  .discussion .theme-member-box {
    border-radius: 2.6041666667vw;
  }
}
.discussion .theme-member-box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 20px solid #ffffff;
  border-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: 0;
  transform: translateY(-100%);
}
.discussion-image {
  text-align: center;
}
.discussion-image2 {
  text-align: center;
  width: 90%;
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.discussion .col-2 {
  width: 48.5%;
}
.discussion .talk:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .discussion .talk:not(:first-child) {
    margin-top: 3vw;
  }
}
.discussion .talk-box .member1 dd {
  background-color: #f0ebff;
}
.discussion .talk-box .member2 dd {
  background-color: #edfcff;
}
.discussion .talk-box .member3 dd {
  background-color: #ffece6;
}
.discussion .talk-box .member4 dd {
  background-color: #ebfbe6;
}
.discussion .talk-box .member5 dd {
  background-color: #fee2f1;
}
.discussion .talk dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.discussion .talk dl dt {
  width: 97px;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .discussion .talk dl dt {
    width: 15%;
  }
}
@media screen and (max-width: 750px) {
  .discussion .talk dl dt {
    width: 20%;
  }
}
.discussion .talk dl dt img {
  display: block;
}
.discussion .talk dl dt span {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.discussion .talk dl dd {
  max-width: 770px;
  width: 90%;
  box-sizing: border-box;
  border: 1px solid #000;
  box-shadow: 0 2px 0 #000;
  border-radius: 12px;
  position: relative;
  padding: 30px;
  z-index: 0;
  font-size: 1.0555555556em;
  line-height: 1.8;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .discussion .talk dl dd {
    width: 70%;
  }
}
@media screen and (max-width: 750px) {
  .discussion .talk dl dd {
    padding: 5%;
    width: calc(80% - 20px);
  }
}
.discussion .talk dl dd:before, .discussion .talk dl dd:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
}
.discussion .talk dl dd:before {
  top: 40px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .discussion .talk dl dd:before {
    top: 5vw;
  }
}
.discussion .talk dl dd:after {
  top: 39px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .discussion .talk dl dd:after {
    top: calc(5vw - 1px);
  }
}
.discussion .talk dl dd p {
  letter-spacing: -0.07em;
}
.discussion .talk:nth-child(odd).member1 dd:before {
  border-right: 18px solid #f0ebff;
}
.discussion .talk:nth-child(odd).member2 dd:before {
  border-right: 18px solid #edfcff;
}
.discussion .talk:nth-child(odd).member3 dd:before {
  border-right: 18px solid #ffece6;
}
.discussion .talk:nth-child(odd).member4 dd:before {
  border-right: 18px solid #ebfbe6;
}
.discussion .talk:nth-child(odd).member5 dd:before {
  border-right: 18px solid #fee2f1;
}
.discussion .talk:nth-child(odd) dl {
  justify-content: flex-start;
}
.discussion .talk:nth-child(odd) dt {
  order: 1;
}
.discussion .talk:nth-child(odd) dd {
  order: 2;
  margin-left: 40px;
}
@media screen and (max-width: 750px) {
  .discussion .talk:nth-child(odd) dd {
    margin-left: 20px;
  }
}
.discussion .talk:nth-child(odd) dd:before {
  left: 0;
  transform: translateX(-100%);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 0;
}
.discussion .talk:nth-child(odd) dd:after {
  left: 0;
  transform: translateX(-100%);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 0;
  border-right: 19px solid #000;
}
.discussion .talk:nth-child(even).member1 dd:before {
  border-left: 18px solid #f0ebff;
}
.discussion .talk:nth-child(even).member2 dd:before {
  border-left: 18px solid #edfcff;
}
.discussion .talk:nth-child(even).member3 dd:before {
  border-left: 18px solid #ffece6;
}
.discussion .talk:nth-child(even).member4 dd:before {
  border-left: 18px solid #ebfbe6;
}
.discussion .talk:nth-child(even).member5 dd:before {
  border-left: 18px solid #fee2f1;
}
.discussion .talk:nth-child(even) dl {
  justify-content: flex-end;
}
.discussion .talk:nth-child(even) dt {
  order: 2;
}
.discussion .talk:nth-child(even) dd {
  order: 1;
  margin-right: 40px;
}
@media screen and (max-width: 750px) {
  .discussion .talk:nth-child(even) dd {
    margin-right: 20px;
  }
}
.discussion .talk:nth-child(even) dd:before {
  right: 0;
  transform: translateX(100%);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 18px solid #ffffff;
  border-right: 0;
}
.discussion .talk:nth-child(even) dd:after {
  right: 0;
  transform: translateX(100%);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 0;
  border-left: 19px solid #000;
}
.discussion .talk .maker {
  display: inline;
  padding-right: 0.3em;
  padding-left: 0.3em;
}
.discussion .talk .maker.bg-yellow {
  background: #fff601;
}
.discussion .talk .maker.bg-pink {
  background: #f46dd3;
  color: #fff;
}

.first-session .member > h3 {
  max-width: 270px;
}
@media screen and (max-width: 750px) {
  .first-session .member > h3 {
    width: 52%;
  }
}
@media screen and (max-width: 1200px) {
  .first-session-part1 .theme-member-box {
    padding: 5%;
  }
}
.first-session-part1 .theme-member-box > div {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .first-session-part1 .theme-member-box > div {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .first-session-part1 .theme-member-box > div {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .first-session-part1 .theme-member-box > div {
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
}
.first-session-part1 .theme-member-box > div:after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .first-session-part1 .theme-member-box > div:after {
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #927e8a 3px, transparent 3px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.first-session-part1 .theme-member-box > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.first-session-part1 .theme-member-box > div:last-child:after {
  display: none;
}
.first-session-part1 .theme-member-box .yesno-box {
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 0.9444444444em;
  align-self: flex-start;
}
@media screen and (max-width: 1200px) {
  .first-session-part1 .theme-member-box .yesno-box {
    padding: 2vw 1vw;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .first-session-part1 .theme-member-box .yesno-box {
    width: 17%;
  }
}
@media screen and (max-width: 750px) {
  .first-session-part1 .theme-member-box .yesno-box {
    width: 23%;
  }
}
.first-session-part1 .theme-member-box .yesno-box span {
  position: relative;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .first-session-part1 .theme-member-box .yesno-box span {
    font-size: 1vw;
  }
}
@media screen and (max-width: 750px) {
  .first-session-part1 .theme-member-box .yesno-box span {
    font-size: 1.953125vw;
  }
}
.first-session-part1 .theme-member-box .yesno-box span:before {
  margin-right: auto;
  margin-left: auto;
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .first-session-part1 .theme-member-box .yesno-box span:before {
    width: 41px;
    height: 42px;
  }
}
@media screen and (max-width: 750px) {
  .first-session-part1 .theme-member-box .yesno-box span:before {
    width: 5.3385416667vw;
    height: 5.46875vw;
  }
}
.first-session-part1 .theme-member-box .yesno-box.box-no {
  background: #eef9ff;
  border-color: #c9e3f1;
  color: #3c75ff;
}
.first-session-part1 .theme-member-box .yesno-box.box-no span:before {
  background-image: url(../img/zadankai/no.png);
}
.first-session-part1 .theme-member-box .yesno-box.box-yes {
  background: #ffe8f2;
  border-color: #f9cee1;
  color: #fc67aa;
}
.first-session-part1 .theme-member-box .yesno-box.box-yes span:before {
  background-image: url(../img/zadankai/yes.png);
}
.first-session-part1 .theme-member-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: 7px;
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .first-session-part1 .theme-member-list {
    width: 79%;
  }
}
@media screen and (max-width: 750px) {
  .first-session-part1 .theme-member-list {
    width: 72%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  .first-session-part1 .theme-member-list li {
    width: 19%;
    margin-right: 2%;
  }
  .first-session-part1 .theme-member-list li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .first-session-part1 .theme-member-list li {
    width: 32%;
    margin-right: 2%;
  }
  .first-session-part1 .theme-member-list li:nth-child(3n) {
    margin-right: 0;
  }
  .first-session-part1 .theme-member-list li:nth-child(n+4) {
    margin-top: 3vw;
  }
}
.first-session-part1 .theme-member-list li .name {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1201px), print {
  .first-session-part1 .theme-member-box {
    display: flex;
    padding: 30px;
  }
  .first-session-part1 .theme-member-box > div:after {
    width: 3px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #927e8a 3px, transparent 3px);
    background-size: 3px 10px;
    background-repeat: repeat-y;
  }
  .first-session-part1 .theme-member-box > div.no {
    padding-right: 35px;
    margin-right: 35px;
  }
  .first-session-part1 .theme-member-box > div:last-child:after {
    display: none;
  }
  .first-session-part1 .theme-member-box .yesno-box {
    width: 130px;
    padding: 20px 10px;
  }
  .first-session-part1 .theme-member-box .yesno-box span:before {
    width: 41px;
    height: 42px;
  }
  .first-session-part1 .theme-member-box li {
    width: 95px;
    margin: 0 7px;
  }
}
.first-session-part2 .theme-member-box ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 5% 0;
}
.first-session-part2 .theme-member-box ul > li {
  box-sizing: border-box;
  position: relative;
  padding: 2% 3%;
  box-sizing: border-box;
}
.first-session-part2 .theme-member-box ul > li:after {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #927e8a 3px, transparent 3px);
  background-size: 3px 10px;
  background-repeat: repeat-y;
}
@media screen and (min-width: 751px), print {
  .first-session-part2 .theme-member-box ul > li {
    width: 20%;
  }
  .first-session-part2 .theme-member-box ul > li:last-child:after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .first-session-part2 .theme-member-box ul > li {
    width: 33.3%;
    padding: 5%;
  }
  .first-session-part2 .theme-member-box ul > li:nth-child(n+4) {
    margin-top: 5%;
  }
  .first-session-part2 .theme-member-box ul > li:last-child:after, .first-session-part2 .theme-member-box ul > li:nth-child(3n):after {
    display: none;
  }
}
.first-session-part2 .theme-member-box ul > li .name {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.first-session-part2 .theme-box .caption {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.img-content {
  max-width: 1060px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1201px), print {
  #discussion01 .theme-box .no {
    width: 514px;
  }
}
@media screen and (min-width: 1201px), print {
  #discussion01 .theme-box .yes {
    width: 360px;
  }
}

#discussion03 .checksheet-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#discussion03 .checksheet-list li {
  width: 48%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #discussion03 .checksheet-list li {
    width: 100%;
  }
}
#discussion03 .checksheet-list li .name {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
#discussion03 .checksheet-list li:nth-child(odd) dd:before {
  left: 0;
  transform: translateX(-100%);
  border-left: 0;
}
#discussion03 .checksheet-list li:nth-child(even) dt {
  order: 2;
}
#discussion03 .checksheet-list li:nth-child(even) dd {
  order: 1;
}
#discussion03 .checksheet-list li:nth-child(even) dd:before {
  right: 0;
  transform: translateX(100%);
  border-right: 0;
}
@media screen and (min-width: 751px), print {
  #discussion03 .checksheet-list li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  #discussion03 .checksheet-list li:nth-child(n+2) {
    margin-top: 3vw;
  }
}
#discussion03 .checksheet-list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 510px;
  margin-right: auto;
  margin-left: auto;
}
#discussion03 .checksheet-list dl dt {
  max-width: 95px;
  width: 20%;
}
#discussion03 .checksheet-list dl dd {
  max-width: 380px;
  width: calc(75% - 15px);
  box-sizing: border-box;
  position: relative;
  padding: 4px;
}
#discussion03 .checksheet-list dl dd:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 40px;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
@media screen and (max-width: 750px) {
  #discussion03 .checksheet-list dl dd:before {
    top: 5.3vw;
  }
}
#discussion03 .checksheet-list dl dd div {
  background: #ccc;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /*					height:420px;
  					@include mixin.sp{
  						@include height_sp(420);
  					}*/
}
#discussion03 .checksheet-list .member1 dd {
  background-color: #e4b2f9;
}
#discussion03 .checksheet-list .member1:nth-child(odd) dd:before {
  border-right: 20px solid #e4b2f9;
}
#discussion03 .checksheet-list .member1:nth-child(even) dd:before {
  border-left: 20px solid #e4b2f9;
}
#discussion03 .checksheet-list .member2 dd {
  background-color: #87d8e6;
}
#discussion03 .checksheet-list .member2:nth-child(odd) dd:before {
  border-right: 20px solid #87d8e6;
}
#discussion03 .checksheet-list .member2:nth-child(even) dd:before {
  border-left: 20px solid #87d8e6;
}
#discussion03 .checksheet-list .member3 dd {
  background-color: #f3b39d;
}
#discussion03 .checksheet-list .member3:nth-child(odd) dd:before {
  border-right: 20px solid #f3b39d;
}
#discussion03 .checksheet-list .member3:nth-child(even) dd:before {
  border-left: 20px solid #f3b39d;
}
#discussion03 .checksheet-list .member4 dd {
  background-color: #acd9a0;
}
#discussion03 .checksheet-list .member4:nth-child(odd) dd:before {
  border-right: 20px solid #acd9a0;
}
#discussion03 .checksheet-list .member4:nth-child(even) dd:before {
  border-left: 20px solid #acd9a0;
}
#discussion03 .checksheet-list .member5 dd {
  background-color: #fca0be;
}
#discussion03 .checksheet-list .member5:nth-child(odd) dd:before {
  border-right: 20px solid #fca0be;
}
#discussion03 .checksheet-list .member5:nth-child(even) dd:before {
  border-left: 20px solid #fca0be;
}

#result .result-title {
  text-align: center;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
#result .result-box {
  max-width: 1050px;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/zadankai/result-box-bg.png);
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  border: 1px solid #000;
}
#result .result-box:before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  border: dashed 1px #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#result .result-box:after {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/zadankai/reslut-img.png);
  width: 215px;
  height: 344px;
  position: absolute;
}
@media screen and (min-width: 751px), print {
  #result .result-box:after {
    bottom: 5%;
    right: 30px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 751px) {
  #result .result-box:after {
    width: 193.5px;
    height: 309.6px;
  }
}
@media screen and (max-width: 750px) {
  #result .result-box:after {
    bottom: 3%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 27.9947916667vw;
    height: 44.7916666667vw;
  }
}
#result .result-box .result-sub-title {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -6px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #result .result-box .result-sub-title {
    left: -3px;
    width: 90%;
  }
}
#result .result-box > ul {
  position: relative;
  z-index: 1;
  padding: 100px 220px 80px 50px;
}
@media screen and (max-width: 750px) {
  #result .result-box > ul {
    padding: 13vw 6vw 55vw;
    font-size: 3vw;
  }
}
#result .result-box > ul li {
  font-weight: 900;
  font-size: 1.2777777778em;
  padding-left: 1.3em;
  position: relative;
}
#result .result-box > ul li:not(:last-child) {
  margin-bottom: 30px;
}
#result .result-box > ul li:before {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/zadankai/result-mark.png);
  width: 23px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 0.2em;
}
@media screen and (max-width: 750px) {
  #result .result-box > ul li:before {
    width: 3.0666666667vw;
    height: 3.6vw;
  }
}
#result .notice-area .textbox {
  text-align: center;
  font-weight: 700;
  line-height: 2;
  font-size: 1.1666666667em;
}
@media screen and (max-width: 750px) {
  #result .notice-area .textbox {
    text-align: left;
  }
}
#result .notice-area .next {
  text-align: center;
  background-color: #f13f8f;
  color: #fff;
  font-weight: 700;
  font-size: 1.3333333333em;
  max-width: 840px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
  padding-right: 5%;
  padding-left: 5%;
}
@media screen and (max-width: 750px) {
  #result .notice-area .next {
    border-radius: 4vw;
  }
}
#result .notice-title {
  background: #f13f8f;
  border-radius: 30px;
  text-align: center;
  box-sizing: border-box;
  padding: 2% 5% 3%;
  max-width: 840px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  #result .notice-title {
    border-radius: 4vw;
  }
}
#result .more-btn {
  max-width: 460px;
  width: 80%;
}

.h-maker {
  background: linear-gradient(transparent 70%, rgba(255, 252, 0, 0.58) 30%);
}

.more-btn {
  background: #f598de;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #000;
  box-shadow: 0 3px 0 #000;
  border-radius: 999px;
  overflow: hidden;
  font-size: 1.2222222222em;
  margin-right: auto;
  margin-left: auto;
}
.more-btn a {
  font-weight: 700;
  color: #fff;
  transition: background-color 0.3s;
}
@media screen and (hover: hover) {
  .more-btn a:hover {
    background-color: #e47bca;
  }
}
.more-btn .btn {
  display: block;
  width: 100%;
  padding: 20px;
  position: relative;
}
.more-btn .btn:after {
  content: "";
  display: block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 37px;
  height: 12px;
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../img/top/arrow-right.png);
}
@media screen and (max-width: 750px) {
  .more-btn .btn:after {
    width: 4.8177083333vw;
    height: 1.5625vw;
  }
}/*# sourceMappingURL=zadankai.css.map */