@charset "UTF-8";
/*共通*/
section.mainContentsArea {
  position: relative;
}

.pannavi {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.footer {
  margin-top: 0px;
}

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

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

.fontMincho {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
}

.font120 {
  font-size: 120%;
}

.flexCenter {
  align-items: center;
}

.flexReverse {
  flex-direction: row-reverse;
}

.textNavy {
  color: #29558A;
}

.textBottomL {
  margin-bottom: 50px;
}

.textCenter, .textCenterPC {
  text-align: center;
}

.textRight {
  text-align: right;
}

.flexCenter {
  display: flex;
  justify-content: center;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif !important;
}

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

.contentsBox {
  margin: -70px auto 80px;
  padding-top: 70px;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
  .textBottomL {
    margin-bottom: 30px;
  }
  .textCenterPC {
    text-align: left;
  }
  .w800Box {
    width: 94%;
  }
}
/*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;
}

.whBtn {
  display: block;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #1CAA72;
  width: 90%;
  max-width: 350px;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #1CAA72;
}
.whBtn::before {
  position: absolute;
  content: "";
  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: 8%;
  top: 50%;
  margin-top: -6px;
}

h2.main {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  font-size: clamp(18px, 5vw, 26px);
}
h2.main::after {
  content: "";
  position: absolute;
  display: block;
  width: 2em;
  height: 0.3em;
  background-color: #1CAA72;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.8em;
}
h2.main .upper {
  color: #1CAA72;
  background-color: #EAF8ED;
  font-size: 80%;
  padding: 4px 8px;
}

.colorBack {
  background-color: #EAF8ED;
  padding: 50px 0;
  margin-bottom: 50px;
}
.colorBack h2.main .upper {
  color: #ffffff;
  background-color: #1CAA72;
}

.subBtn, .borderBtn, .borderBtn2 {
  display: block;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  line-height: 1.4;
  color: #1CAA72;
  width: 90%;
  max-width: 350px;
  padding: 8px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #1CAA72;
}
.subBtn::before, .borderBtn::before, .borderBtn2::before {
  position: absolute;
  content: "";
  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: 8%;
  top: 50%;
  margin-top: -6px;
}

.borderBtn, .borderBtn2 {
  color: #363636;
  width: 90%;
  max-width: 350px;
  padding: 8px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #FCE339;
}
.borderBtn::before, .borderBtn2::before {
  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%);
  margin-top: -2px;
}

.borderBtn2 {
  border: 3px solid #1CAA72;
  color: #1CAA72;
}
.borderBtn2::before {
  border-top: 2px solid #1CAA72;
  border-right: 2px solid #1CAA72;
  margin-top: 0.1em;
  right: 4%;
}

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

.textBox p:not(:last-child) {
  margin-bottom: 1em;
}

@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: 5px 0;
  }
  .fixedBtnArea li {
    width: 44%;
    line-height: 1.4;
  }
  .fixedBtnArea .muryou a, .fixedBtnArea .siryou a {
    width: 100%;
    padding: 5px 0px 5px 0px;
    font-size: 12px;
    font-weight: 600;
  }
  .fixedBtnArea .muryou a::before, .fixedBtnArea .siryou a::before {
    right: 5%;
  }
  .fixedBtnArea .siryou {
    margin-top: 0;
    margin-left: 10px;
  }
  .colorBack {
    padding: 30px 0;
  }
}
/*mainContentsArea*/
section.mainContentsArea {
  position: relative;
  height: 500px;
  overflow: hidden;
  background-color: #f0f0f0;
}
section.mainContentsArea .mainInner {
  position: relative;
  z-index: 3;
  width: 1000px;
  margin: 0 auto;
  height: 100%;
}
section.mainContentsArea .mainInner .mainTitleArea {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
section.mainContentsArea .mainInner .mainTitleArea h1.mainTitle {
  font-size: clamp(20px, 6.2vw, 36px);
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 16px;
}
section.mainContentsArea .mainInner .mainTitleArea h1.mainTitle .bg {
  font-size: 180%;
  font-weight: 800;
}
section.mainContentsArea .mainInner .mainTitleArea h1.mainTitle .back {
  font-size: 70%;
  color: #fff;
  background-color: #1CAA72;
  padding: 0.1em 0.4em;
}
section.mainContentsArea .mainInner .mainTitleArea h1.mainTitle .box {
  font-size: 80%;
  color: #1CAA72;
  padding: 0 0.4em;
  position: relative;
  font-size: 80%;
}
section.mainContentsArea .mainInner .mainTitleArea h1.mainTitle .box::before, section.mainContentsArea .mainInner .mainTitleArea h1.mainTitle .box::after {
  content: "";
  position: absolute;
  border: 1px solid #1CAA72;
  height: 1em;
  bottom: 0;
}
section.mainContentsArea .mainInner .mainTitleArea h1.mainTitle .box::before {
  left: 0;
  transform: rotate(-35deg);
}
section.mainContentsArea .mainInner .mainTitleArea h1.mainTitle .box::after {
  right: 0;
  transform: rotate(-145deg);
}
section.mainContentsArea .mainInner .mainTitleArea .mainBannerArea {
  width: 340px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
section.mainContentsArea .mainInner .mainMoritImg {
  position: absolute;
  top: 20px;
  right: 80px;
}
section.mainContentsArea .mainInner .mainMedalImg {
  position: absolute;
  right: 0;
  top: 20px;
}
section.mainContentsArea .fvMainBottomImg {
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
}
section.mainContentsArea .fvMainBackImg {
  z-index: 0;
  position: absolute;
  width: 100%;
  top: 0;
  object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 640px) {
  section.mainContentsArea {
    height: auto;
  }
  section.mainContentsArea .mainInner {
    width: 100%;
  }
  section.mainContentsArea .mainInner .mainTitleArea {
    position: static;
    margin-bottom: 10px;
  }
  section.mainContentsArea .mainInner .mainTitleArea h1.mainTitle {
    text-align: center;
    margin-bottom: 10em;
  }
  section.mainContentsArea .mainInner .mainTitleArea .mainBannerArea {
    width: 80%;
  }
  section.mainContentsArea .mainInner .mainMoritImg {
    z-index: -1;
    position: absolute;
    top: auto;
    right: -2%;
    width: 65%;
    bottom: 12%;
  }
  section.mainContentsArea .mainInner .mainMedalImg {
    position: absolute;
    right: auto;
    left: 5%;
    top: auto;
    bottom: 40%;
    width: 40%;
  }
  section.mainContentsArea .fvMainBottomImg {
    height: 40%;
  }
}
/**/
.acBtnList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
.acBtnList li {
  width: 90%;
  max-width: 220px;
}
.acBtnList li a {
  width: calc(100% - 20px);
  padding-right: 20px;
  font-size: clamp(14px, 3vw, 16px);
}
.acBtnList:has(li:nth-child(n+5)) {
  justify-content: flex-start;
}

.messageBox {
  text-align: center;
  margin-top: 48px;
}
.messageBox h2.messageTitle {
  color: #1CAA72;
  font-size: clamp(20px, 5vw, 26px);
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.messageBox h2.messageTitle span {
  font-size: 80%;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #1CAA72;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #363636;
}
.messageBox h2.messageTitle span::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;
}
.messageBox h2.messageTitle span::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 #EAF8ED;
}

.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;
}

@media screen and (max-width: 640px) {
  .acBtnList {
    flex-direction: column;
    gap: 16px;
  }
  .acBtnList li {
    width: 80%;
    max-width: none;
    margin: 0px auto;
  }
}
/* 4つの特長 */
.acBtnListBottom {
  margin-bottom: 40px;
}

.ancBox {
  margin-top: -80px;
  padding-top: 80px;
}
.ancBox h3.mainTitle {
  color: #1CAA72;
  font-size: clamp(18px, 4vw, 24px);
  display: flex;
  align-items: center;
  gap: 0.4em;
  line-height: 1.4;
  margin-bottom: 0.6em;
}
.ancBox h3.mainTitle span.num {
  background-color: #1CAA72;
  color: #ffffff;
  font-size: 140%;
  line-height: 1;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ancBox .textBox {
  margin-bottom: 16px;
}

.ancBoxBottom {
  margin-bottom: 56px;
}

.teacherBox {
  display: flex;
  align-items: center;
  gap: 24px;
}
.teacherBox h4 {
  background-color: #1CAA72;
  color: #ffffff;
  text-align: center;
  padding: 0.2em 0;
  font-size: clamp(18px, 4vw, 20px);
  margin-bottom: 0.2em;
  line-height: 1.4;
}
.teacherBox .teacherName {
  border-top: 2px solid #1CAA72;
  text-align: right;
  font-weight: bold;
  margin-top: 0.4em;
}
.teacherBox .teacherImg {
  width: 50%;
  max-width: 200px;
}

.gsVoiceList {
  margin: 16px 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: 8px 8px 8px 48px;
  background-color: #EAF8ED;
  font-size: 90%;
  border-radius: 8px;
}
.gsVoiceList li img {
  position: absolute;
  left: -24px;
  top: 0;
}

@media screen and (max-width: 640px) {
  .ancBoxBottom {
    margin-bottom: 40px;
  }
  .teacherBox {
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 8px;
  }
  .teacherBox h4 {
    margin-top: -2em;
  }
  .gsVoiceList {
    margin: 8px auto 0;
    flex-direction: column;
  }
  .gsVoiceList li {
    width: 100%;
    margin: 5px 0;
  }
  .gsVoiceList li p {
    padding: 10px 2% 10px 15%;
    width: 73%;
    margin-left: auto;
  }
  .gsVoiceList li img {
    position: absolute;
    left: 0px;
    top: 0;
  }
}
/* 合格者の声 */
.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: #0081CC;
    font-size: 16px;
    cursor: pointer;
    padding-right: 1em;
  }
  .voiceAccBtn::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #0081CC;
    border-right: 2px solid #0081CC;
    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 #0081CC;
    border-right: 2px solid #0081CC;
    transform: rotate(315deg) translateX(-50%) translateY(-50%);
    right: -6px;
    margin-top: -2px;
  }
}
/*  */
.flexImgList {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.flexImgList li {
  flex: 1;
}
.flexImgList li p.title {
  text-align: center;
  color: #1CAA72;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #1CAA72;
  width: 100%;
  margin-bottom: 8px;
}
.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;
  }
}
/*voiceList*/
.voiceList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}
.voiceList li {
  width: 48%;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.voiceList li p {
  width: 100%;
}
.voiceList li .name {
  display: block;
  text-align: right;
  font-size: 85%;
}
.voiceList li img {
  margin-right: 10px;
  width: 80px;
}

@media screen and (max-width: 640px) {
  .voiceList {
    flex-direction: column;
  }
  .voiceList li {
    width: 100%;
  }
  .voiceList li img {
    margin-right: 10px;
    width: 80px;
  }
}
/*chartImg*/
.chartImg {
  display: block;
  width: 600px;
  margin: 0 auto 10px;
}

.charrtList {
  width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.charrtList li {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  background-color: #EAF8ED;
  padding: 20px;
}
.charrtList li img {
  width: 300px;
}

@media screen and (max-width: 640px) {
  .charrtList {
    width: 100%;
  }
  .charrtList li {
    width: 40%;
    padding: 10px 4%;
  }
  .charrtList li img {
    width: 100%;
  }
}
/*講座ラインナップ*/
.pLanBox {
  display: flex;
  margin-bottom: 30px;
}
.pLanBox > div {
  width: 50%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pLanBox .nameBox {
  background-color: #EAF8ED;
  text-align: center;
}
.pLanBox .nameBox h3 {
  color: #1CAA72;
  font-size: 26px;
}
.pLanBox .nameBox .tagBox {
  margin-top: 10px;
}
.pLanBox .nameBox .tagBox span {
  background-color: #FCE339;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 0 5px;
  font-size: 90%;
  font-weight: 600;
}
.pLanBox .nameBox .paveLink {
  position: relative;
  color: #1CAA72;
  margin-top: 10px;
}
.pLanBox .nameBox .paveLink::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #1CAA72;
  border-right: 2px solid #1CAA72;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: -10px;
  top: 50%;
  margin-top: 2px;
}
.pLanBox .pliceBox {
  border: 4px solid #EAF8ED;
  box-sizing: border-box;
}
.pLanBox .pliceBox .plice {
  margin-bottom: 10px;
}
.pLanBox .pliceBox .plice .txt {
  font-size: 80%;
  border: 2px solid #1CAA72;
  padding: 2px 5px;
  color: #1CAA72;
}
.pLanBox .pliceBox .plice:last-child {
  margin-bottom: 0;
}
.pLanBox .pliceBox .plice .pliceTxtBox {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: clamp(14px, 4vw, 18px);
}
.pLanBox .pliceBox .plice .pliceTxtBox .bg {
  font-size: 160%;
}
.pLanBox .pliceBox .plice .pliceTxtBox .zei {
  font-size: 90%;
  font-weight: normal;
}
.pLanBox .pliceBox .plice .pliceTxtBox .cartBtn {
  margin-left: 5px;
  background-color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pLanBox .pliceBox .plice .pliceTxtBox .cartBtn img {
  width: 18px;
}

.balloon {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.balloon span {
  position: relative;
  border-bottom: 2px solid #1CAA72;
  padding-bottom: 5px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 5px 10px;
}
.balloon span::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;
}
.balloon span::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;
}

@media screen and (max-width: 640px) {
  .pLanBox {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .pLanBox > div {
    width: 100%;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .pLanBox .nameBox {
    background-color: #EAF8ED;
    text-align: center;
  }
  .pLanBox .nameBox h3 {
    color: #1CAA72;
    font-size: 26px;
  }
  .pLanBox .nameBox .tagBox {
    margin-top: 10px;
  }
  .pLanBox .nameBox .tagBox span {
    background-color: #FCE339;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 0 5px;
    font-size: 90%;
    font-weight: 600;
  }
  .pLanBox .nameBox .paveLink {
    position: relative;
    color: #1CAA72;
    margin-top: 10px;
  }
  .pLanBox .nameBox .paveLink::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #1CAA72;
    border-right: 2px solid #1CAA72;
    transform: rotate(45deg) translateX(-50%) translateY(-50%);
    right: -10px;
    top: 50%;
    margin-top: 2px;
  }
  .pLanBox .pliceBox {
    border: 4px solid #EAF8ED;
  }
  .pLanBox .pliceBox .plice {
    margin-bottom: 10px;
  }
  .pLanBox .pliceBox .plice .txt {
    font-size: 90%;
    border: 2px solid #1CAA72;
    padding: 2px 5px;
    color: #1CAA72;
  }
  .pLanBox .pliceBox .plice:last-child {
    margin-bottom: 0;
  }
  .pLanBox .pliceBox .plice .pliceTxtBox {
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  .pLanBox .pliceBox .plice .pliceTxtBox .bg {
    font-size: 160%;
  }
  .pLanBox .pliceBox .plice .pliceTxtBox .cartBtn {
    margin-left: 5px;
    background-color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pLanBox .pliceBox .plice .pliceTxtBox .cartBtn img {
    width: 18px;
  }
}
/*gsBannerArea*/
.gsBannerArea {
  background-color: #F5F5F5;
  margin: 0 auto 60px;
  padding: 30px 0;
}

.bottomVoiceBanner {
  display: block;
  width: 560px;
  margin: 0 auto 20px;
}

.bottomBtnList {
  display: flex;
  justify-content: center;
}
.bottomBtnList li {
  width: 40%;
}
.bottomBtnList li a.borderBtn {
  padding: 0;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bottomBtnList li span.fukidashi {
  position: relative;
  padding: 0 10px;
  font-size: 80%;
}
.bottomBtnList li span.fukidashi::before, .bottomBtnList li span.fukidashi::after {
  content: "";
  position: absolute;
  border: 1px solid #363636;
  height: 16px;
  bottom: 0;
}
.bottomBtnList li span.fukidashi::before {
  left: 0;
  transform: rotate(-35deg);
}
.bottomBtnList li span.fukidashi::after {
  right: 0;
  transform: rotate(-145deg);
}

@media screen and (max-width: 640px) {
  .gsBannerArea {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .bottomVoiceBanner {
    width: 90%;
    margin: 0 auto 20px;
  }
  .bottomBtnList {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  .bottomBtnList li {
    width: 100%;
    margin-top: 10px;
  }
  .bottomBtnList li:first-child {
    margin-top: 0;
  }
  .bottomBtnList li a.borderBtn {
    padding: 0;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
/**/
