@charset "UTF-8";
.lozad {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0
}
.lozad.fadeIn {
  opacity: 1
}
.fade {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0
}
.fade.fadeIn {
  opacity: 1
}
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%)
}
.animation.animationOn:nth-child(1) {
  -webkit-animation: popAnimate .5s ease .1s 1 forwards;
  animation: popAnimate .5s ease .1s 1 forwards
}
.animation.animationOn:nth-child(2) {
  -webkit-animation: popAnimate .5s ease .2s 1 forwards;
  animation: popAnimate .5s ease .2s 1 forwards
}
.animation.animationOn:nth-child(3) {
  -webkit-animation: popAnimate .5s ease .3s 1 forwards;
  animation: popAnimate .5s ease .3s 1 forwards
}
.animation.animationOn:nth-child(4) {
  -webkit-animation: popAnimate .5s ease .4s 1 forwards;
  animation: popAnimate .5s ease .4s 1 forwards
}
.animation.animationOn:nth-child(5) {
  -webkit-animation: popAnimate .5s ease .5s 1 forwards;
  animation: popAnimate .5s ease .5s 1 forwards
}
.animation.animationOn:nth-child(6) {
  -webkit-animation: popAnimate .5s ease .6s 1 forwards;
  animation: popAnimate .5s ease .6s 1 forwards
}
.animation.animationOn:nth-child(7) {
  -webkit-animation: popAnimate .5s ease .7s 1 forwards;
  animation: popAnimate .5s ease .7s 1 forwards
}
.animation.animationOn:nth-child(8) {
  -webkit-animation: popAnimate .5s ease .8s 1 forwards;
  animation: popAnimate .5s ease .8s 1 forwards
}
.animation.animationOn:nth-child(9) {
  -webkit-animation: popAnimate .5s ease .9s 1 forwards;
  animation: popAnimate .5s ease .9s 1 forwards
}
.animation.animationOn:nth-child(10) {
  -webkit-animation: popAnimate .5s ease 1s 1 forwards;
  animation: popAnimate .5s ease 1s 1 forwards
}
.animation.animationOn:nth-child(11) {
  -webkit-animation: popAnimate .5s ease 1.1s 1 forwards;
  animation: popAnimate .5s ease 1.1s 1 forwards
}
.animation.animationOn:nth-child(12) {
  -webkit-animation: popAnimate .5s ease 1.2s 1 forwards;
  animation: popAnimate .5s ease 1.2s 1 forwards
}
.animation.animationOn:nth-child(13) {
  -webkit-animation: popAnimate .5s ease 1.3s 1 forwards;
  animation: popAnimate .5s ease 1.3s 1 forwards
}
.animation.animationOn:nth-child(14) {
  -webkit-animation: popAnimate .5s ease 1.4s 1 forwards;
  animation: popAnimate .5s ease 1.4s 1 forwards
}
.animation.animationOn:nth-child(15) {
  -webkit-animation: popAnimate .5s ease 1.5s 1 forwards;
  animation: popAnimate .5s ease 1.5s 1 forwards
}
.animation.animationOn:nth-child(16) {
  -webkit-animation: popAnimate .5s ease 1.6s 1 forwards;
  animation: popAnimate .5s ease 1.6s 1 forwards
}
.animation.animationOn:nth-child(17) {
  -webkit-animation: popAnimate .5s ease 1.7s 1 forwards;
  animation: popAnimate .5s ease 1.7s 1 forwards
}
.animation.animationOn:nth-child(18) {
  -webkit-animation: popAnimate .5s ease 1.8s 1 forwards;
  animation: popAnimate .5s ease 1.8s 1 forwards
}
.animation.animationOn:nth-child(19) {
  -webkit-animation: popAnimate .5s ease 1.9s 1 forwards;
  animation: popAnimate .5s ease 1.9s 1 forwards
}
.animation.animationOn:nth-child(20) {
  -webkit-animation: popAnimate .5s ease 2s 1 forwards;
  animation: popAnimate .5s ease 2s 1 forwards
}
.animation.animationOn:nth-child(21) {
  -webkit-animation: popAnimate .5s ease 2.1s 1 forwards;
  animation: popAnimate .5s ease 2.1s 1 forwards
}
.animation.animationOn:nth-child(22) {
  -webkit-animation: popAnimate .5s ease 2.2s 1 forwards;
  animation: popAnimate .5s ease 2.2s 1 forwards
}
.animation.animationOn:nth-child(23) {
  -webkit-animation: popAnimate .5s ease 2.3s 1 forwards;
  animation: popAnimate .5s ease 2.3s 1 forwards
}
.animation.animationOn:nth-child(24) {
  -webkit-animation: popAnimate .5s ease 2.4s 1 forwards;
  animation: popAnimate .5s ease 2.4s 1 forwards
}
.animation.animationOn:nth-child(25) {
  -webkit-animation: popAnimate .5s ease 2.5s 1 forwards;
  animation: popAnimate .5s ease 2.5s 1 forwards
}
.animation.animationOn:nth-child(26) {
  -webkit-animation: popAnimate .5s ease 2.6s 1 forwards;
  animation: popAnimate .5s ease 2.6s 1 forwards
}
.animation.animationOn:nth-child(27) {
  -webkit-animation: popAnimate .5s ease 2.7s 1 forwards;
  animation: popAnimate .5s ease 2.7s 1 forwards
}
.animation.animationOn:nth-child(28) {
  -webkit-animation: popAnimate .5s ease 2.8s 1 forwards;
  animation: popAnimate .5s ease 2.8s 1 forwards
}
.animation.animationOn:nth-child(29) {
  -webkit-animation: popAnimate .5s ease 2.9s 1 forwards;
  animation: popAnimate .5s ease 2.9s 1 forwards
}
.animation.animationOn:nth-child(30) {
  -webkit-animation: popAnimate .5s ease 3s 1 forwards;
  animation: popAnimate .5s ease 3s 1 forwards
}
.animation.animationOn:nth-child(31) {
  -webkit-animation: popAnimate .5s ease 3.1s 1 forwards;
  animation: popAnimate .5s ease 3.1s 1 forwards
}
.animation.animationOn:nth-child(32) {
  -webkit-animation: popAnimate .5s ease 3.2s 1 forwards;
  animation: popAnimate .5s ease 3.2s 1 forwards
}
.animation.animationOn:nth-child(33) {
  -webkit-animation: popAnimate .5s ease 3.3s 1 forwards;
  animation: popAnimate .5s ease 3.3s 1 forwards
}
.animation.animationOn:nth-child(34) {
  -webkit-animation: popAnimate .5s ease 3.4s 1 forwards;
  animation: popAnimate .5s ease 3.4s 1 forwards
}
.animation.animationOn:nth-child(35) {
  -webkit-animation: popAnimate .5s ease 3.5s 1 forwards;
  animation: popAnimate .5s ease 3.5s 1 forwards
}
.animation.animationOn:nth-child(36) {
  -webkit-animation: popAnimate .5s ease 3.6s 1 forwards;
  animation: popAnimate .5s ease 3.6s 1 forwards
}
.animation.animationOn:nth-child(37) {
  -webkit-animation: popAnimate .5s ease 3.7s 1 forwards;
  animation: popAnimate .5s ease 3.7s 1 forwards
}
.animation.animationOn:nth-child(38) {
  -webkit-animation: popAnimate .5s ease 3.8s 1 forwards;
  animation: popAnimate .5s ease 3.8s 1 forwards
}
.animation.animationOn:nth-child(39) {
  -webkit-animation: popAnimate .5s ease 3.9s 1 forwards;
  animation: popAnimate .5s ease 3.9s 1 forwards
}
.animation.animationOn:nth-child(40) {
  -webkit-animation: popAnimate .5s ease 4s 1 forwards;
  animation: popAnimate .5s ease 4s 1 forwards
}
.animation.animationOn:nth-child(41) {
  -webkit-animation: popAnimate .5s ease 4.1s 1 forwards;
  animation: popAnimate .5s ease 4.1s 1 forwards
}
.animation.animationOn:nth-child(42) {
  -webkit-animation: popAnimate .5s ease 4.2s 1 forwards;
  animation: popAnimate .5s ease 4.2s 1 forwards
}
.animation.animationOn:nth-child(43) {
  -webkit-animation: popAnimate .5s ease 4.3s 1 forwards;
  animation: popAnimate .5s ease 4.3s 1 forwards
}
.animation.animationOn:nth-child(44) {
  -webkit-animation: popAnimate .5s ease 4.4s 1 forwards;
  animation: popAnimate .5s ease 4.4s 1 forwards
}
.animation.animationOn:nth-child(45) {
  -webkit-animation: popAnimate .5s ease 4.5s 1 forwards;
  animation: popAnimate .5s ease 4.5s 1 forwards
}
.animation.animationOn:nth-child(46) {
  -webkit-animation: popAnimate .5s ease 4.6s 1 forwards;
  animation: popAnimate .5s ease 4.6s 1 forwards
}
.animation.animationOn:nth-child(47) {
  -webkit-animation: popAnimate .5s ease 4.7s 1 forwards;
  animation: popAnimate .5s ease 4.7s 1 forwards
}
.animation.animationOn:nth-child(48) {
  -webkit-animation: popAnimate .5s ease 4.8s 1 forwards;
  animation: popAnimate .5s ease 4.8s 1 forwards
}
.animation.animationOn:nth-child(49) {
  -webkit-animation: popAnimate .5s ease 4.9s 1 forwards;
  animation: popAnimate .5s ease 4.9s 1 forwards
}
.animation.animationOn:nth-child(50) {
  -webkit-animation: popAnimate .5s ease 5s 1 forwards;
  animation: popAnimate .5s ease 5s 1 forwards
}
@-webkit-keyframes popAnimate {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
  }
}
@keyframes popAnimate {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
  }
}
.ichishinExamLp a {
  color: inherit;
  text-decoration: none;
  outline: 0;
  word-break: break-all
}
.ichishinExamLp img {
  max-width: 100%;
  height: auto
}
.ichishinExamLp ol, .ichishinExamLp ul {
  list-style: none
}
.ichishinExamLp dd, .ichishinExamLp dl, .ichishinExamLp figure, .ichishinExamLp h1, .ichishinExamLp h2, .ichishinExamLp h3, .ichishinExamLp h4, .ichishinExamLp hr, .ichishinExamLp ol, .ichishinExamLp p, .ichishinExamLp ul {
  margin: 0;
  padding: 0
}
.ichishinExamLp section {
  display: block
}
.ichishinExamLp p {
  text-align: justify;
  word-break: break-all
}
.ichishinExamLp i {
  font-style: normal
}
.ichishinExamLp a[href^="tel:"] {
  pointer-events: none
}
.ichishinExamLp .fbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.ichishinExamLp .ttl__style-A {
  background-color: #1d2087;
  background-image: none;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0 10px 0 20px;
  margin-bottom: 35px;
  position: relative
}
.ichishinExamLp .ttl__style-A::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #9b9dca;
  position: absolute;
  left: 0;
  bottom: -5px
}
.ichishinExamLp .ttl__style-A span {
  font-size: 16px;
  font-weight: 700;
  color: #1d2087;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 30px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 20px
}
.ichishinExamLp .ttl__style-B {
  font-size: 27px;
  font-weight: 700;
  color: #1d2087;
  background-color: #d4d4e8;
  margin-bottom: 30px;
  border: none;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 20px;
  position: relative
}
.ichishinExamLp .ttl__style-B::after, .ichishinExamLp .ttl__style-B::before {
  content: "";
  width: 100%;
  position: absolute
}
.ichishinExamLp .ttl__style-B::before {
  content: "";
  height: 5px;
  background-color: #c7c7e1;
  left: 0;
  top: -5px
}
.ichishinExamLp .ttl__style-B::after {
  content: "";
  height: 1px;
  background-color: #dfdfee;
  bottom: -2px;
  left: 0
}
.ichishinExamLp .ttl__style-B span {
  background-color: #fff;
  color: #1d2087;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  height: 30px;
  padding: 0 15px;
  margin-right: 15px
}
.ichishinExamLp .c-btnBox__A {
  border-radius: 999px;
  background-color: #b99149;
  -webkit-box-shadow: 0 5px 0 0 #a26d0d;
  box-shadow: 0 5px 0 0 #a26d0d;
  color: #fff;
  height: 60px;
  width: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.ichishinExamLp .c-btnBox__A:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 0 #a26d0d;
  box-shadow: 0 0 0 0 #a26d0d
}
.ichishinExamLp .c-btnBox__A a {
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  line-height: 1.4
}
.ichishinExamLp .c-btnBox__A a::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  background: url(../images/icon_arrow_circle_yellow.png) no-repeat center/100% auto
}
.ichishinExamLp .ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}
.ichishinExamLp .ofi.center {
  -o-object-position: center;
  object-position: center
}
.ichishinExamLp .ofi.left {
  -o-object-position: left;
  object-position: left
}
.ichishinExamLp .ofi.right {
  -o-object-position: right;
  object-position: right
}
.ichishinExamLp .ofi.top {
  -o-object-position: top;
  object-position: top
}
.ichishinExamLp .ofi.bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ichishinExamLp .baseW {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
.ichishinExamLp .baseW-md {
  width: 950px;
  margin-right: auto;
  margin-left: auto
} /*.sp-fixed-line_area{display:none}*/ .ichishinExamLp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal
}
.ichishinExamLp h1, .ichishinExamLp h2, .ichishinExamLp h3, .ichishinExamLp h4 {
  background: 0 0;
  border: none;
  font-size: inherit
}
.ichishinExamLp__mv {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px
}
.ichishinExamLp__intro {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-bottom: 53px;
  margin-bottom: 20px
}
.ichishinExamLp__intro::after {
  content: "";
  width: 100%;
  height: 23px;
  background: url(../images/intro_shadow.png) no-repeat bottom center/100% auto;
  position: absolute;
  left: 0;
  bottom: 0
}
.ichishinExamLp__intro-open {
  padding-left: 26px
}
.ichishinExamLp__intro-reco {
  padding: 22px;
  width: 500px;
  border-radius: 6px;
  background-color: #f4f2f1;
  position: relative
}
.ichishinExamLp__intro-reco::after {
  content: "";
  width: 178px;
  height: 204px;
  background: url(../images/2025/intro_reco_img.png) no-repeat bottom/100% auto;
  position: absolute;
  right: -5px;
  bottom: 0
}
.ichishinExamLp__intro-reco .ttl {
  color: #f26b74;
  font-size: 21px;
  font-weight: 700;
  border: none;
  position: relative;
  padding-left: 30px;
  background-color: transparent;
  margin-bottom: 20px
}
.ichishinExamLp__intro-reco .ttl::before {
  content: "";
  width: 26px;
  height: 27px;
  background: url(../images/2025/intro_reco_icon.png) no-repeat center/100% auto;
  position: absolute;
  left: 0;
  top: -3px
}
.ichishinExamLp__intro-reco .list {
  font-size: 16px;
  font-weight: 700
}
.ichishinExamLp__intro-reco .list .item {
  position: relative;
  padding-left: 18px
}
.ichishinExamLp__intro-reco .list .item:not(:last-child) {
  margin-bottom: 10px
}
.ichishinExamLp__intro-reco .list .item::before {
  content: "・";
  color: #f26b74;
  position: absolute;
  left: 0;
  top: 0
}
.ichishinExamLp__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ichishinExamLp__nav-item {
  width: calc(16.6666666667% - 2.5px);
  height: 58px;
  -webkit-box-shadow: 0 4px 0 0 #966e12;
  box-shadow: 0 4px 0 0 #966e12;
  padding-bottom: 0;
  border-radius: 6px;
  overflow: hidden
}
.ichishinExamLp__nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #b99149;
  color: #fff;
  position: relative;
  font-size: 15px;
  font-weight: 700
}
.ichishinExamLp__nav-item a .icon-arrow {
  width: 100%;
  height: 12px;
  background-color: #b18434;
  position: absolute;
  bottom: 0;
  left: 0
}
.ichishinExamLp__nav-item a .icon-arrow::before {
  content: "";
  width: 14.5px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/nav_arrow_icon.png) no-repeat center center/100% auto
}
.ichishinExamLp__campaign {
  padding-top: 58px
}
.ichishinExamLp__campaign-img {
  text-align: center;
  margin-bottom: 20px
}
.ichishinExamLp__campaign-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.ichishinExamLp__course {
  padding-top: 95px
}
.ichishinExamLp__course-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.ichishinExamLp__course-list .item {
  width: calc(33.3333333333% - 6px);
  height: 74px;
  border-radius: 6px;
  border: 1px solid #1d2087;
  -webkit-box-shadow: 0 5px 0 0 #d4d4e8;
  box-shadow: 0 5px 0 0 #d4d4e8;
  padding-bottom: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.ichishinExamLp__course-list .item:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 0 #d4d4e8;
  box-shadow: 0 0 0 0 #d4d4e8
}
.ichishinExamLp__course-list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #1d2087;
  line-height: 1.3
}
.ichishinExamLp__course-list .item a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon_arrow_circle.png) no-repeat center/100% auto;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.ichishinExamLp__course-sec {
  padding-top: 60px
}
.ichishinExamLp__course-sec-inner .courseHeader {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ichishinExamLp__course-sec-inner .courseHeader .descBox {
  width: calc(100% - 393px)
}
.ichishinExamLp__course-sec-inner .courseHeader .descBox .ttl {
  font-size: 25px;
  font-weight: 700;
  color: #1d2087;
  margin-bottom: 20px
}
.ichishinExamLp__course-sec-inner .courseHeader .descBox .ttl .smallTxt {
  color: #b99149;
  font-size: 21px;
  font-weight: 700;
  display: block
}
.ichishinExamLp__course-sec-inner .courseHeader .descBox .curriculum {
  background-color: #eadec8;
  border-radius: 6px;
  color: #886618;
  font-weight: 700;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 15px;
  margin-bottom: 15px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.ichishinExamLp__course-sec-inner .courseHeader .descBox .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7
}
.ichishinExamLp__course-sec-inner .courseHeader .imgBox {
  width: 350px;
  margin-top: 10px
}
.ichishinExamLp__course-sec-inner .courseHeader .imgBox img {
  border-radius: 12px
}
.ichishinExamLp__course-sec#prep .ichishinExamLp__course-sec-inner .imgBox img {
  border-radius: 0
}
.ichishinExamLp__course-sec.-general .coursePoint {
  margin-top: 60px
}
.ichishinExamLp__course-sec.-general .coursePoint-ttl {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  color: #1d2087;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.5;
  margin-bottom: 35px
}
.ichishinExamLp__course-sec.-general .coursePoint-ttl::before {
  content: "";
  width: 254px;
  height: 38px;
  background: url(../images/course_ttl_point.png) no-repeat center/100% auto;
  margin-bottom: 15px
}
.ichishinExamLp__course-sec.-general .coursePoint-ttl .smallTxt {
  display: block;
  font-size: 18px;
  color: #b99149
}
.ichishinExamLp__course-sec.-general .coursePoint-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ichishinExamLp__course-sec.-general .coursePoint-item {
  background-color: #f4f4f4;
  border-radius: 12px;
  width: calc(50% - 4px);
  padding: 20px 22px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.ichishinExamLp__course-sec.-general .coursePoint-item:not(:nth-last-of-type(1), :nth-last-of-type(2)) {
  margin-bottom: 8px
}
.ichishinExamLp__course-sec.-general .coursePoint-item .ttl {
  font-size: 24px;
  font-weight: 700;
  color: #1d2087;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 15px;
  position: relative
}
.ichishinExamLp__course-sec.-general .coursePoint-item .ttl .label {
  border-radius: 999px;
  width: 76px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  margin-right: 17px;
  color: #fff
}
.ichishinExamLp__course-sec.-general .coursePoint-item .ttl .label.-sansu {
  background-color: #4e89e2
}
.ichishinExamLp__course-sec.-general .coursePoint-item .ttl .label.-kokugo {
  background-color: #319792
}
.ichishinExamLp__course-sec.-general .coursePoint-item .ttl .label.-rika {
  background-color: #cc9031
}
.ichishinExamLp__course-sec.-general .coursePoint-item .ttl .label.-syakai {
  background-color: #ac55a4
}
.ichishinExamLp__course-sec.-general .coursePoint-item .desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7
}
.ichishinExamLp__course-sec.-general .coursePoint-item .desc .clo_red {
  color: #e71c47
}
.ichishinExamLp__course-sec.-consistency .courseHeader + .c-btnBox__A {
  width: 355px;
  height: 80px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto
}
.ichishinExamLp__course-sec.-prep .courseHeader + .c-btnBox__A {
  width: 355px;
  height: 60px;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto
}
.ichishinExamLp__course-sec.-prep .courseOther {
  background-color: #1d2087;
  border-radius: 12px;
  padding: 50px 0;
  margin-top: 40px
}
.ichishinExamLp__course-sec.-prep .courseOther-ttl {
  font-size: 27px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px
}
.ichishinExamLp__course-sec.-prep .courseOther-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.ichishinExamLp__course-sec.-prep .courseOther-inner .c-btnBox__A {
  width: 355px
}
.ichishinExamLp__course-sec.-prep .courseOther-inner .c-btnBox__A:first-child {
  margin-right: 28px
}
.ichishinExamLp__features {
  padding-top: 120px
}
.ichishinExamLp__features-sec {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  margin-top: 40px
}
.ichishinExamLp__features-sec:first-child {
  margin-top: 50px
}
.ichishinExamLp__features-sec::before {
  content: "";
  width: 100%;
  height: 23px;
  background: url(../images/features_sec_shadow.png) no-repeat center top/100% auto;
  position: absolute;
  top: -23px;
  left: 0
}
.ichishinExamLp__features-sec > .ttl {
  position: relative;
  border: 1px solid #1d2087 !important;
  min-height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1d2087;
  font-weight: 700;
  font-size: 30px;
  padding-left: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer
}
.ichishinExamLp__features-sec > .ttl.is-open {
  border-bottom: 1px solid #d8d1cd !important
}
.ichishinExamLp__features-sec > .ttl.is-open .icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg)
}
.ichishinExamLp__features-sec > .ttl .numBox {
  width: 45px;
  min-height: 72px;
  background-color: #1d2087;
  position: absolute;
  left: 15px;
  top: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 5px
}
.ichishinExamLp__features-sec > .ttl .numBox::before {
  content: "";
  width: 9px;
  height: 6px;
  position: absolute;
  top: 0;
  right: -9px;
  background: url(../images/features_ttl_parts02.png) no-repeat center/100% auto
}
.ichishinExamLp__features-sec > .ttl .numBox::after {
  content: "";
  width: 100%;
  height: 19px;
  background: url(../images/features_ttl_parts01.png) no-repeat center bottom/100% auto;
  position: absolute;
  bottom: -17px;
  left: 0
}
.ichishinExamLp__features-sec > .ttl .shoulder {
  font-size: 16px;
  color: #b99149;
  display: block
}
.ichishinExamLp__features-sec > .ttl .label .sub {
  display: inline-block;
  font-size: 13px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  margin-left: 3px
}
.ichishinExamLp__features-sec > .ttl .icon-plus {
  position: absolute;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background-color: #4876c3
}
.ichishinExamLp__features-sec > .ttl .icon-plus::after, .ichishinExamLp__features-sec > .ttl .icon-plus::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%
}
.ichishinExamLp__features-sec > .ttl .icon-plus::before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.ichishinExamLp__features-sec > .ttl .icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.ichishinExamLp__features-sec .detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #f4f2f1;
  margin-top: 1px
}
.ichishinExamLp__features-sec .detail-inner {
  padding: 30px 25px
}
.ichishinExamLp__features-sec .detail-inner .ttl {
  font-size: 21px;
  font-weight: 700;
  color: #1d2087;
  line-height: 1.5;
  margin-bottom: 10px
}
.ichishinExamLp__features-sec .detail-inner .ttl .clo_red {
  color: #e71c47
}
.ichishinExamLp__features-sec .detail-inner .descTxt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7
}
.ichishinExamLp__features-sec .detail-inner .descTxt .clo_red {
  color: #e71c47
}
.ichishinExamLp__features-sec.-point01 .prBox {
  margin-top: 20px
}
.ichishinExamLp__features-sec.-point01 .prBox .img {
  margin-right: 30px
}
.ichishinExamLp__features-sec.-point01 .prBox .img img {
  border-radius: 6px
}
.ichishinExamLp__features-sec.-point01 .prBox .pr .note {
  position: relative;
  padding-left: 13px;
  font-size: 12px;
  text-indent: 0;
  color: #474747;
  line-height: 1.4
}
.ichishinExamLp__features-sec.-point01 .prBox .pr .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: -1px
}
.ichishinExamLp__features-sec.-point02 .descWrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ichishinExamLp__features-sec.-point02 .descBox {
  width: calc(100% - 414px)
}
.ichishinExamLp__features-sec.-point02 .descBox-sec:first-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cec4c0
}
.ichishinExamLp__features-sec.-point03 .detail-inner {
  padding: 40px 30px
}
.ichishinExamLp__features-sec.-point03 .descList {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ichishinExamLp__features-sec.-point03 .descList li {
  width: calc(33.3333333333% - 33px);
  position: relative
}
.ichishinExamLp__features-sec.-point03 .descList li .img {
  margin-bottom: 10px
}
.ichishinExamLp__features-sec.-point03 .descList li .img img {
  width: 100%
}
.ichishinExamLp__features-sec.-point03 .descList li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dotted #cec4c0;
  position: absolute;
  right: -25px
}
.ichishinExamLp__features-sec.-point03 .descList li:nth-of-type(2) .img {
  margin-bottom: 0
}
.ichishinExamLp__features-sec.-point04 .detail-inner {
  padding: 30px
}
.ichishinExamLp__features-sec.-point04 .descSec {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ichishinExamLp__features-sec.-point04 .descSec:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #cec4c0
}
.ichishinExamLp__features-sec.-point04 .descSec .descBox {
  width: calc(100% - 215px)
}
.ichishinExamLp__features-sec.-point05 .detail-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ichishinExamLp__features-sec.-point05 .labelBox {
  width: calc(100% - 532px)
}
.ichishinExamLp__features-sec.-point05 .supportBox {
  width: 485px;
  padding: 20px 20px 20px 30px;
  background: #fff;
  border-radius: 6px;
  font-size: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ichishinExamLp__features-sec.-point05 .supportBox .supportList li {
  position: relative;
  padding-left: 16px;
  font-weight: 500
}
.ichishinExamLp__features-sec.-point05 .supportBox .supportList li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #b99149
}
.ichishinExamLp__search {
  padding-top: 120px
}
.ichishinExamLp__search-readTxt {
  font-size: 18px;
  margin-bottom: 30px !important;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.ichishinExamLp__search .tabNav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-left: 15px !important;
  padding-right: 15px !important
}
.ichishinExamLp__search .tabNav::before {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, .2);
  box-shadow: inset 0 -5px 5px 0 rgba(0, 0, 0, .2)
}
.ichishinExamLp__search .tabNav-item {
  font-size: 21px;
  font-weight: 500;
  color: #1d2087;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  width: calc(25% - 5px);
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: 1px solid #1d2087;
  border-width: 1px 1px 0 1px;
  -webkit-transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, -webkit-transform;
  transition-property: transform, background-color, color;
  transition-property: transform, background-color, color, -webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  cursor: pointer
}
.ichishinExamLp__search .tabNav-item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 14px solid #83a2d6;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 0 solid transparent;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity, bottom;
  transition-property: opacity, bottom;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  z-index: -2
}
.ichishinExamLp__search .tabNav-item.active {
  border-color: #83a2d6;
  background-color: #83a2d6;
  color: #fff;
  z-index: 1
}
.ichishinExamLp__search .tabNav-item.active::before {
  opacity: 1;
  bottom: -14px
}
.ichishinExamLp__search .tabContents {
  padding: 50px 0
}
.ichishinExamLp__search .tabContents__item {
  display: none
}
.ichishinExamLp__search .tabContents__item.show {
  display: block;
  -webkit-animation: fadeIn .25s ease;
  animation: fadeIn .25s ease
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.ichishinExamLp__search .tabContents__item-pref:not(:last-child) {
  margin-bottom: 20px
}
.ichishinExamLp__search .tabContents__item-pref .prefName {
  background-color: #d4dff1;
  border-radius: 6px;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  color: #4876c3;
  padding: 0 15px;
  cursor: pointer
}
.ichishinExamLp__search .tabContents__item-pref .prefName .icon-plus {
  position: absolute;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background-color: #4876c3
}
.ichishinExamLp__search .tabContents__item-pref .prefName .icon-plus::after, .ichishinExamLp__search .tabContents__item-pref .prefName .icon-plus::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%
}
.ichishinExamLp__search .tabContents__item-pref .prefName .icon-plus::before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.ichishinExamLp__search .tabContents__item-pref .prefName .icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.ichishinExamLp__search .tabContents__item-pref .prefName.is-open .icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg)
}
.ichishinExamLp__search .tabContents__item-pref .detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.ichishinExamLp__search .tabContents__item-pref .detail-inner {
  padding: 20px 0 0
}
.ichishinExamLp__search .tabContents__item-pref .detail .classInfo {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px !important;
  padding-right: 15px !important
}
.ichishinExamLp__search .tabContents__item-pref .detail .classInfo:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5
}
.ichishinExamLp__search .tabContents__item-pref .detail .classInfo .name {
  font-size: 21px;
  font-weight: 500;
  width: 220px
}
.ichishinExamLp__search .tabContents__item-pref .detail .classInfo .access {
  font-size: 15px;
  width: 330px;
  line-height: 1.5
}
.ichishinExamLp__search .tabContents__item-pref .detail .classInfo .tel {
  position: relative;
  padding-left: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  font-size: 21px
}
.ichishinExamLp__search .tabContents__item-pref .detail .classInfo .tel::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/icon_tel.png) no-repeat center/100% auto;
  position: absolute;
  left: 0
}
.ichishinExamLp__search .tabContents__item-pref .detail .classInfo .tel a {
  font-weight: 500
}
.ichishinExamLp__search .tabContents__item-pref .detail .classInfo .link {
  width: 140px
}
.ichishinExamLp__search .tabContents__item-pref .detail .classInfo .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background-color: #b99149;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 999px;
  height: 28px
}
.ichishinExamLp__search .tabContents__item-pref .detail .classInfo .link a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/icon_arrow_circle_yellow.png) no-repeat center/100% auto;
  position: absolute;
  right: 10px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.ichishinExamLp__search .tabContents__item-pref .detail .classInfo .link a:hover {
  background-color: #c69334
}
.ichishinExamLp__search .tabContents__item-pref .detail .classInfo .link a:hover::before {
  right: 8px
}
.ichishinExamLp__record {
  padding-top: 70px
}
.ichishinExamLp__record .record__mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}
.ichishinExamLp__record .record__readTxt {
  text-align: center;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 10px
}
.ichishinExamLp__record .record__readTxt .clo_red {
  color: #e70012
}
.ichishinExamLp__record .record__insertTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(185, 145, 73, 0)), color-stop(25%, #b99149), color-stop(50%, #b99149), color-stop(75%, #b99149), to(rgba(185, 145, 73, 0)));
  background: linear-gradient(to right, rgba(185, 145, 73, 0) 0, #b99149 25%, #b99149 50%, #b99149 75%, rgba(185, 145, 73, 0) 100%);
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px
}
.ichishinExamLp__record .record__list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px
}
.ichishinExamLp__record .record__list + .c-btnBox__A {
  width: 355px;
  margin-right: auto;
  margin-left: auto
}
.ichishinExamLp__record .record__item {
  width: calc(50% - 6px);
  padding-bottom: 0
}
.ichishinExamLp__record .record__item img {
  width: 100%
}
.ichishinExamLp__record .record__btmTxt {
  margin-top: 25px;
  text-align: center;
  font-size: 15px;
  font-weight: 500
}
.ichishinExamLp__usefulInfo {
  padding-top: 120px;
  margin-bottom: 120px
}
.ichishinExamLp__usefulInfo .usefulInfo__item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.ichishinExamLp__usefulInfo .usefulInfo__item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 0
}
.ichishinExamLp__usefulInfo .usefulInfo__item .videoBox {
  width: 300px;
  height: 150px;
  position: relative
}
.ichishinExamLp__usefulInfo .usefulInfo__item .videoBox iframe {
  width: 100%;
  height: 100%
}
.ichishinExamLp__usefulInfo .usefulInfo__item .labelBox {
  width: calc(100% - 330px);
  color: #8284bd;
  position: relative;
  padding-left: 60px;
  padding-top: 5px
}
.ichishinExamLp__usefulInfo .usefulInfo__item .labelBox::before {
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/icon_play.svg) no-repeat center/100% auto;
  position: absolute;
  left: 0;
  top: 0
}
.ichishinExamLp__usefulInfo .usefulInfo__item .labelBox .ttl {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.5
}
.ichishinExamLp__usefulInfo .usefulInfo__item .labelBox .shoulder {
  font-size: 20px;
  line-height: 1.5
}
@media screen and (min-width:768px) {
  .ichishinExamLp .sp_only {
    display: none
  }
}
@media screen and (max-width:1200px) {
  .ichishinExamLp .baseW {
    padding-left: 20px !important;
    padding-right: 20px !important
  }
}
@media screen and (max-width:767px) {
  .ichishinExamLp img {
    max-width: none;
    width: 100%
  }
  .ichishinExamLp a[href^="tel:"] {
    pointer-events: all
  }
  .ichishinExamLp .ttl__style-B {
    height: auto;
    padding: 10px 10px 10px 20px
  }
  .ichishinExamLp .pc_only {
    display: none
  }
  .ichishinExamLp .baseW-md {
    max-width: 600px;
    width: 100%
  }
  .ichishinExamLp__mv {
    width: 100%
  }
  .ichishinExamLp__intro {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 52px
  }
  .ichishinExamLp__intro::after {
    background: url(../images/intro_shadow_sp.png) no-repeat bottom center/100% auto
  }
  .ichishinExamLp__intro-open {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100%;
    margin-bottom: 30px
  }
  .ichishinExamLp__intro-reco {
    width: 100%;
    padding: 0 0 22px 0
  }
  .ichishinExamLp__intro-reco::after {
    display: none
  }
  .ichishinExamLp__intro-reco .ttl {
    padding-left: 75px;
    padding-right: clamp(70px, -279.0909090909px + 1.0909090909 * 100vw, 130px);
    padding-top: 32px;
    padding-bottom: 20px;
    line-height: 1.3;
    background-color: #e7e3e1;
    border-radius: 6px 6px 0 0
  }
  .ichishinExamLp__intro-reco .ttl::before {
    content: "";
    width: 47px;
    height: 50px;
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .ichishinExamLp__intro-reco .ttl::after {
    content: "";
    width: clamp(100px, -132.7272727273px + .7272727273 * 100vw, 140px);
    height: 204px;
    background: url(../images/intro_reco_img.png) no-repeat bottom/100% auto;
    position: absolute;
    right: 5px;
    bottom: 0
  }
  .ichishinExamLp__intro-reco .list {
    padding: 0 15px 0 15px
  }
  .ichishinExamLp__nav {
    padding-left: 30px !important;
    padding-right: 30px !important
  }
  .ichishinExamLp__nav-item {
    width: calc(50% - 2.5px)
  }
  .ichishinExamLp__nav-item:not(:nth-last-of-type(1), :nth-last-of-type(2)) {
    margin-bottom: 10px
  }
  .ichishinExamLp__campaign {
    padding-left: 20px !important;
    padding-right: 20px !important
  }
  .ichishinExamLp__campaign-img {
    width: calc(100% + 30px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  .ichishinExamLp__course {
    padding-top: 80px
  }
  .ichishinExamLp__course-list {
    padding-left: 30px !important;
    padding-right: 30px !important
  }
  .ichishinExamLp__course-list .item {
    width: 100%
  }
  .ichishinExamLp__course-list .item:not(:last-child) {
    margin-bottom: 15px
  }
  .ichishinExamLp__course-list .item a {
    font-size: 18px
  }
  .ichishinExamLp__course-sec-inner .courseHeader {
    padding-left: 20px !important;
    padding-right: 20px !important
  }
  .ichishinExamLp__course-sec-inner .courseHeader .descBox {
    width: 100%
  }
  .ichishinExamLp__course-sec-inner .courseHeader .descBox .ttl {
    font-size: 16px!important;
    line-height: 1.3;
	text-align: left!important;
  }
  .ichishinExamLp__course-sec-inner .courseHeader .descBox .ttl .smallTxt {
    margin-bottom: 2px;
    line-height: 1.5;
    font-size: 16px
  }
  .ichishinExamLp__course-sec-inner .courseHeader .descBox .curriculum {
    height: auto;
    line-height: 1.4;
    padding: 10px 15px
  }
  .ichishinExamLp__course-sec-inner .courseHeader .imgBox {
    margin-top: 20px;
    width: 100%
  }
  .ichishinExamLp__course-sec.-general .coursePoint {
    margin-top: 40px
  }
  .ichishinExamLp__course-sec.-general .coursePoint-list {
    padding: 0 10px
  }
  .ichishinExamLp__course-sec.-general .coursePoint-item {
    width: 100%;
    margin-bottom: 8px !important
  }
  .ichishinExamLp__course-sec.-general .coursePoint-item .ttl {
    padding-left: 87px
  }
  .ichishinExamLp__course-sec.-general .coursePoint-item .ttl .label {
    position: absolute;
    left: 0
  }
  .ichishinExamLp__course-sec.-consistency .courseHeader + .c-btnBox__A {
    width: 90%;
    max-width: 355px
  }
  .ichishinExamLp__course-sec.-prep .ttl__style-B {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  .ichishinExamLp__course-sec.-prep .ttl__style-B span {
    margin-right: 0;
    margin-bottom: 10px
  }
  .ichishinExamLp__course-sec.-prep .courseHeader + .c-btnBox__A {
    width: 90%
  }
  .ichishinExamLp__course-sec.-prep .courseHeader .descBox .ttl {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
  }
  .ichishinExamLp__course-sec.-prep .courseOther {
    width: 95%;
    margin-right: auto;
    margin-left: auto
  }
  .ichishinExamLp__course-sec.-prep .courseOther-inner .c-btnBox__A {
    width: 90%
  }
  .ichishinExamLp__course-sec.-prep .courseOther-inner .c-btnBox__A:first-child {
    margin-right: 0;
    margin-bottom: 20px
  }
  .ichishinExamLp__features-sec {
    padding-left: 10px !important;
    padding-right: 10px !important
  }
  .ichishinExamLp__features-sec::before {
    height: 20px;
    top: -20px;
    background: url(../images/features_sec_shadow_sp.png) no-repeat center top/100% auto
  }
  .ichishinExamLp__features-sec > .ttl {
    font-size: clamp(23px, -15.4615384615px + .1025641026 * 100vw, 27px);
    padding-right: 35px;
    line-height: 1.3
  }
  .ichishinExamLp__features-sec > .ttl .shoulder {
    line-height: 1.4;
    margin-bottom: 5px
  }
  .ichishinExamLp__features-sec > .ttl .label .sub {
    font-size: 27px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
  }
  .ichishinExamLp__features-sec > .ttl .icon-plus {
    right: 10px;
    width: 20px;
    height: 20px
  }
  .ichishinExamLp__features-sec > .ttl .icon-plus::after, .ichishinExamLp__features-sec > .ttl .icon-plus::before {
    width: 12px
  }
  .ichishinExamLp__features-sec.-point01 .prBox .img {
    margin-right: 0
  }
  .ichishinExamLp__features-sec.-point01 .prBox .pr {
    margin-top: 15px
  }
  .ichishinExamLp__features-sec.-point01 .prBox .pr .note {
    margin-top: 10px
  }
  .ichishinExamLp__features-sec.-point02 .descBox {
    width: 100%
  }
  .ichishinExamLp__features-sec.-point02 .imgBox {
    margin-top: 20px
  }
  .ichishinExamLp__features-sec.-point03 .descList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ichishinExamLp__features-sec.-point03 .descList li {
    width: 100%
  }
  .ichishinExamLp__features-sec.-point03 .descList li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px
  }
  .ichishinExamLp__features-sec.-point03 .descList li:not(:last-child)::before {
    width: 100%;
    height: 1px;
    border-left: none;
    border-bottom: 1px dotted #cec4c0;
    right: inherit;
    bottom: 0
  }
  .ichishinExamLp__features-sec.-point04 .descSec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ichishinExamLp__features-sec.-point04 .descSec .img {
    margin-bottom: 10px
  }
  .ichishinExamLp__features-sec.-point04 .descSec .descBox {
    width: 100%
  }
  .ichishinExamLp__features-sec.-point05 .labelBox {
    width: 100%
  }
  .ichishinExamLp__features-sec.-point05 .labelBox .img {
    margin-bottom: 15px
  }
  .ichishinExamLp__features-sec.-point05 .supportBox {
    width: 100%;
    padding: 20px
  }
  .ichishinExamLp__search-readTxt {
    padding-left: 20px !important;
    padding-right: 20px !important;
    line-height: 1.5
  }
  .ichishinExamLp__search .tabNav-item {
    font-size: clamp(14px, -9.2727272727px + .0727272727 * 100vw, 18px)
  }
  .ichishinExamLp__search .tabContents {
    padding-left: 10px !important;
    padding-right: 10px !important
  }
  .ichishinExamLp__search .tabContents__item-pref .prefName .icon-plus {
    right: 10px;
    width: 20px;
    height: 20px
  }
  .ichishinExamLp__search .tabContents__item-pref .prefName .icon-plus::after, .ichishinExamLp__search .tabContents__item-pref .prefName .icon-plus::before {
    width: 12px
  }
  .ichishinExamLp__search .tabContents__item-pref .detail .classInfo:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px
  }
  .ichishinExamLp__search .tabContents__item-pref .detail .classInfo {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ichishinExamLp__search .tabContents__item-pref .detail .classInfo .name {
    width: 100%
  }
  .ichishinExamLp__search .tabContents__item-pref .detail .classInfo .access {
    width: 100%;
    margin-bottom: 10px
  }
  .ichishinExamLp__search .tabContents__item-pref .detail .classInfo .link a {
    height: 40px
  }
  .ichishinExamLp__record .record__inner {
    padding-left: 20px !important;
    padding-right: 20px !important
  }
  .ichishinExamLp__record .record__insertTxt {
    height: auto;
    padding: 20px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(185, 145, 73, 0)), color-stop(15%, #b99149), color-stop(50%, #b99149), color-stop(85%, #b99149), to(rgba(185, 145, 73, 0)));
    background: linear-gradient(to right, rgba(185, 145, 73, 0) 0, #b99149 15%, #b99149 50%, #b99149 85%, rgba(185, 145, 73, 0) 100%);
    line-height: 1.5
  }
  .ichishinExamLp__record .record__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ichishinExamLp__record .record__list + .c-btnBox__A {
    width: 90%
  }
  .ichishinExamLp__record .record__item {
    width: 100%
  }
  .ichishinExamLp__record .record__item:not(:last-child) {
    margin-bottom: 20px
  }
  .ichishinExamLp__usefulInfo .usefulInfo__list {
    padding-left: 20px !important;
    padding-right: 20px !important
  }
  .ichishinExamLp__usefulInfo .usefulInfo__item:not(:last-child) {
    margin-bottom: 30px
  }
  .ichishinExamLp__usefulInfo .usefulInfo__item .videoBox {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 66.66%;
    margin-bottom: 10px
  }
  .ichishinExamLp__usefulInfo .usefulInfo__item .videoBox iframe {
    position: absolute;
    left: 0;
    top: 0
  }
  .ichishinExamLp__usefulInfo .usefulInfo__item .labelBox {
    width: 100%;
    padding-left: 45px
  }
  .ichishinExamLp__usefulInfo .usefulInfo__item .labelBox::before {
    width: 40px;
    height: 40px
  }
  .ichishinExamLp__usefulInfo .usefulInfo__item .labelBox .ttl {
    font-size: clamp(19px, 1.5454545455px + .0545454545 * 100vw, 22px);
    margin-bottom: 0
  }
  .ichishinExamLp__usefulInfo .usefulInfo__item .labelBox .shoulder {
    font-size: clamp(14px, -3.4545454545px + .0545454545 * 100vw, 17px)
  }
}
@media screen and (max-width:370px) {
  .ichishinExamLp__search .tabContents__item-pref .detail .classInfo .link {
    width: 100%
  }
  .ichishinExamLp__search .tabContents__item-pref .detail .classInfo .link a {
    margin-top: 5px
  }
}