/* このスタイルシートはgtopでしか使用しない */

@charset "UTF-8";

/*共通*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

table {
  background: #f0f0ed;
  border-collapse: collapse;
  width: 100%;
}
th,
td {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
}
th {
  background: #ededed;
  font-weight: normal;
  text-align: left;
}
td {
  background: #fff;
}

.wrapper {
  overflow: hidden;
  min-height: 650px;
}

html {
  font-size: 62.5%;
  color: #363636;
}

.spOnly {
  display: none;
}

body {
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo,
    'sans-serif';
  font-size: 14px;
  line-height: 1.8;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
/*common*/
.footer {
  margin-top: 0 !important;
}
.f110 {
  font-size: 110%;
}
.spFixedBottom {
  display: none;
}
.gtCourseBtn,
.gtShiryoBtn {
  display: block;
  position: relative;
  background-color: #0081cc;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  width: 80px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #0081cc;
}
.gtCourseBtn {
  background-color: #fff;
  color: #0081cc;
}
.gtContentsArea {
  margin-bottom: 80px !important;
}
h2.normal {
  margin-bottom: 20px;
}
.w800Box {
  width: 800px;
  margin: 0 auto;
}
.fontBold {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .spFixedBottom {
    z-index: 5;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spFixedBottom a {
    width: 42%;
    padding: 3px 0;
    margin: 0 10px;
  }
  .gtContentsArea {
    margin-bottom: 40px !important;
  }
  .w800Box {
    width: 96%;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
/*gtFixedHeader*/
.gtFixedHeader {
  z-index: 5;
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 50px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.gtFixedHeader .gtFixedHeaderInner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gtFixedHeader .gtFixedHeaderInner .headLogo {
  width: 120px;
}
.gtFixedHeader .gtFixedHeaderInner .gtheadBtn {
  display: flex;
  align-items: center;
}
.gtFixedHeader .gtFixedHeaderInner .gtheadBtn li {
  margin: 0 10px;
}
.gtFixedHeader .gtFixedHeaderInner .gtheadBtn li.iconBtn img {
  width: 24px;
  margin-right: 5px;
}
.gtFixedHeader .gtFixedHeaderInner .gtheadBtn li.iconBtn a {
  color: #363636;
}
.spFixedBottom {
  display: none;
}
.gtCourseBtn,
.gtShiryoBtn {
  display: block;
  position: relative;
  background-color: #0081cc;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  width: 80px;
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid #0081cc;
}
.gtCourseBtn {
  background-color: #fff;
  color: #0081cc;
}
@media screen and (max-width: 640px) {
  .gtFixedHeader .gtFixedHeaderInner {
    width: 100%;
  }
  .gtFixedHeader {
    height: 40px;
  }
  .gtFixedHeader .gtFixedHeaderInner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .gtFixedHeader .gtFixedHeaderInner .headLogo {
    width: 100px;
    margin-left: 10px;
  }
  .gtFixedHeader .gtFixedHeaderInner .gtheadBtn li {
    margin: 0 10px 0 0;
  }
  .gtFixedHeader .gtFixedHeaderInner .gtheadBtn li.iconBtn {
    font-size: clamp(10px, 3.4vw, 13px);
  }
  .gtFixedHeader .gtFixedHeaderInner .gtheadBtn li.iconBtn img {
    width: 20px;
    margin-right: 3px;
  }
  .spFixedBottom {
    z-index: 5;
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spFixedBottom a {
    width: 42%;
    padding: 3px 0;
    margin: 0 10px;
  }
}

/*fv*/
.gtFixedHeader {
  z-index: 20 !important;
}
.topMainArea {
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.topMainArea .topMainContents {
  z-index: 5;
  position: absolute;
  width: 1000px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.topMainArea .topMainContents .shikakuLogo {
  width: 180px;
  margin-top: 30px;
}
.topMainArea .topMainContents h1 {
  font-size: 60px;
  line-height: 1.4;
  margin-top: 20px;
  font-weight: 800;
}
.topMainArea .topMainContents h1 .marker {
  background: linear-gradient(transparent 30%, #fce339 30%);
  padding: 0 0.2em 0.1em;
  color: #0081cc;
}
.topMainArea .topMainContents .titleBottom {
  font-size: 22px;
  font-weight: bold;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  margin-top: 20px;
}
.topMainArea .topMainContents .medalImg {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.topMainArea .topMainImgBox {
  position: relative;
  margin-left: auto;
  height: 100%;
  width: 50%;
}
.topMainArea .topMainImgBox::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 420px;
  background: linear-gradient(to left, transparent 0%, #fff 100%);
}
.topMainArea .topMainImgBox img {
  height: 130%;
  width: 100%;
  object-fit: cover;
  object-position: 100% -50px;
}
@media screen and (max-width: 640px) {
  .topMainArea {
    height: auto;
    width: 100%;
    margin-top: 40px;
  }
  .topMainArea .topMainContents {
    width: 100%;
    height: 100%;
    left: 0%;
    transform: translateX(0);
    position: relative;
  }
  .topMainArea .topMainContents .shikakuLogo {
    display: none;
  }
  .topMainArea .topMainContents h1 {
    font-size: 12vw;
    margin-top: 20px;
    margin-left: 4%;
  }
  .topMainArea .topMainContents .titleBottom {
    font-size: 5vw;
    margin-top: 10px;
    margin-left: 4%;
  }
  .topMainArea .topMainContents .medalImg {
    position: absolute;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -97%;
  }
  .topMainArea .topMainImgBox {
    position: relative;
    margin-left: auto;
    height: 100%;
    width: 130%;
    margin-top: -50px;
  }
  .topMainArea .topMainImgBox::before {
    z-index: 3;
    width: 100%;
    height: 20%;
    background: linear-gradient(to top, transparent 0%, #fff 100%);
    top: 0;
  }
  .topMainArea .topMainImgBox img {
    height: auto;
    width: 140%;
    max-width: 100%;
    object-fit: cover;
    object-position: 50%;
    bottom: 0;
    left: 40%;
    transform: translateX(-50%);
    position: relative;
  }
}
/*gtBannerBottomBtn*/
.gtBannerBottomBtn {
  width: 800px;
  margin: 30px auto 40px;
  display: flex;
  justify-content: space-between;
}
.gtBannerBottomBtn a {
  height: 45px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #0081cc;
  width: 360px;
  padding: 5px 10px;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  line-height: 1.4;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.gtBannerBottomBtn a::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  right: 8%;
  top: 50%;
  margin-top: 2px;
}
.gtBannerBottomBtn a.yellow {
  background-color: #fce339;
  color: #363636;
}
.gtBannerBottomBtn a.yellow::before {
  border-top: 2px solid #363636;
  border-right: 2px solid #363636;
}
.gtBannerBottomBtn a span {
  display: block;
}
.gtBannerBottomBtn a .sm {
  font-size: 75%;
  position: relative;
  padding: 0 10px;
}
.gtBannerBottomBtn a .sm::before,
.gtBannerBottomBtn a .sm::after {
  content: '';
  position: absolute;
  border: 0.6px solid #363636;
  height: 16px;
  bottom: 0.2em;
}
.gtBannerBottomBtn a .sm::before {
  left: 0;
  transform: rotate(-30deg);
}
.gtBannerBottomBtn a .sm::after {
  right: 0;
  transform: rotate(-150deg);
}
@media screen and (max-width: 640px) {
  .gtBannerBottomBtn {
    display: none;
    width: 94%;
    margin: 20px auto 20px;
  }
  .gtBannerBottomBtn a {
    width: 42%;
    padding: 10px;
    font-size: 4vw;
  }
  .gtBannerBottomBtn a .sm {
    font-size: 60%;
    padding: 0 5px;
  }
  .gtBannerBottomBtn a .sm::before,
  .gtBannerBottomBtn a .sm::after {
    height: 10px;
  }
}
/*gtCourseBox*/
.gtCourseBox {
  width: 920px;
  margin: 0 auto 50px;
  padding: 30px 40px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}
.gtCourseBox .gtCourseList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.gtCourseBox .gtCourseList li {
  width: calc(100% / 3);
}
.gtCourseBox .gtCourseList li a {
  margin-left: 15px;
  display: inline-block;
  position: relative;
  color: #363636;
  padding-left: 1em;
  margin-top: 10px;
  width: 80%;
}
.gtCourseBox .gtCourseList li a::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #0081cc;
}
.gtCourseBox .gtCourseList li.btn a {
  margin-left: 0;
  display: block;
  border: 1px solid #0081cc;
  border-radius: 50px;
  padding: 5px 0 5px 40px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
}
.gtCourseBox .gtCourseList li.btn a::after {
  left: 18px;
  border-left: 8px solid #fff;
}
.gtCourseBox .gtCourseList li.btn a::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: #0081cc;
  border-radius: 50%;
}
.bannerArea {
  background-color: #f0f0f0;
  padding: 30px 0;
}
.bannerArea .bxslider_wrapper {
  width: 1000px;
  margin: 0 auto;
}
.bannerArea .bxslider_wrapper .slick li a {
  display: block;
  margin: 0 10px 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .gtCourseBox {
    width: 82%;
    margin: 30px auto 30px;
    padding: 20px 5%;
  }
  .gtCourseBox .gtCourseList {
    max-width: 340px;
    flex-direction: column;
    margin: 0 auto;
  }
  .gtCourseBox .gtCourseList li {
    width: 100%;
  }
  .gtCourseBox .gtCourseList li a {
    display: inline-block;
    position: relative;
    color: #363636;
    padding-left: 1em;
    margin-top: 10px;
    width: auto;
  }
  .bannerArea {
    padding: 20px 0;
  }
  .bannerArea .bxslider_wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
/*messageArea*/
.messageArea {
  background-color: #cbebfb;
  width: 900px;
  margin: 50px auto 80px;
  position: relative;
  padding: 40px 50px;
}
.messageArea .messageTxt {
  position: relative;
  z-index: 1;
  font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-weight: bold;
  font-size: 16px;
}
.messageArea .messageTxt h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
.messageArea .messageTxt p {
  margin-bottom: 1em;
}
.messageArea .messageTxt p:last-child {
  margin-bottom: 0;
}
.messageArea .messageImg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.messageArea .messageImg::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 100%;
  background: linear-gradient(to left, transparent 0%, #cbebfb 100%);
  left: 0;
  top: 0;
}
.messageArea .messageImg img {
  height: 100%;
  max-width: none;
}
@media screen and (max-width: 640px) {
  .messageArea {
    width: 100%;
    margin: 0px auto 50px;
    position: relative;
    padding: 0;
  }
  .messageArea .messageTxt {
    font-size: 14px;
    padding: 30px 5% 0;
  }
  .messageArea .messageTxt h2 {
    font-size: 7vw;
  }
  .messageArea .messageImg {
    position: static;
    width: 100%;
    height: 100%;
    margin-top: -30px;
  }
  .messageArea .messageImg::after {
    width: 100%;
    height: 80px;
    background: linear-gradient(to top, transparent 0%, #cbebfb 100%);
    left: 0;
    top: auto;
  }
  .messageArea .messageImg img {
    height: auto;
    max-width: 100%;
  }
}
/*pointList*/
.pointListArea {
  width: 1000px;
  margin: 0 auto;
}
.pointListArea h2.pointTitle {
  position: relative;
  margin-bottom: 10px;
  font-size: 30px;
}
.pointListArea h2.pointTitle span {
  border-left: 10px solid #0081cc;
  padding: 5px 0 5px 16px;
}
.pointList li {
  position: relative;
  margin-bottom: 50px;
}
.pointList li .txtBox {
  z-index: 1;
  position: absolute;
  padding: 30px 30px;
  width: 600px;
  background-color: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.pointList li .txtBox h2.numTitle {
  color: #0081cc;
  font-size: 24px;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
.pointList li .txtBox h2.numTitle svg {
  height: 40px;
  margin-right: 20px;
}
.pointList li .txtBox .marker {
  background: linear-gradient(transparent 30%, #cbebfb 30%);
}
.pointList li .imgBox {
  position: relative;
  background-color: #f0f0f0;
  width: 360px;
  height: 300px;
  margin-left: auto;
  position: relative;
}
.pointList li .imgBox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 230px;
}
.pointList li .imgBox .teacherImg {
  transform: translateX(-50%) translateY(0%);
  height: 290px;
  max-width: none;
  bottom: 0;
  top: auto;
  transition: none;
}
.pointList .reversePC .txtBox {
  right: 0;
  left: auto;
}
.pointList .reversePC .imgBox {
  margin-right: auto;
  margin-left: 0;
}
@media screen and (max-width: 640px) {
  .pointListArea {
    width: 100%;
  }
  .pointListArea h2.pointTitle {
    margin-bottom: 20px;
    font-size: 6vw;
    text-align: center;
  }
  .pointListArea h2.pointTitle span {
    border-left: none;
    border-bottom: 3px solid #0081cc;
    padding: 0 10px 5px 10px;
  }
  .pointList li {
    position: relative;
    margin-bottom: 30px;
  }
  .pointList li .txtBox {
    z-index: 1;
    position: relative;
    padding: 20px 5%;
    width: 80%;
    background-color: #fff;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    transform: translateY(0);
  }
  .pointList li .txtBox h2.numTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .pointList li .txtBox h2.numTitle svg {
    height: 40px;
    margin-right: 10px;
  }
  .pointList li .imgBox {
    position: relative;
    background-color: #f0f0f0;
    width: 80%;
    height: 200px;
    margin-left: auto;
    position: relative;
    margin-top: -20px;
    overflow: hidden;
  }
  .pointList li .imgBox img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 160px;
    margin-top: 10px;
  }
  .pointList li .imgBox .teacherImg {
    height: 92%;
  }
  .pointList .reversePC .txtBox {
    right: auto;
    left: 0;
  }
  .pointList .reversePC .imgBox {
    margin-right: 0;
    margin-left: auto;
  }
}
/*合格者*/
.gtVoiceArea {
  width: 1000px;
  margin: 0 auto 50px;
}
.gtVoiceList {
  display: flex;
  justify-content: space-between;
}
.gtVoiceList li {
  position: relative;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  width: 30%;
  margin: 30px 10px 10px;
}
.gtVoiceList li a {
  display: block;
  padding: 20px 20px;
  color: #363636;
  font-size: 14px;
}
.gtVoiceList li .shikakuTag {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: #fce339;
  padding: 5px 30px;
}
.gtVoiceList li img {
  margin-bottom: 10px;
}
.gtVoiceList li .name {
  text-align: right;
  margin-top: 5px;
  font-size: 90%;
}
@media screen and (max-width: 640px) {
  .gtVoiceArea {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0px;
  }

  .gtVoiceList li {
    width: calc(30% - 40px);
  }
  .gtVoiceList li a {
    padding: 20px 10px 10px;
  }
  .gtVoiceList li .shikakuTag {
    font-size: 80%;
    top: -10px;
    left: -5px;
    padding: 4px 15px;
  }
}
.slick-dots li {
  box-shadow: none;
}
/*media*/
.gtMediaList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gtMediaList li {
  margin-bottom: 10px;
}
.recruitBanner {
  display: block;
  width: 600px;
  margin: 0 auto;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  .gtMediaList {
    justify-content: center;
  }
  .gtMediaList li {
    width: calc(25% - 20px);
    margin: 0 10px 10px 10px;
  }
  .recruitBanner {
    width: 90%;
  }
}
/*おしらせ*/
h2.normal {
  font-size: 24px;
  margin-bottom: 10px;
}
.titleFlex {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.titleFlex .ichiranBtn {
  font-weight: normal;
  font-size: 13px;
  color: #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
  line-height: 1;
  margin-right: 5px;
}
.gtFlex {
  display: flex;
  justify-content: space-between;
}
.halfBox {
  width: 48%;
}
div.information.scroll-info {
  overflow: auto;
  height: 300px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}
.information p {
  margin: 0;
}
.information ul li {
  margin-bottom: 15px;
  line-height: 100%;
  display: block;
  font-size: 13px;
}
.information ul li p {
  display: table-cell;
}
.information ul li p.category {
  padding-right: 10px;
  min-width: 100px;
}
.information ul li p.category a {
  background: #414141;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 4px 10px;
  display: block;
  text-align: center;
  line-height: 130%;
}

.news {
  margin-bottom: 50px;
}
div.news.scroll-info {
  overflow: auto;
  height: 300px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}

.news p {
  margin: 0;
}
.news ul li {
  font-size: 13px;
  margin-bottom: 17px;
  display: block;
  line-height: 120%;
}
.news ul li p {
  display: table-cell;
  vertical-align: top;
}
.news ul li p.time {
  padding-right: 10px;
}
.news ul li p.time span {
  background: #f3f3f3;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  font-size: 11px;
  padding: 4px 10px;
}
.news_text {
  line-height: 150%;
}
@media screen and (max-width: 640px) {
  .gtFlex {
    flex-direction: column;
  }
  .halfBox {
    width: 100%;
  }
  .spContentsBottom {
    margin-bottom: 30px;
  }

  .gtTohaLinkList {
    max-width: 340px;
    margin: 10px auto 0;
  }
  .gtTohaLinkList li {
    margin-bottom: 10px;
  }
  .gtMediaList {
    justify-content: center;
  }
  .gtMediaList li {
    width: calc(25% - 20px);
    margin: 0 10px 10px 10px;
  }
  .gtColumnList {
    justify-content: space-between;
  }
  .gtColumnList li {
    width: 48%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .gtColumnList li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .groupArea {
    padding: 20px 4%;
    width: 86%;
    margin: 0 auto 40px;
  }
  .groupArea .groupLinkList {
    flex-direction: column;
  }
  .groupArea .groupLinkList li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/*ShikakuPassリンク一覧*/
.textCenter {
  text-align: center;
}

.spLinkUpperTitle {
  text-align: center;
}
.spLinkUpperTitle span {
  background-color: #0081cc;
  color: #ffffff;
  padding: 4px 8px;
}

.spLogoArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto;
}
.spLogoArea img {
  width: 32%;
  max-width: 150px;
  margin: 0 16px;
}

h3.kouzaTitle {
  font-size: 1em;
  font-weight: bold;
}

.gtCourseBox .spCourseList {
  justify-content: flex-start;
  align-items: center;
}
.gtCourseBox .spCourseList li {
  line-height: 1.2;
  width: calc(100% / 3);
}
.gtCourseBox .spCourseList li a {
  margin-top: 0;
  margin-bottom: 10px;
  width: 90%;
}

.spBannerArea {
  text-align: center;
  margin-top: 16px;
}
.spBannerArea img {
  width: 100%;
  max-width: 480px;
}

@media screen and (max-width: 640px) {
  .gtCourseBox .spCourseList li {
    width: 100%;
  }
}
