@charset "UTF-8";
.pannavi {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  margin-top: 0px;
}

#request-form {
  margin-bottom: 50px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
  font-size: 16px;
  line-height: 1.8;
  min-width: 1240px;
}

.w800Area {
  width: 800px;
  margin: 0 auto;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textCenterPC {
  text-align: center;
}

.textBottomS {
  margin-bottom: 16px;
}

.textBottomM {
  margin-bottom: 32px;
}

.textMargin {
  margin: 1em 0;
}

.font120 {
  font-size: 120%;
}

.font100 {
  font-size: 100% !important;
}

.font80 {
  font-size: 80% !important;
  line-height: 1.6em;
  display: block;
}

.font80_ib {
  font-size: 80% !important;
}

@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
  }

  .w800Area {
    width: 96%;
    margin: 0 auto;
  }

  .textBottomS {
    margin-bottom: 8px;
  }

  .textBottomM {
    margin-bottom: 24px;
  }

  .textCenterPC {
    text-align: left;
  }
}
/*common*/
.fixedBtnArea {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
}
.fixedBtnArea li {
  background-color: #fff;
  border-radius: 5px;
}
.fixedBtnArea .muryou a, .fixedBtnArea .siryou a {
  display: block;
  position: relative;
  background-color: #FCE339;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 3px solid #FCE339;
  text-align: center;
  color: #363636;
  width: 180px;
  padding: 10px 10px 10px 0;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 600;
}
.fixedBtnArea .muryou a::before, .fixedBtnArea .siryou a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 5%;
  top: 50%;
  margin-top: 2px;
}
.fixedBtnArea .siryou {
  margin-top: 10px;
}
.fixedBtnArea .siryou a {
  background-color: #fff;
}

.colorBackArea {
  padding: 56px 0;
  background-color: #EAF8ED;
  margin-bottom: 56px;
}

h2.green {
  color: #1CAA72;
  text-align: center;
  font-size: 36px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin-bottom: 30px;
}

.fvBottomMessage {
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  margin-bottom: 40px;
}
.fvBottomMessage .bg {
  font-size: 120%;
}

.contentsBox {
  padding-bottom: 60px;
  margin-bottom: 0;
}

h2.gsTitle {
  text-align: center;
  font-size: 34px;
}
h2.gsTitle::after {
  content: "";
  display: block;
  background-color: #1CAA72;
  width: 54px;
  height: 6px;
  margin: 10px auto 30px;
}

.textLink, .textLinkAcc {
  position: relative;
  color: #0081CC;
  padding: 0 12px 0 0;
  cursor: pointer;
}
.textLink::before, .textLinkAcc::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #0081CC;
  border-right: 2px solid #0081CC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0px;
  bottom: 4px;
  top: auto;
}

.textLinkAcc {
  padding: 0 16px 0 0;
}
.textLinkAcc::before {
  transform: rotate(135deg);
  bottom: 6px;
}

.normalBtn1, .normalBtn2, .normalBtn3 {
  display: block;
  position: relative;
  background-color: #fff;
  color: #363636;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 3px solid #FCE339;
  text-align: center;
  width: 350px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}
.normalBtn1::before, .normalBtn2::before, .normalBtn3::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}
.normalBtn1 .btnSm, .normalBtn2 .btnSm, .normalBtn3 .btnSm {
  font-size: 80%;
  font-weight: normal;
}

.normalBtn2 {
  background-color: #FCE339;
}

.normalBtn3 {
  background-color: #1CAA72;
}

.accMarginTop {
  margin-top: 20px;
}

.ancMargin {
  margin-top: -60px;
  padding-top: 60px;
}

@media screen and (max-width: 640px) {
  .fixedBtnArea {
    bottom: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 8px 0;
  }
  .fixedBtnArea li {
    width: 44%;
    line-height: 1.4;
  }
  .fixedBtnArea .muryou a, .fixedBtnArea .siryou a {
    width: 100%;
    padding: 8px 0px;
    font-size: 13px;
    text-indent: -1em;
  }
  .fixedBtnArea .muryou a::before, .fixedBtnArea .siryou a::before {
    right: 5%;
  }
  .fixedBtnArea .siryou {
    margin-top: 0;
    margin-left: 4%;
  }

  .colorBackArea {
    padding: 32px 0;
    margin-bottom: 32px;
  }

  h2.green {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .fvBottomMessage {
    font-size: 5vw;
    margin-bottom: 30px;
  }

  .contentsBox {
    padding-bottom: 30px;
  }

  h2.gsTitle {
    font-size: 7vw;
  }
  h2.gsTitle::after {
    width: 36px;
    height: 5px;
    margin: 10px auto 20px;
  }

  .normalBtn1, .normalBtn2, .normalBtn3 {
    width: 94%;
    max-width: 350px;
    font-size: 16px;
  }
  .normalBtn1::before, .normalBtn2::before, .normalBtn3::before {
    right: 5%;
  }

  .mt10sp {
    margin-top: 10px;
  }

  .accMarginTop {
    margin-top: 10px;
  }
}
/*common*/
a {
  color: #0081CC;
}

h2.gsmainTitle {
  text-align: center;
  font-size: clamp(18px, 5vw, 26px);
  position: relative;
  margin-bottom: 2.2em;
}
h2.gsmainTitle::after {
  content: '';
  display: block;
  width: 8em;
  height: 0.8em;
  background-image: url(https://shikaku-rails.s3.amazonaws.com/content_images/title_img_18982224af.png);
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.2em;
  background-repeat: no-repeat;
}

.upperTxt {
  color: #1CAA72;
  background-color: #EAF8ED;
  font-size: 80%;
  padding: 0.4em 0.6em;
}

.yellowMarker {
  background: linear-gradient(transparent 30%, #FDF3AD 30%);
  padding: 0 4px 2px;
  font-weight: bold;
}

.ancMargin {
  margin-top: -60px;
  padding-top: 60px;
}

/*fv*/
.gstopMainCatchArea {
  height: auto;
  overflow: hidden;
  position: relative;
  height: 400px;
}
.gstopMainCatchArea .fvInner {
  z-index: 5;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.gstopMainCatchArea .fvInner .fvLogoArea {
  position: absolute;
  left: 0;
  top: 40px;
}
.gstopMainCatchArea .fvInner .fvLogoArea img {
  width: 120px;
}
.gstopMainCatchArea .fvInner .fvLogoArea span {
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
}
.gstopMainCatchArea .fvInner .fvCopyTxt {
  position: absolute;
  top: 40px;
  left: 280px;
  font-size: 18px;
  font-weight: bold;
}
.gstopMainCatchArea .fvInner .fvTitleImg {
  position: absolute;
  left: 0;
  top: 112px;
}
.gstopMainCatchArea .fvInner .fvMoritImg {
  position: absolute;
  right: 100px;
  bottom: 0;
  width: 360px;
}
.gstopMainCatchArea .fvInner .gstopMainimgArea {
  position: absolute;
  right: 0;
  bottom: 24px;
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.gstopMainCatchArea .fvInner .gstopMainimgArea .fvMessageImg {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}
.gstopMainCatchArea .fvBackColor {
  background: linear-gradient(to top, #0C8155 0%, #16B979 100%);
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
}
.gstopMainCatchArea .fvBackImg {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .gstopMainCatchArea {
    height: auto;
    overflow: hidden;
    position: relative;
    height: auto;
  }
  .gstopMainCatchArea .fvInner {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    position: relative;
  }
  .gstopMainCatchArea .fvInner .fvLogoArea {
    position: static;
    text-align: right;
    margin-right: 4%;
  }
  .gstopMainCatchArea .fvInner .fvLogoArea img {
    width: 80px;
  }
  .gstopMainCatchArea .fvInner .fvLogoArea span {
    font-size: 14px;
    padding-left: 16px;
  }
  .gstopMainCatchArea .fvInner .fvCopyTxt {
    position: static;
    font-size: 16px;
    text-align: center;
    margin: 8px auto;
  }
  .gstopMainCatchArea .fvInner .fvTitleImg {
    position: static;
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .gstopMainCatchArea .fvInner .fvMoritImg {
    position: static;
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .gstopMainCatchArea .fvInner .gstopMainimgArea {
    column-gap: 4%;
    width: 90%;
  }
  .gstopMainCatchArea .fvInner .gstopMainimgArea .fvMessageImg {
    width: 66%;
  }
  .gstopMainCatchArea .fvInner .gstopMainimgArea .fvMedalImg {
    width: 30%;
  }
  .gstopMainCatchArea .fvBackColor {
    height: 70%;
  }
  .gstopMainCatchArea .fvBackImg {
    top: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 40%;
    width: auto;
    height: auto;
  }
}
/*fv下合格者*/
.bannerArea {
  margin: 0 auto 32px;
  text-align: center;
  width: 94%;
  max-width: 540px;
}
.bannerArea img {
  width: 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}

h2.gsfvVoiceTitle {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
  font-size: clamp(16px, 5vw, 30px);
  color: #ffffff;
}
h2.gsfvVoiceTitle span.txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: max-content;
  margin-top: -0.2em;
}
h2.gsfvVoiceTitle .gsfvVoiceTitleImg {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.gsfvVoiceList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.gsfvVoiceList div.inner {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  width: 48%;
}
.gsfvVoiceList div.inner img {
  width: 100px;
  margin-right: 30px;
}

.voiceAcchide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.voiceAccBtn {
  display: none;
}

@media screen and (max-width: 640px) {
  .gsfvVoiceList {
    display: block;
  }
  .gsfvVoiceList div.inner {
    width: 100%;
    margin-bottom: 15px;
    font-size: 90%;
  }
  .gsfvVoiceList div.inner img {
    width: 20%;
    margin-right: 10px;
  }

  .voiceAccBtn {
    display: block;
    width: fit-content;
    margin: 0 auto 1em;
    position: relative;
    color: #1CAA72;
    font-size: 16px;
    cursor: pointer;
    padding-right: 1em;
  }
  .voiceAccBtn::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #1CAA72;
    border-right: 2px solid #1CAA72;
    transform: rotate(135deg) translateX(-50%) translateY(-50%);
    right: 4px;
    top: 50%;
    margin-top: -6px;
  }

  .accBtnClose::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #1CAA72;
    border-right: 2px solid #1CAA72;
    transform: rotate(315deg) translateX(-50%) translateY(-50%);
    right: -6px;
    margin-top: -2px;
  }
}
/**/
.gsPointText {
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  margin-bottom: 1em;
}

.gsPointList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.gsPointList li {
  width: 22%;
  text-align: center;
}
.gsPointList li h3 {
  margin-bottom: 5px;
  line-height: 1.4;
}
.gsPointList li h3 span {
  background: linear-gradient(transparent 30%, #FCE339 30%);
  padding: 0 5px 5px;
}
.gsPointList li img {
  margin-top: 20px;
  height: 120px;
}
.gsPointList .point {
  position: relative;
  border-bottom: 2px solid #1CAA72;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: clamp(12px, 2vw, 16px);
}
.gsPointList .point::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 16px solid #1CAA72;
}
.gsPointList .point::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
}
.gsPointList .point::after {
  border-top: 14px solid #ffffff;
}
.gsPointList .point .border {
  color: #1CAA72;
  border: 2px solid #1CAA72;
  padding: 4px 8px;
  border-radius: 32px;
}

.scheduleBox {
  position: relative;
  background-color: #fff;
  text-align: center;
}
.scheduleBox img.scheduleImg {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .gsPointList {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .gsPointList li {
    width: 48%;
    margin-bottom: 20px;
    font-size: 90%;
  }
  .gsPointList li h3 {
    margin-bottom: 5px;
    line-height: 1.4;
  }
  .gsPointList li img {
    margin-top: 10px;
    height: 80px;
  }

  .scheduleBox {
    padding: 0px 0 8px;
  }
  .scheduleBox img.scheduleImg {
    width: 94%;
  }
}
/*ancArea*/
.ancTitle {
  text-align: center;
  font-size: clamp(18px, 4vw, 26px);
  margin-bottom: 0.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1CAA72;
}
.ancTitle span {
  position: relative;
}
.ancTitle span::before, .ancTitle span::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #1CAA72;
  width: 1.6em;
  height: 2px;
  bottom: 50%;
  transform: translateY(-50%);
  left: -2.4em;
}
.ancTitle span::after {
  right: -2.4em;
  left: auto;
}

.ancList {
  display: flex;
  justify-content: space-around;
}
.ancList li {
  width: 30%;
}
.ancList li a {
  position: relative;
  display: block;
  background-color: #1CAA72;
  padding: 10px 0 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.ancList li a::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg) translateX(-50%);
  transform: rotate(135deg) translateX(-50%);
  right: 50%;
  bottom: 10px;
}

@media screen and (max-width: 640px) {
  .ancList {
    display: block;
  }
  .ancList li {
    width: 100%;
    margin-bottom: 10px;
  }
  .ancList li a {
    padding: 10px 0;
    font-size: 16px;
  }
  .ancList li a::before {
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg) translateY(-50%);
    transform: rotate(135deg) translateY(-50%);
    right: 5%;
    bottom: 50%;
  }
}
/*moriProfileBox*/
.moriProfileBox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.moriProfileBox .moriProfileTxt {
  width: 500px;
}
.moriProfileBox .moriProfileTxt h3 {
  font-size: clamp(18px, 4vw, 22px);
  text-align: center;
  margin-bottom: 0.6em;
}
.moriProfileBox .moriProfileImgArea {
  position: relative;
}
.moriProfileBox .moriProfileImgArea .moriProfileImg {
  width: 260px;
}
.moriProfileBox .moriProfileImgArea .medal {
  position: absolute;
  right: -40px;
  bottom: 0;
}

.gsVoiceList {
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gsVoiceList li {
  position: relative;
  width: 47.5%;
  margin: 10px 0;
}
.gsVoiceList li p {
  padding: 16px 5px 16px 48px;
  background-color: #EAF8ED;
  font-size: 90%;
  border-radius: 8px;
}
.gsVoiceList li img {
  position: absolute;
  left: -25px;
  top: 0;
}

.blogBaner {
  text-align: center;
  margin-top: 30px;
}
.blogBaner img {
  width: 400px;
}

@media screen and (max-width: 640px) {
  .moriProfileBox {
    flex-direction: column;
  }
  .moriProfileBox .moriProfileTxt {
    width: 100%;
  }
  .moriProfileBox .moriProfileTxt h3 {
    font-size: 18px;
  }
  .moriProfileBox .moriProfileImgArea {
    width: 60%;
    max-width: 240px;
    margin: 16px auto 0px;
  }
  .moriProfileBox .moriProfileImgArea .moriProfileImg {
    width: 100%;
  }
  .moriProfileBox .moriProfileImgArea .medal {
    width: 110px;
    right: -20%;
    bottom: 0px;
  }

  .gsVoiceList {
    margin: 20px auto 0;
    flex-direction: column;
  }
  .gsVoiceList li {
    width: 100%;
    margin: 5px 0;
  }
  .gsVoiceList li p {
    padding: 8px 2% 8px 12%;
    width: 72%;
    margin-left: auto;
  }
  .gsVoiceList li img {
    position: absolute;
    left: -0px;
    top: 0;
  }

  .blogBaner {
    margin-top: 15px;
  }
  .blogBaner img {
    width: 90%;
  }
}
/*youtube*/
.youtubeList {
  display: flex;
  justify-content: space-between;
}
.youtubeList li {
  width: 48%;
}

.youtubeArea {
  width: 70%;
  margin: 0 auto 0px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

h3.features {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
}
h3.features img {
  width: 18px;
  margin: 0 10px;
}
h3.features img.featuresR {
  transform: scale(-1, 1);
}

@media screen and (max-width: 640px) {
  .youtubeList {
    flex-direction: column;
  }
  .youtubeList li {
    width: 100%;
    margin-bottom: 15px;
  }
  .youtubeList li:last-child {
    margin-bottom: 0px;
  }

  .youtubeArea {
    width: 100%;
  }
}
/*textPointBox*/
.textPointBox {
  background-color: #EAF8ED;
  padding: 16px;
  border-radius: 16px;
  margin-top: 24px;
}
.textPointBox h3 {
  text-align: center;
  font-size: clamp(18px, 5vw, 26px);
  color: #1CAA72;
  margin-bottom: 0.6em;
}

.flexImgList {
  display: flex;
  justify-content: center;
}
.flexImgList li {
  width: 300px;
  margin: 0 15px;
}
.flexImgList li p.title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #1CAA72;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
.flexImgList li img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .flexImgList {
    display: block;
  }
  .flexImgList li {
    width: 100%;
    margin: 0 auto 20px;
  }
  .flexImgList li:last-child {
    margin-bottom: 0;
  }
  .flexImgList li p.title {
    font-size: 16px;
  }
  .flexImgList li img {
    display: block;
    margin: 0 auto;
  }
}
/*textImgBox*/
.textImgBox {
  display: flex;
  align-items: center;
}
.textImgBox img {
  margin-right: 40px;
}

@media screen and (max-width: 640px) {
  .textImgBox {
    display: block;
  }
  .textImgBox img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/*shadowBox*/
.boxTopMargin {
  margin-top: 32px;
}

.shadowBox {
  background-color: #ffffff;
  padding: 24px 56px;
  border-radius: 16px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.shadowBox h3 {
  text-align: center;
  font-size: clamp(20px, 5vw, 26px);
  margin-bottom: 0.6em;
}

@media screen and (max-width: 640px) {
  .boxTopMargin {
    margin-top: 24px;
  }

  .shadowBox {
    padding: 16px 16px;
    border-radius: 8px;
  }
}
/*gaiyouTable*/
.gaiyouTable {
  border-collapse: collapse;
  width: 800px;
  margin: 0 auto;
  border-top: 1px solid #1CAA72;
}
.gaiyouTable th, .gaiyouTable td {
  border-bottom: 1px solid #1CAA72;
  padding: 16px 16px 16px 0;
}
.gaiyouTable th {
  white-space: nowrap;
}
.gaiyouTable .fontRed {
  font-weight: bold;
  color: #DD3D3D;
}

.btnList {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 32px auto 0;
}

.clistCourseBox {
  padding: 10px 20px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #EAF8ED;
}

.img_kinou {
  width: 100%;
  max-width: 400px;
}

.listDots {
  padding-left: 1em;
}
.listDots li {
  list-style: disc;
}
.listDots li.styleNone {
  list-style: none;
}

@media screen and (max-width: 640px) {
  .gaiyouTable {
    width: 100%;
  }
  .gaiyouTable th, .gaiyouTable td {
    display: block;
  }
  .gaiyouTable th {
    padding: 10px 0 0 10px;
    border: none;
    text-align: left;
  }
  .gaiyouTable td {
    padding: 0 10px 10px 10px;
  }

  .btnList {
    flex-direction: column;
    width: 100%;
  }
  .btnList li {
    margin: 5px 0;
  }
}
/*gsFaqList*/
.gsFaqList > li {
  border-bottom: 1px solid #1CAA72;
}
.gsFaqList > li:first-child {
  border-top: 1px solid #1CAA72;
}
.gsFaqList > li .question {
  position: relative;
  cursor: pointer;
  padding: 20px;
  display: flex;
}
.gsFaqList > li .question span:first-child {
  padding-right: 20px;
}
.gsFaqList > li .question::before {
  content: "Q.";
  color: #1CAA72;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
}
.gsFaqList > li .question:hover {
  background-color: #f2fdf4;
}
.gsFaqList > li .answer {
  padding: 10px 20px 20px;
  display: flex;
}
.gsFaqList > li .answer::before {
  content: "A.";
  color: #1CAA72;
  font-size: 110%;
  font-weight: bold;
  margin-right: 10px;
}

.tri, .tri2 {
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1CAA72;
  border-right: 2px solid #1CAA72;
  -webkit-transform: rotate(135deg) translateX(-50%) translateY(-50%);
  transform: rotate(135deg) translateX(-50%) translateY(-50%);
  right: 30px;
  top: 50%;
  margin-top: -4px;
}

.tri2 {
  right: 20px;
  margin-top: 0;
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 640px) {
  .gsFaqList li .question {
    padding: 10px;
  }
  .gsFaqList li .answer {
    padding: 0 10px 10px;
  }

  .tri, .tri2 {
    right: 7%;
  }
}
/**/
