@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;
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-bottom: 70px
}
.ichishinExamLp__mv::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__mv-cp {
  margin-top: 35px;
  max-width: 742px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -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__mv-cp a {
  display: block
}
.ichishinExamLp__mv-cp:hover {
  opacity: .85
}
.ichishinExamLp__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.ichishinExamLp__nav-item {
  width: 240px;
  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:not(:last-child) {
  margin-right: 5px
}
.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__guide {
  padding-top: 95px
}
.ichishinExamLp__guide-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__guide-list .item {
  width: calc(33.3333333333% - 10px);
  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__guide-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__guide-list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #1d2087;
  line-height: 1.3;
  padding-left: 20px
}
.ichishinExamLp__guide-list .item a .small {
  font-size: 12px;
  color: #b99149;
  display: block;
  margin-bottom: 5px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.ichishinExamLp__guide-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__guide-sec {
  padding-top: 60px
}
.ichishinExamLp__guide-sec-inner .courseHeader {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ichishinExamLp__guide-sec-inner .courseHeader .descBox {
  /*width: calc(100% - 393px)*/
}

.ichishinExamLp__guide-sec-inner .courseHeader .descBox .ttl {
  font-size: 25px;
  font-weight: 700;
  color: #1d2087;
  margin-bottom: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.ichishinExamLp__guide-sec-inner .courseHeader .descBox .ttl .smallTxt {
  color: #b99149;
  font-size: 21px;
  font-weight: 700;
  display: block;
  line-height: 1.6;
  margin-bottom: 10px
}
.ichishinExamLp__guide-sec-inner .courseHeader .descBox .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
	margin-bottom: 15px;
	 
}
.ichishinExamLp__guide-sec-inner .courseHeader .descBox .desc .clo_red {
  color: #e71c47
}
.ichishinExamLp__guide-sec-inner .courseHeader .descBox .desc + .note {
  font-size: 12px;
  color: #525252;
  margin-top: 15px;
  margin-left: 14px
}
.ichishinExamLp__guide-sec-inner .courseHeader .imgBox {
  width: 350px;
  margin-top: 10px
}
.ichishinExamLp__guide-sec-inner .courseHeader .imgBox img {
  border-radius: 12px
}
.ichishinExamLp__guide-sec-detail .-ribbon {
  display: block;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  line-height: 38px;
  text-align: center;
  padding: 0 50px;
  font-size: 18px;
  background: #1d2086;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto
}
.ichishinExamLp__guide-sec-detail .-ribbon:after, .ichishinExamLp__guide-sec-detail .-ribbon:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 1
}
.ichishinExamLp__guide-sec-detail .-ribbon:before {
  top: 0;
  left: 0;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #e1eff4;
  border-style: solid
}
.ichishinExamLp__guide-sec-detail .-ribbon:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0;
  border-color: transparent #e1eff4 transparent transparent;
  border-style: solid
}
.ichishinExamLp__guide-sec-outline {
  margin-top: 30px
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail {
  width: 100%;
  border: 1px solid #1d2086;
  border-radius: 6px
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-ttl {
  background-color: #1d2086;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 11px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-ttl .icon {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-right: 5px
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-ttl .icon.-group {
  background: url(../images/prep_icon_group.svg) no-repeat center/100% auto;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px)
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-ttl .icon.-online {
  background: url(../images/prep_icon_online.svg) no-repeat center/100% auto
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 0;
  min-height: 45px
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .label {
  background-color: #1d2086;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 104px;
  border-top: 1px solid #fff;
  text-align: center;
  padding: 15px 5px 13px
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .detail {
  width: calc(100% - 104px);
  border-top: 1px solid #1d2086;
  padding: 13px 15px;
  font-size: 16px;
  font-weight: 500
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .detail.smallTxt {
  font-size: 14px
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .detail.smallTxt .dayWeek {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12px;
  height: 12px;
  font-size: 10px;
  color: #fff;
  position: relative;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 3px
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .detail.smallTxt .dayWeek::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background-color: #008bcd;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .detail.smallTxt .supTxt {
  font-weight: 600;
  display: inline-block;
  font-size: 10px;
  -webkit-transform: translateY(-3px) scale(.85);
  -ms-transform: translateY(-3px) scale(.85);
  transform: translateY(-3px) scale(.85)
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .detail .classroomList .item {
  padding: 0;
  margin-bottom: 10px;
  margin-right: 10px
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .detail .classroomList .item a {
  color: #03c
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .detail .classroomList .item a:hover {
  text-decoration: underline;
  text-underline-offset: 3px
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .detail-list {
  font-size: 14px
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .detail-list li {
  position: relative;
  padding-left: 16px;
  padding-top: 0;
  padding-bottom: 0
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .detail-list li:not(:last-child) {
  padding-bottom: 15px
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item .detail-list li::before {
  content: "・";
  position: absolute;
  left: 0
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail-list > .item:first-child .detail {
  border-color: #fff
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail.-red {
  border-color: #db3c49
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail.-red .outlineDetail-list > .item .detail {
  border-color: #db3c49
}
.ichishinExamLp__guide-sec-outline .inner .outlineDetail.-red .outlineDetail-list > .item .label, .ichishinExamLp__guide-sec-outline .inner .outlineDetail.-red .outlineDetail-ttl {
  background-color: #db3c49
}
.ichishinExamLp__guide-sec-outline .inner.-clmn2 {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ichishinExamLp__guide-sec-outline .inner.-clmn2 .outlineDetail {
  width: calc(50% - 7.5px)
}
.ichishinExamLp__guide-sec-outline .inner.-clmn2 .outlineDetail-ttl {
  text-align: center
}
.ichishinExamLp__guide-sec-outline .priceBox {
  margin-top: 30px;
  border-radius: 6px;
  overflow: hidden
}
.ichishinExamLp__guide-sec-outline .priceBox-ttl {
  background-color: #1d2086;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding: 11px 15px
}
.ichishinExamLp__guide-sec-outline .priceBox-inner {
  background-color: #f4f4f4;
  padding: 30px 58px
}
.ichishinExamLp__guide-sec-outline .priceBox-list {
  margin-bottom: 20px
}
.ichishinExamLp__guide-sec-outline .priceBox-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 0
}
.ichishinExamLp__guide-sec-outline .priceBox-list .item:not(:last-child) {
  margin-bottom: 10px
}
.ichishinExamLp__guide-sec-outline .priceBox-list .item .label {
  width: 300px;
  font-weight: 600
}
.ichishinExamLp__guide-sec-outline .priceBox-list .item .price-info {
  font-size: 16px;
  font-weight: 600
}
.ichishinExamLp__guide-sec-outline .priceBox-list .item .price-info .txt-L {
  font-size: 24px;
  color: #b99149
}
.ichishinExamLp__guide-sec-outline .priceBox-list .item .price-info .txt-S {
  font-size: 12px
}
.ichishinExamLp__guide-sec-outline .priceBox .note {
  font-size: 12px;
  padding-left: 15px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 500
}
.ichishinExamLp__guide-sec-outline .priceBox .note:not(:last-child) {
  margin-bottom: 5px
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail {
  margin-top: 30px;
  padding: 30px;
  background: #e1eff4 url(../images/prep_detail_bg.svg) no-repeat center top/cover;
  min-height: 582px;
  border-radius: 6px
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .inner {
  width: 710px;
  margin-right: auto;
  margin-left: auto
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds {
  margin-top: 46px;
  margin-bottom: 16px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds .item {
  width: 165px;
  height: 76px;
  position: relative;
  border-radius: 999px;
  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;
  font-weight: 700;
  color: #fff
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds .item::before {
  content: "";
  width: 108px;
  height: 50px;
  position: absolute;
  top: -30px
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds .item.-iconBook {
  background-color: #ed968f
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds .item.-iconBook::before {
  background: url(../images/prep_icon_book.svg) no-repeat center/100% auto
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds .item.-iconGlass {
  background-color: #7bc28d
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds .item.-iconGlass::before {
  background: url(../images/prep_icon_glass.svg) no-repeat center/100% auto
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds .item.-iconMatch {
  background-color: #f0a140
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds .item.-iconMatch::before {
  background: url(../images/prep_icon_match.svg) no-repeat center/100% auto
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds .item.-iconShape {
  background-color: #6dc2ea
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds .item.-iconShape::before {
  background: url(../images/prep_icon_shape.svg) no-repeat center/100% auto
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 60px;
  margin-bottom: 30px
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample-ttl {
  font-size: 16px;
  font-weight: 700;
  -webkit-column-rule-color: #1d2086;
  -moz-column-rule-color: #1d2086;
  column-rule-color: #1d2086;
  position: relative;
  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: 30px
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample-ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1d2086;
  position: absolute
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample-ttl span {
  background-color: #fff;
  color: #1d2086;
  display: inline-block;
  padding: 0 40px;
  position: relative
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample-inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample-inner .txt .ruby {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  display: inline-block
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample-inner .txt .ruby .rt {
  font-size: .5em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: -8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample-inner .txt p {
  font-size: 13px
}
.ichishinExamLp__guide-sec.-prep + .inqBox {
  width: 100vw;
  margin-top: 62px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw)
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco {
  position: relative;
  margin-top: 35px;
  padding: 30px;
  width: 705px;
  border-radius: 6px;
  border: 1px solid #b99149;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
  margin-right: auto;
  margin-left: auto
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco::after, .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco::before {
  content: "";
  position: absolute;
  bottom: 30px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco::before {
  left: 30px;
  width: 72px;
  height: 100px;
  background: url(../images/stepUp_reco_scope.svg) no-repeat center/100% auto
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco::after {
  right: 30px;
  width: 68px;
  height: 96px;
  background: url(../images/stepUp_reco_globe.svg) no-repeat center/100% auto
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .ttl {
  font-size: 20px;
  font-weight: 600;
  color: #b99149;
  text-align: center;
  margin-bottom: 25px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .ttl span {
  position: relative;
  display: inline-block
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .ttl span::after, .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .ttl span::before {
  content: "";
  position: absolute;
  width: 19px;
  height: 1px;
  background-color: #b99149;
  bottom: 8px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .ttl span::before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: -30px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .ttl span::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: -30px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .parts {
  display: none
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .reco-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .reco-list {
  width: 440px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px)
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .reco-list li {
  position: relative;
  padding-left: 25px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .reco-list li::before {
  content: "◆";
  color: #b99149;
  position: absolute;
  left: 0;
  font-size: 12px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .reco-list li:not(:last-child) {
  margin-bottom: 5px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-ttl {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail .txtLg {
  font-size: 18px;
  display: inline-block;
  margin-right: 20px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail .supTxt {
  font-weight: 600;
  display: inline-block;
  font-size: 10px;
  -webkit-transform: translateY(-5.5px) scale(.85);
  -ms-transform: translateY(-5.5px) scale(.85);
  transform: translateY(-5.5px) scale(.85)
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail .dayWeek {
  border: 1px solid #db3c49;
  border-radius: 999px;
  font-size: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 3px;
  line-height: 16px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 3px;
  color: #db3c49
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail .dayWeek.-bgRed {
  position: relative;
  border: none;
  color: #fff
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail .dayWeek.-bgRed::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background-color: #db3c49;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail-list {
  font-size: 16px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail-list li {
  padding: 0
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail-list li:not(:last-child) {
  margin-bottom: 5px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail-list li::before {
  display: none
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail-list .txtSmall {
  font-size: 12px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail {
  margin-top: 40px;
  padding: 45px 15px 30px;
  background: #e1eff4 url(../images/stepUp_detail_bg.svg) no-repeat center top/cover;
  min-height: 502px;
  border-radius: 6px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .inner {
  width: 920px;
  margin-right: auto;
  margin-left: auto
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .inner > .ttl .-bgYellow {
  background-color: #fed400;
  border-radius: 5px;
  color: #1d2086;
  line-height: 27px;
  padding: 0 10px;
  margin-right: 20px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox > .item {
  width: calc(50% - 8.5px);
  border-radius: 12px;
  padding: 57px 20px 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .15)
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox > .item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox > .item.-rika {
  background-color: #cee6d0
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox > .item.-syakai {
  background-color: #d4cae0
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail {
  width: 100%;
  border: 1px solid #1d2086;
  position: relative
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail-list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 0;
  min-height: 43px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail-list > .item:first-child .detail, .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail-list > .item:first-child .label {
  border-top: none
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail-list > .item .label {
  background-color: #1d2086;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  width: 104px;
  border-top: 1px solid #fff;
  text-align: center;
  padding: 13px 5px 12px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail-list > .item .detail {
  width: calc(100% - 104px);
  border-top: 1px solid #1d2086;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail-list > .item .detail p {
  font-size: 16px
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail-list > .item:first-child .detail {
  border-color: #fff
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail.-red {
  border-color: #db3c49
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail.-red .outlineDetail-list > .item .detail {
  border-color: #db3c49
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail.-red .outlineDetail-list > .item .label, .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail.-red .outlineDetail-ttl {
  background-color: #db3c49
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail.-rika {
  border-color: #14aa64
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail.-rika .themaDetail-list > .item .label {
  background-color: #14aa64
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail.-rika .themaDetail-list > .item .detail {
  border-color: #14aa64
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail.-syakai {
  border-color: #7c589a
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail.-syakai .themaDetail-list > .item .label {
  background-color: #7c589a
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail.-syakai .themaDetail-list > .item .detail {
  border-color: #7c589a
}
.ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox + .note {
  margin-top: 15px;
  font-size: 12px;
  text-align: right
}
.ichishinExamLp__guide-sec.-stepUp + .inqBox {
  width: 100vw;
  margin-top: 62px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw)
}
.ichishinExamLp__guide-sec.-purchase .inner {
  background-color: #fff3bb;
  border-radius: 12px;
  padding: 30px 37px
}
.ichishinExamLp__guide-sec.-purchase .inner .ttlImg {
  text-align: center
}
.ichishinExamLp__guide-sec.-purchase .inner .readTxt {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px
}
.ichishinExamLp__guide-sec.-purchase .purchase-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.ichishinExamLp__guide-sec.-purchase .purchase-list .item {
  width: calc(33.3333333333% - 8.5px);
  background-color: #fff;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25)
}
.ichishinExamLp__guide-sec.-purchase .purchase-list .item .label {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#e75381), to(#f19500));
  background: linear-gradient(to right, #e75381 0, #f19500 100%);
  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: 35px
}
.ichishinExamLp__guide-sec.-purchase .purchase-list .item .ttl {
  margin-top: 10px;
  font-size: 27px;
  font-weight: 600;
  text-align: center
}
.ichishinExamLp__guide-sec.-purchase .purchase-list .item .ttl .ruby {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  display: inline-block
}
.ichishinExamLp__guide-sec.-purchase .purchase-list .item .ttl .ruby .rt {
  font-size: .4em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: -13px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.ichishinExamLp__guide-sec.-purchase .purchase-list .item .desc {
  font-size: 15px;
  padding: 0 16px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"
}
.ichishinExamLp__guide-sec.-purchase .purchase-list .item .c-btnBox__A {
  width: calc(100% - 32px);
  margin-right: auto;
  margin-left: auto;
  height: 44px;
  border-radius: 999px;
  border: 1px solid #1d2086;
  margin-top: 20px;
  font-size: 16px;
  color: #1d2086;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 0 0 #d3d3e7;
  box-shadow: 0 3px 0 0 #d3d3e7
}
.ichishinExamLp__guide-sec.-purchase .purchase-list .item .c-btnBox__A a {
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -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__guide-sec.-purchase .purchase-list .item .c-btnBox__A a::before {
  background: url(../images/icon_arrow_circle.png) no-repeat center/100% auto
}
.ichishinExamLp__guide-sec.-purchase .purchase-list .item .c-btnBox__A:hover {
  -webkit-box-shadow: 0 0 0 0 #d3d3e7;
  box-shadow: 0 0 0 0 #d3d3e7
}
.ichishinExamLp__guide + .inqBox {
  margin-top: 64px
}
.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: 260px;
  height: 150px;
  position: relative;
  border: 1px solid #ccc
}
.ichishinExamLp__usefulInfo .usefulInfo__item .videoBox iframe {
  width: 100%;
  height: 100%
}
.ichishinExamLp__usefulInfo .usefulInfo__item .labelBox {
  width: calc(100% - 290px);
  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
}
.ichishinExamLp .inqBox {
  /*background-color: #1d2087;*/
  width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 30px;
  padding-bottom: 40px;
  border-top: dotted 5px #142A7F;
}
.ichishinExamLp .inqBox__readTxt {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 15px
}
.ichishinExamLp .inqBox .c-btnBox__A {
  max-width: 355px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ff5a00;
  -webkit-box-shadow: 0 5px 0 0 #c93400;
  box-shadow: 0 5px 0 0 #c93400
}
.ichishinExamLp .inqBox .c-btnBox__A:hover {
  -webkit-box-shadow: 0 0 0 0 #c93400;
  box-shadow: 0 0 0 0 #c93400
}
.ichishinExamLp .inqBox__linkSearch {
  position: relative;
  margin-top: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  margin-right: auto;
  margin-left: auto
}
.ichishinExamLp .inqBox__linkSearch::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icon_search.svg) no-repeat center/100% auto;
  position: absolute;
  left: 0
}
.ichishinExamLp .inqBox.-clmn2 .btmWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 740px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #fff;
  padding-bottom: 35px;
  margin-bottom: 30px
}
.ichishinExamLp .inqBox.-clmn2 .btmWrap .item {
  width: calc(50% - 8px)
}
.ichishinExamLp .inqBox.-clmn2 .btmWrap.-white {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}
.ichishinExamLp .inqBox.-clmn2 .btmWrap.-white .item .c-btnBox__A {
  max-width: 250px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #1d2086;
  -webkit-box-shadow: 0 3px 0 0 #d3d3e7;
  box-shadow: 0 3px 0 0 #d3d3e7
}
.ichishinExamLp .inqBox.-clmn2 .btmWrap.-white .item .c-btnBox__A a {
  font-size: 16px;
  color: #1d2086
}
.ichishinExamLp .inqBox.-clmn2 .btmWrap.-white .item .c-btnBox__A a::before {
  background: url(../images/icon_arrow_circle.png) no-repeat center/100% auto
}
.ichishinExamLp .inqBox.-clmn2 .btmWrap.-white .item .c-btnBox__A:hover {
  -webkit-box-shadow: 0 0 0 0 #d3d3e7;
  box-shadow: 0 0 0 0 #d3d3e7
}
.ichishinExamLp .inqBox.-clmn2 .btmWrap.-white .item .catchTxt {
  margin-top: 15px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px
}
@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 {
    font-size: 21px;
    height: auto;
    padding: 10px 10px 10px 20px;
    line-height: 1.6
  }
  .ichishinExamLp .pc_only {
    display: none
  }
  .ichishinExamLp .baseW-md {
    max-width: 600px;
    width: 100%
  }
  .ichishinExamLp__mv {
    padding-bottom: 70px
  }
  .ichishinExamLp__mv {
    width: 100%
  }
  .ichishinExamLp__mv::after {
    background: url(../images/intro_shadow_sp.png) no-repeat bottom center/100% auto
  }
  .ichishinExamLp__mv-cp {
    margin-top: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important
  }
  .ichishinExamLp__nav {
    padding-left: 30px !important;
    padding-right: 30px !important
  }
  .ichishinExamLp__nav-item:not(:last-child) {
    margin-right: auto
  }
  .ichishinExamLp__nav-item {
    width: calc(50% - 2.5px);
    margin-bottom: 10px
  }
  .ichishinExamLp__nav-item:nth-child(odd) {
    margin-right: 5px
  }
  .ichishinExamLp__nav-item:last-child {
    margin-right: 0
  }
  .ichishinExamLp__guide {
    /*padding-top: 60px*/padding-top: 0px
  }
  .ichishinExamLp__guide-list {
    padding-left: 30px !important;
    padding-right: 30px !important
  }
  .ichishinExamLp__guide-list .item {
    width: 100%
  }
  .ichishinExamLp__guide-list .item:not(:last-child) {
    margin-bottom: 15px
  }
  .ichishinExamLp__guide-list .item a {
    font-size: 18px
  }
  .ichishinExamLp__guide-sec {
    padding-top: 40px
  }
  .ichishinExamLp__guide-sec-inner .courseHeader {
    padding-left: 20px !important;
    padding-right: 20px !important
  }
  .ichishinExamLp__guide-sec-inner .courseHeader .descBox {
    width: 100%
  }
  .ichishinExamLp__guide-sec-inner .courseHeader .descBox .ttl {
    font-size: 22px;
    line-height: 1.3;
    text-align: center
  }
  .ichishinExamLp__guide-sec-inner .courseHeader .descBox .ttl .smallTxt {
    margin-bottom: 2px;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 15px
  }
  .ichishinExamLp__guide-sec-inner .courseHeader .imgBox {
    margin-top: 20px;
    width: 100%
  }
  .ichishinExamLp__guide-sec-detail .-ribbon {
    font-size: 20px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px
  }
  .ichishinExamLp__guide-sec-detail .-ribbon:before {
    border-width: 35px 0 35px 15px
  }
  .ichishinExamLp__guide-sec-detail .-ribbon:after {
    border-width: 35px 15px 35px 0
  }
  .ichishinExamLp__guide-sec-outline {
    padding-left: 10px !important;
    padding-right: 10px !important
  }
  .ichishinExamLp__guide-sec-outline .inner .outlineDetail:not(:last-child) {
    margin-bottom: 30px
  }
  .ichishinExamLp__guide-sec-outline .inner.-clmn2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ichishinExamLp__guide-sec-outline .inner.-clmn2 .outlineDetail {
    width: 100%
  }
  .ichishinExamLp__guide-sec-outline .priceBox-inner {
    padding: 20px
  }
  .ichishinExamLp__guide-sec-outline .priceBox-list .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ichishinExamLp__guide-sec-outline .priceBox-list .item .label {
    width: 100%;
    text-align: center
  }
  .ichishinExamLp__guide-sec-outline .priceBox-list .item .price-info {
    width: 100%;
    text-align: center
  }
  .ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail {
    width: 95%;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-right: auto;
    margin-left: auto
  }
  .ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .inner {
    width: 100%
  }
  .ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .kinds .item {
    width: calc(50% - 2px);
    margin-bottom: 40px
  }
  .ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample {
    margin-top: -25px;
    padding: 30px 20px
  }
  .ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample-inner .img {
    width: 100%;
    margin-bottom: 20px
  }
  .ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample-inner .txt {
    width: 83%;
    margin-right: auto;
    margin-left: auto
  }
  .ichishinExamLp__guide-sec.-prep .ichishinExamLp__guide-sec-detail .sample-inner .txt ruby rt {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px)
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco {
    width: 95%;
    padding: 30px 20px
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco::after, .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco::before {
    display: none
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .ttl span::before {
    left: -25px
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .ttl span::after {
    right: -25px
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .parts {
    display: block;
    width: 103px;
    margin-right: auto;
    margin-left: auto
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .reco-inner {
    padding-top: 20px
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-reco .reco-list {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail .txtLg {
    margin-right: 0;
    display: block
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail-list li:not(:last-child) {
    margin-bottom: 10px
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail-list .txtSmall {
    display: block
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-outline .outlineDetail-list .item .detail.days {
    line-height: 1.7
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding: 45px 10px 30px;
    background: #e1eff4
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .inner {
    width: 100%
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .inner > .ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox > .item {
    width: 100%
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox > .item:not(:last-child) {
    margin-bottom: 30px
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail-list > .item .label {
    font-size: 14px;
    width: 60px
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail-list > .item .detail {
    width: calc(100% - 60px)
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox .themaDetail-list > .item .detail p {
    font-size: 14px
  }
  .ichishinExamLp__guide-sec.-stepUp .ichishinExamLp__guide-sec-detail .themaBox + .note {
    text-align: center
  }
  .ichishinExamLp__guide-sec.-purchase .inner {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px
  }
  .ichishinExamLp__guide-sec.-purchase .inner .readTxt {
    line-height: 1.5
  }
  .ichishinExamLp__guide-sec.-purchase .purchase-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ichishinExamLp__guide-sec.-purchase .purchase-list .item {
    width: 100%
  }
  .ichishinExamLp__guide-sec.-purchase .purchase-list .item:not(:last-child) {
    margin-bottom: 20px
  }
  .ichishinExamLp__guide-sec.-purchase .purchase-list .item .label img {
    width: revert-layer
  }
  .ichishinExamLp__guide-sec.-purchase .purchase-list .item .ttl .ruby .rt {
    top: -11px
  }
  .ichishinExamLp__guide + .inqBox {
    margin-top: 50px
  }
  .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: 2px
  }
  .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)
  }
  .ichishinExamLp .inqBox__readTxt {
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
  }
  .ichishinExamLp .inqBox.-clmn2 .btmWrap {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .ichishinExamLp .inqBox.-clmn2 .btmWrap .item {
    width: 100%
  }
  .ichishinExamLp .inqBox.-clmn2 .btmWrap .item:not(:last-child) {
    margin-bottom: 20px
  }
  .ichishinExamLp .inqBox.-clmn2 .btmWrap.-white .item .catchTxt {
    margin-top: 8px
  }
}