@charset "utf-8";

/* 共通
------------------------------ */
.l-contents {
  font-size: 13px;
  line-height: 1.6;
  background-size: 100% auto;
  margin: 0;
}
.l-contents img {
  width: 100%;
  height: auto;
}
/* PC用センタリング */
@media print, screen and (min-width: 741px) {
  #osusume_2202beginner .l-container {
    max-width: 740px;
    margin: 0 auto;
    background: #fff;
  }
}
@media print, screen and (max-width: 740px) {
  #osusume_2202beginner .l-container {
    padding-top: 0;
  }
}
.img-auto {
  width: 100%;
  height: auto;
}

/* .case-slider-box
------------------------------ */
.case-slider-box {
  background-size: contain;
  position: relative;
  margin: 0;
  padding: 0 !important;
}
.case-slider-box .item {
  padding: 0;
  margin: 35px 35px 0;
}
.case-slider-box .item a {
  text-decoration: none;
}
/*.case-slider-box .bx-wrapper {
	position: relative;
}
.case-slider-box .bx-controls {
	position: absolute;
	top: 42%;
	width: 100%;
	padding: 0;
	box-shadow: none;
}*/
.case-slider-box .slick-prev,
.case-slider-box .slick-next {
  position: absolute;
  top: 42%;
  width: 17px;
  height: 41px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  border: none;
  margin: 0;
  padding: 0;
  z-index: 50;
}
.case-slider-box .slick-prev {
  left: 10px;
  background: url(../img/ico_arw_prev01.png) no-repeat center center;
  background-size: 17px 41px;
}
.case-slider-box .slick-next {
  right: 10px;
  background: url(../img/ico_arw_next01.png) no-repeat center center;
  background-size: 17px 41px;
}

.price {
  margin: 35px 35px 0;
}

/* .case-btn
------------------------------ */
.case-btn {
  margin-top: 10px;
  padding: 0 35px 20px;
}
.case-btn li + li {
  margin-top: 10px;
}

/* #first
------------------------------ */
#first {
  background: #fff79f;
}
#first .first-tit img {
  position: relative;
  margin-top: -14px;
}
#first .first-btn {
  padding: 0 35px 20px;
}
