@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

/*=== ナビゲーション ===*/
.navigation {
  position: relative;
  width: 100%;
  background-color: #eaddc4;
  z-index: 100;
}
.navigation.is-fixed {
  position: fixed;
  top: 0;
}
.navigation-inner {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
}
.navigation-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navigation-item {
  width: calc((100% - (40px * 2)) / 3);
}
a.navigation-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 90px;
  color: #5b4530;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 2px rgba(91,69,48,0.2);
}
a.navigation-link:visited {
  color: #5b4530;
}
a.navigation-link:hover {
  text-decoration: none;
  background-color: #f2eadd;
}

.benefit-sec {
  margin-top: 40px;
  border: 2px solid #f6e9c5;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.benefit-sec:first-of-type {
  margin-top: 20px;
}
.benefit-head {
  position: relative;
  padding: 22px 20px 18px;
  background: rgb(244,229,185);
}
.benefit-course {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 175px;
  height: 60px;
}
.benefit-label {
  width: 100%;
  height: 27px;
  color: #5b4530;
  font-size: 16px;
  text-align: center;
  line-height: 27px;
  background-color: #fff;
}
.benefit-label:not(:first-child) {
  margin-top: 6px;
}
.benefit-label.pattern-wide {
  background-color: #e2d388;
}
.benefit-main {
  display: flex;
  align-items: center;
}
.discount .benefit-main,
.support .benefit-main,
.remote .benefit-main {
  justify-content: flex-start;
}
.benefit-icon {
  width: 50px;
  min-width: 50px;
  margin-right: 10px;
}
.benefit-ttl {
  color: #ff4800;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
}
.benefit-ttl_sub {
  margin-right: 10px;
  color: #5b4530;
  font-size: 24px;
  vertical-align: middle;
}
.benefit-ttl_sub u {
  text-decoration: none;
  border-bottom: 2px solid #5b4530;
}
.benefit-ttl_number {
  display: inline-block;
  width: 39px;
  min-width: 39px;
  margin-left: 8px;
}
.benefit-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px 15px;
  text-align: center;
  background-color: #fff;
}
.benefit-inner.pattern-wide {
  max-width: 100%;
}
.benefit-inner > *:first-child {
  margin-top: 0;
}
.benefit-txt {
  margin-top: 25px;
  font-size: 18px;
  text-align: left;
}
.pcticket .benefit-thumb {
  margin-top: 25px;
}
.benefit-detail {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 10px;
}
.benefit-detail.pattern-two {
  justify-content: space-between;
}
.course_ic {
  max-width: 425px;
}
.benefit-note {
  margin-right: 10px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  line-height: 1.3;
}
.benefit-transition {
  flex-shrink: 0;
}
a.benefit-btn {
  display: inline-block;
  position: relative;
  padding: 4px 25px 2px 15px;
  border: 1px solid #5b4530;
  color: #5b4530;
  font-size: 20px;
  line-height: 1.4;
  text-decoration: none;
  border-radius: 4px;
}
a.benefit-btn:visited {
  color: #5b4530;
}
a.benefit-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #5b4530;
  border-right: 2px solid #5b4530;
  transform: translateY(-50%) rotate(45deg);
}
a.benefit-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.example {
  margin-top: 40px;
}
.repair .example {
  margin-top: -46px;
}
.example-label {
  display: inline-block;
  padding: 4px 18px 2px;
  color: #5b4530;
  font-weight: bold;
  font-size: 23px;
  background-color: #f6e9c5;
  border-radius: 30px;
}
.example-cont {
  margin-top: -23px;
  padding: 42px 20px 24px;
  background-color: #fcf9f0;
}


/*=== ソフ得とは？ ===*/
.soft .benefit-subttl {
  max-width: 184px;
  margin: 28px auto 0;
}
.soft-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.soft-item {
  position: relative;
  width: calc((100% - (27px * 3)) / 4);
  font-size: 18px;
  line-height: 1.5;
  background-color: #fcf9f0;
}
.soft-number {
  position: absolute;
  top: -22px;
  left: 50%;
  width: 47px;
  height: 47px;
  transform: translateX(-50%);
}
.soft-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 105px;
  padding: 34px 10px 10px;
  border-bottom: 1px solid #e7dabf;
  color: #ff4800;
  font-weight: bold;
  font-size: 20px;
}
.soft-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 145px;
  padding: 10px 5px;
}
.soft-txt strong {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fef5a9 0%);
}


/*=== ソフ得無料特典人気ランキング ===*/
.ranking {
  margin-top: 45px;
  background-color: #faf4e4;
  background-image: linear-gradient(-90deg, #fcf9f0 50%, rgba(255,255,255,0) 50%);
  background-size: 48px 48px;
  padding: 10px 20px 20px;
}
.ranking-ttl {
  color: #ff4800;
  font-weight: bold;
  font-size: 28px;
}
.ranking-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5px;
}
.ranking-item {
  display: flex;
  justify-content: center;
  width: calc((100% - 20px) / 2);
  padding: 25px 22px;
  text-align: left;
  line-height: 1.4;
  background-color: #fff;
}
.ranking-thumb {
  width: 70px;
  min-width: 70px;
  margin-right: 20px;
}
.ranking-name {
  font-weight: bold;
  font-size: 18px;
}
.ranking-txt {
  margin-top: 5px;
}
.ranking-emphasis {
  margin-top: 10px;
  color: #ff4800;
}
.ranking-item.pattern-large {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 30px;
}
.ranking-item.pattern-large .ranking-thumb {
  width: 74px;
  min-width: 74px;
}
.ranking-item.pattern-large .ranking-cont {
  font-size: 18px;
}
.ranking-item.pattern-large .ranking-name {
  font-size: 24px;
}


/*=== 優待特典・クーポン・ゲーム ===*/
.discount-sec {
  position: relative;
  max-width: 1040px;
  margin: 60px auto 0;
}
.discount-note {
  margin-top: 14px;
  font-size: 14px;
  text-align: left;
}
.discount .benefit-subttl {
  margin: 0 auto;
}


/*=== クラブオフ ===*/
.cluboff-list {
  display: flex;
  justify-content: space-between;
}
.cluboff-item {
  width: 100%;
  max-width: 310px;
  margin: 0 8px;
  padding: 10px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  background-color: #fff;
}
.cluboff-head {
  display: flex;
  align-items: center;
  position: relative;
  padding: 11px 5px;
  margin-left: -20px;
  text-align: left;
  background-color: #f6e9c5;
}
.cluboff-head::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 6px transparent;
  border-right: solid 9px #a96a44;
}
.cluboff-head::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 27px 8px 27px 0px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  z-index: 1;
}
.cluboff-icon {
  width: 32px;
  min-width: 32px;
  margin-right: 5px;
}
.cluboff-lead {
  color: #5b4530;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}
.cluboff-item:nth-of-type(1) .cluboff-thumb {
  max-width: 256px;
  margin: 10px auto 0;
}
.cluboff-item:nth-of-type(3) .cluboff-thumb {
  max-width: 144px;
  margin: 15px auto 10px;
}
.coupon {
  display: flex;
  justify-content: space-between;
  margin: 10px -10px 0;
}
.coupon-item {
  width: 50%;
  padding: 0 10px;
}
.coupon-item p {
  font-size: 14px;
  line-height: 1.4;
}
.coupon-thumb {
  width: 62px;
  margin: 0 auto;
}
.coupon-lead {
  margin: 12px auto;
  font-weight: bold;
  font-size: 17px;
}



/*=== 訪問サポート ===*/
.support-line {
  max-width: 672px;
  margin: 0 auto;
}
.support-list {
  margin-right: -62px;
  font-size: 0;
  line-height: 1.2;
}
.support-item {
  display: inline-block;
  width: 100%;
  max-width: 305px;
  margin-top: 30px;
  margin-right: 62px;
  text-align: left;
}
.support-lead {
  font-weight: bold;
  font-size: 20px;
}
.support-txt {
  margin-bottom: 8px;
  color: #ff4800;
  font-size: 18px;
}

/*=== プレミアムサービスご利用中お客様の声 ===*/
.voice-list {
  position: relative;
  margin: 30px 40px 0;
}
.voice-item {
  margin: 0 10px;
  padding: 20px 0 30px;
  color: #5b4530;
  background-color: #fff;
}
.voice-head {
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-weight: bold;
}
.voice-icon {
  width: 122px;
  min-width: 122px;
  margin-right: 15px;
}
.voice-main {
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
.voice-txt {
  margin-top: 22px;
  padding: 0 20px;
  font-size: 18px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
button.slick-arrow,
button.slick-arrow:hover  {
  width: 20px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  box-shadow: none;
  z-index: 1;
}
button.slick-prev,
button.slick-prev:hover {
  left: -40px;
  background-image: url(images/slide_ic_001.png);
}
button.slick-next,
button.slick-next:hover {
  right: -40px;
  background-image: url(images/slide_ic_002.png);
}
button.slick-prev::before,
button.slick-next::before {
  content: none;
}
.joinList .joinItemImg {
  display: block;
  padding: 25px 0;
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(173, 179, 188, 0.5);
}
.seriesBanner {
  margin: 8px auto 0;
}

.seriesBanner_unit {
  border: 1px solid #c9c9c9;
  padding: 43px 31px 40px;
  background: url(../../images/ui2043/img_top_banner_pc.png) no-repeat right top;
  background-size: contain;
}

.seriesBanner_unitTitle {
  font-size: 4.8rem;
  line-height: 60px;
  margin: 10px 0 5px;
}

.btn {
  font-size: 1.4rem;
  line-height: 22px;
  background-color: #606a76;
  border-radius: 5px;
  position: relative;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 11px;
}

.btn:after {
  content: '';
  background: url(../../images/ui2043/icon_arrow_white.png);
  width: 6px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  opacity: 0.7;
}

.btn.btnWhite {
  background-color: #fff;
  color: #333;
}

.btn.btnWhite:after {
  background: url(../../images/ui2043/icon_arrow_black.png);
}

.tbl {
  font-size: 1.6rem;
  line-height: 22px;
  margin-top: 55px;
}

.tbl td,
.tbl th {
  border: 2px solid #ccc;
  text-align: center;

}

.tbl thead th:not(:first-child) {
  font-size: 1.8rem;
  line-height: 21px;
  background-color: #f5f7fa;
  font-weight: bold;
  padding: 18px 10px;
}

.tbl tbody th,
.tbl thead th:first-child {
  font-size: 1.4rem;
  line-height: 21px;
  background-color: #eee;
}

.tbl thead th:nth-child(1) {
  width: 10%;
}

.tbl thead th:not(:nth-child(1)) {
  width: 18%;
}

.tbl tbody td {
  padding: 21px 10px;
}

.tbl td {
  vertical-align: top;
}

.tbl .btn {
  margin: 10px 5px 0;
}

.tbl .listDec {
  text-align: left
}

.tbl .txtBold {
  line-height: 22px;
}

.listDec {
  list-style: decimal;
  padding-left: 20px;
}

.subTtl {
  font-size: 1.6rem;
  line-height: 20px;
  color: #343434;
  margin-top: 23px;
}

.ttl_h02 {
  font-size: 3.4rem;
  color: #1a1a1a;
}

.txtRed {
  color: #cc0000;
}

.txtBold {
  font-weight: bold;
}

.ttl_h03 {
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;

  color: #232b35;
}

.bgRed {
  background-color: #b93928 !important;
  color: #fff;
}

.bgGreen {
  background-color: #347a63 !important;
  color: #fff;
}

.listNote {
  text-indent: -1.3rem;
  padding-left: 1.3rem;
}

.outer {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col02 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col03 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.col04 {
  flex: 0 0 23%;
  max-width: 23%;
}

.boxBlue {
  background-color: #f5f7fa;
}
.ycourse_cb {
  padding: 60px 0;
}
.privilege {
  padding-top: 62px;
}

.privilege .ttl_h02 {
  margin-bottom: 28px;
}

.privilege .listImg li+li {
  margin-top: 20px;
}

.privilege .other {
  margin-top: 58px;
}

.privilege .other .outer {
  margin-left: -10px;
  margin-right: -10px;
}

.privilege .other .col03 {
  padding: 10px;
  position: relative;
}

.privilege .other .otherItem {
  position: relative;
  height: 100%;
}

.privilege .other .col03:not(:last-child) .otherItem {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 13px 16px 37px;
  display: block;
  color: #333;
  text-decoration: none;
  position: relative;
}

.privilege .otherItem:hover {
  opacity: 0.7;
  color: #333;
}

.privilege .other .otherItemTtl {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.privilege .other .otherItemTtl p {
  font-size: 2.2rem;
  line-height: 21px;
}

.privilege .other .col03:not(:last-child) .otherItem:after {
  content: '';
  width: 22px;
  height: 22px;
  background: url(../../images/ui2043/icon_other_arrow.png) no-repeat;
  position: absolute;
  display: inline-block;
  right: 15px;
  bottom: 15px;
}

.privilege .other .ttl_h03 {
  margin-bottom: 18px;
}

.privilege .other .otherItemTtl .icon {
  align-items: center;
  display: flex;
}

.privilege .other .imgCenter img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.course {
  padding-top: 63px;
}

.course .ttl_h02 {
  margin-bottom: 10px;
}

.course .outer {
  margin-left: -12px;
  margin-right: -12px;
}

.course .col04 {
  padding: 12px;
}

.course .courseItemBox {
  border: 1px solid #ccc;
}

.course .courseItemTtl {
  font-size: 1.6rem;
  line-height: 22px;
  text-align: center;
  margin-bottom: 12px;
}

.course .courseItemBoxInner {
  padding: 20px 15px;
}

.course .txtSmall {
  font-size: 1.3rem;
  line-height: 21px;
}

.course .courseItemBoxTtl {
  font-size: 1.8rem;
  line-height: 21px;
  font-weight: bold;
  background-color: #f5f7fa;
  text-align: center;
  padding: 10px 0 3px;
}

.course .courseNote {
  text-align: right;
  font-size: 1.3rem;
  line-height: 22px;
  margin-top: -10px;
}

.course .courseItemBoxIcon {
  text-align: center;
  margin-bottom: 17px;
}

.course .courseItem {
  height: 100%;
}

.recommend {
  padding-top: 65px;
}

.recommend .ttl_h02 {
  margin-bottom: 22px;
}

.recommend .webMart {
  display: block;
  width: 400px;
  margin-bottom: 20px;
}

.recommend .recommendBanner {
  margin-bottom: 10px;
}

.recommend .recommendTxt {
  margin-top: 27px;
}

.recommend .arrowDown {
  text-align: center;
  margin-bottom: 17px;
}

.recommend .mb25 {
  margin-bottom: 25px;
}

.arrowPlus {
  text-align: center;
  margin-bottom: 26px;
}

.recommend .listStandard .listNote {
  margin-top: 5px;
}

.recommend .recommendTtl {
  font-size: 1.6rem;
  line-height: 31px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #232b35;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 22px;
}

.recommend .ttl_h03 {
  text-align: center;
  margin-bottom: 15px;
}

.recommend .freePeriod {
  border: 1px solid #ccc;
  max-width: 845px;
  margin: 27px auto 0;
  background-color: #fff;
}

.recommend .freePeriod .txtRed {
  /*font-size: 3.6rem;*/
  font-size: 4rem;
  line-height: 31px;
  font-weight: bold;
}

.recommend .freePeriod .freePeriodTxt {
  font-size: 3.0rem;
  /*line-height: 31px;*/
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

.recommend .freePeriod .now {
  font-size: 2.4rem;
  line-height: 31px;
  font-weight: bold;
  position: absolute;
  right: 17px;
  bottom: 6px;
}

.recommend .freePeriodTxt .price {
  position: relative;
  padding: 0 7px;
  margin-left: 10px;
}

.recommend .freePeriodTxt .price:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 100%;
  background-color: #cc0000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.recommend .freePeriod .col02 {
  padding: 46px 10px;
  text-align: center;
}

.recommend .freePeriod .col02:first-child {
  position: relative;
}

.recommend .freePeriod .col02:first-child:after {
  content: '';
  background: url(../../images/ui2043/icon_arrow_left.png);
  width: 14px;
  height: 39px;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: -5px;
  margin: auto;
  position: absolute;
}
.howto {
  padding-top: 77px;
}

.howto .procedure .procedureStep {
  border: solid #ccc;
  border-width: 1px 1px 0 1px;
}

.howto .procedureTtl {
  font-size: 1.8rem;
  line-height: 21px;
  font-weight: bold;
}

.howto .procedure p {
  font-size: 1.6rem;
  line-height: 24px;
}

.howto .procedureTtl {
  background-color: #eee;
  border: 1px solid #ccc;
  text-align: center;
  padding: 14px;
}

.howto .ttlStep {
  font-size: 2.2rem;
  line-height: 33px;
  text-align: center;
  padding: 2px;
  margin-bottom: 14px;
}

.howto .procedureStep .ttlStep {
  color: #fff;
  background-color: #606a76;
}

.howto .procedureStep .procedureInner {
  background-color: #fff;
  padding: 15px 15px 2px;
}

.howto .procedureStep3 .procedureInner {
  padding: 16px 20px 13px;
}

.howto .arrowDown {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 18px;
}

.howto .procedureStep3 {
  background-color: #606a76;
  position: relative;
}

.howto .procedureStep3 p {
  color: #fff;
}

.howto .procedureStep3 .ttlStep {
  background-color: #fff;
}

.howto .ttl_h02 {
  margin-bottom: 8px;
}

.boxYellow {
  background-color: #fbf7de;
  max-width: 980px;
  margin: auto;
}

.howto .campaign {
  text-align: center;
  margin-top: 64px;
}

.howto .campaign .boxYellow {
  padding: 33px 33px 30px;
}

.howto .campaignTtl {
  margin-bottom: -18px;
}

.howto .ttl_h03 {
  margin-bottom: 17px;
}

.join {
  padding-top: 73px;

}

.join .ttl_h02 {
  margin-bottom: 10px;
}

.join .ttl_h03 {
  margin-bottom: 41px;
}

.join a:hover img {
  opacity: 0.7;
}

.join .boxBlue {
  text-align: center;
}

.join .boxBlue+.boxBlue {
  margin-top: 40px;
}

.join .boxBlue:last-child p {
  line-height: 24px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
.spOnly {
    display: none;
}
  .seriesContainer {
    width: 1160px;
    margin: auto;
    position: relative;
  }

  section p {
    font-size: 1.6rem;
    line-height: 29px;
  }

}

@media (max-width: 768px) {
  .pcOnly {
    display: none;
  }

  .seriesBanner {
    padding: 0 10px;
    text-align: center;
  }
  .seriesContainer {
    padding: 0 10px;
  }
  /*=== ナビゲーション ===*/
  .navigation-inner {
    display: block;
    padding: 10px;
  }
  .navigation-list {
    max-width: 100%;
    margin-right: 0;
  }
  .navigation-item {
    width: calc((100% - (12px * 2)) / 3);
  }
  a.navigation-link {
    min-height: 45px;
    font-size: 15px;
    border-radius: 5px;
  }
  /*=== おすすめ特典のご紹介 ===*/
  .benefit-sec {
    border-radius: 10px;
  }
  .benefit-head {
    padding: 8px 30px 12px 10px;
    cursor: pointer;
  }
  .discount .benefit-head,
  .support .benefit-head,
  .remote .benefit-head {
    padding-left: 10px;
  }
  .benefit-course {
    justify-content: center;
    position: static;
    width: 100%;
    height: auto;
    margin: 0 -5px 8px;
  }
  .benefit-label {
    width: calc((100% - (5px * 4)) / 2);
    max-width: 140px;
    margin: 0 5px;
    font-weight: bold;
    font-size: 13px;
  }
  .benefit-label:not(:first-child) {
    margin-top: 0;
  }
  .discount .benefit-main,
  .support .benefit-main,
  .remote .benefit-main {
    justify-content: center;
  }
  .benefit-icon {
    width: 42px;
    min-width: 42px;
    margin-right: 18px;
  }
  .benefit-ttl {
    font-size: 24px;
  }
  .benefit-ttl_sub {
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
    line-height: 1.7;
  }
  .benefit-ttl_number {
    width: 23px;
    min-width: 23px;
    margin-left: 4px;
  }
  .benefit-inner {
    padding: 30px 10px 20px;
  }
  .benefit-subttl {
    max-width: 500px;
    margin: 0 auto;
  }
  .benefit-txt {
    margin-top: 15px;
    font-size: 14px;
  }
  .benefit-thumb {
    max-width: 500px;
    margin: 0 auto;
  }
  .benefit-detail {
    display: block;
    margin-top: 15px;
  }
  .benefit-detail .course_ic {
    margin-top: 30px;
    max-width: 100%
  }
  .benefit-note {
    margin-right: 0;
    font-size: 13px;
  }
  .benefit-transition {
    margin-top: 20px;
    text-align: center;
  }
   a.benefit-btn {
    min-width: 240px;
    padding: 11px 25px;
    font-size: 13px;
    border-radius: 8px;
  }
   a.benefit-btn::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  .example,
  .repair .example {
    margin-top: 15px;
  }
  .example-label {
    padding: 4px 30px 2px;
    font-size: 16px;
  }
  .example-cont {
    margin-top: -20px;
    padding: 33px 10px 20px;
  }
  .example-txt {
    max-width: 500px;
    margin: 0 auto;
  }
  .example-thumb {
    max-width: 500px;
    margin: 0 auto;
  }
  /*=== ソフ得とは？ ===*/
  .soft .benefit-subttl {
    width: 33.067vw;
    margin-top: 30px;
  }
  .soft-list {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .soft-item {
    width: calc((100% - 10px) / 2);
    max-width: 100%;
    margin: 0;
    font-size: 16px;
  }
  .soft-item:not(:nth-of-type(-n+2)) {
    margin-top: 30px;
  }
  .soft-number {
    top: -20px;
    width: 40px;
    height: 40px;
  }
  .soft-lead {
    min-height: 95px;
    padding: 30px 0 10px;
    font-size: 18px;
  }
  .soft-cont {
    min-height: auto;
    padding: 18px 5px;
  }
  /*=== ソフ得無料特典人気ランキング ===*/
  .ranking {
    margin-top: 30px;
    background-size: 24px 24px;
    padding: 25px 10px 20px;
    border-radius: 10px;
  }
  .ranking-ttl {
    font-size: 18px;
  }
  .ranking-list {
    display: block;
    margin-top: 12px;
  }
  .ranking-item {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 15px;
    padding: 20px 10px;
  }
  .ranking-thumb {
    position: absolute;
    top: 20px;
    left: 28px;
    width: 64px;
    min-width: auto;
    margin: 0;
    overflow: hidden;
  }
  .ranking-name {
    display: flex;
    align-items: center;
    width: calc(100% - 64px - 28px - 20px);
    margin-left: auto;
  }
  .ranking-txt {
    margin-top: 15px;
    font-size: 16px;
  }
  .ranking-emphasis {
    margin-top: 10px;
    font-size: 16px;
  }
  .ranking-item.pattern-large {
    margin: 0;
    padding: 20px 10px;
  }
  .ranking-item.pattern-large .ranking-thumb {
    width: 64px;
    min-width: auto;
  }
  .ranking-item.pattern-large .ranking-name {
    min-height: 92px;
    font-size: 18px;
  }
  .ranking-item:nth-child(2) .ranking-name {
    min-height: 103px;
  }
  .ranking-item:nth-child(3) .ranking-name {
    min-height: 85px;
  }
  /*=== 優待特典・クーポン・ゲーム ===*/
  .discount-sec {
    margin-top: 40px;
  }
  .discount-note {
    font-size: 13px;
  }
  .discount .benefit-subttl {
    width: 68.8vw;
    max-width: 375px;
    margin-bottom: 20px;
  }
  /*=== クラブオフ ===*/
  .cluboff-list {
    position: relative;
    display: block;
    margin-top: -6px;
    padding: 0 10px 0 20px;
    z-index: 1;
  }
  .cluboff-item {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 15px 15px;
    font-size: 16px;
  }
  .cluboff-item:not(:first-child) {
    margin-top: 20px;
  }
  .cluboff-head {
    width: calc(100% + 40px);
    height: 70px;
    margin-left: -25px;
    padding: 10px 20px 10px 30px;
  }
  .cluboff-head::after {
    border-width: 35px 10px 35px 0px;
  }
  .cluboff-icon {
    width: 38px;
    min-width: 38px;
    margin-right: 20px;
  }
  .cluboff-lead {
    font-size: 21px;
    text-align: left;
  }
  .cluboff-item:nth-of-type(1) .cluboff-thumb {
    max-width: 250px;
  }
  .cluboff-item:nth-of-type(3) .cluboff-thumb {
    max-width: 150px;
    margin: 20px auto 17px;
  }
  .coupon {
    margin-top: 20px;
  }
  .coupon-thumb {
    width: 92px;
  }
  .coupon-lead {
    margin: 15px 0 5px;
    font-size: 16px;
  }
  /*=== ビンゴ ===*/
  .bingo .benefit-subttl {
    width: 60vw;
    max-width: 326px;
  }
  .bingo .benefit-txt {
    max-width: 500px;
    margin: 20px auto 0;
  }
  .bingo .benefit-thumb {
    margin-top: 18px;
  }
  /*=== オンラインゲーム ===*/
  .game .benefit-subttl {
    width: 48.8vw;
    max-width: 262px;
  }
  .game-list {
    display: block;
  }
  .game-item {
    width: 100%;
  }
  .game-item:not(:first-child) {
    margin-top: 10px;
  }
  a.game-link {
    font-size: 16px;
    padding: 16px 30px 10px 20px;
  }
  a.game-link::after {
    right: 13px;
    width: 10px;
    height: 10px;
  }
  a.game-link strong {
    font-size: 21px;
  }
  .game-icon {
    width: 50px;
    min-width: 50px;
    margin-right: 15px;
  }
  /*=== 訪問サポート ===*/
  .support .benefit-inner {
    padding: 30px 10px;
  }
  .support-lead {
    font-size: 16px;
  }
  .support-txt {
    margin-top: 4px;
    font-size: 14px;
  }
  /*=== スマホ・タブレットサポート ===*/
  .remote .benefit-inner {
    padding: 30px 10px;
  }
  /*=== 特典ジャンル ===*/
  .others .benefit-inner {
    padding-bottom: 30px;
  }
  .others-list {
    display: block;
    margin-top: 20px;
  }
  .others-item {
    width: 100%;
  }
  .others-item:not(:first-child) {
    margin-top: 15px;
  }
  a.others-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 13px;
  }
  .others-link::before {
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .others-link::after {
    bottom: 16px;
    right: 17px;
    width: 8px;
    height: 8px;
  }
  .others-head {
    width: 58%;
    margin-right: 10px;
  }
  .others-icon {
    width: 58px;
    min-width: 58px;
  }
  .others-lead {
    font-size: 16px;
  }
  .others-btn {
    width: 42%;
    margin-top: 0;
    padding: 10px 18px 10px 5px;
    font-size: 13px;
    border-radius: 8px;
  }
  .others-btn::before {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  .pcticket .benefit-thumb {
    margin-top: 5.33%;
  }

  /*=== プレミアムサービスご利用中お客様の声 ===*/
  .voice-list {
    margin: 20px 0 0;
  }
  .voice-item {
    padding: 30px 0;
  }
  .voice-icon {
    width: 76px;
    min-width: 76px;
    margin-right: 10px;
  }
  .voice-lead {
    display: none;
  }
  .voice-main {
    margin-top: 0;
    font-size: 18px;
  }
  .voice-txt {
    margin-top: 15px;
    font-size: 16px;
  }
  button.slick-arrow,
  button.slick-arrow:hover  {
    width: 21px;
    height: 44px;
  }
  button.slick-prev,
  button.slick-prev:hover {
    left: 0;
    background-image: url(images/slide_ic_003.png);
  }
  button.slick-next,
  button.slick-next:hover {
    right: 0;
    background-image: url(images/slide_ic_004.png);
  }
}

@media screen and (min-width: 768px) {
  .privilege .other .otherContents {
    margin-left: 20px;
    margin-right: 20px;
  }

  .privilege .other .otherItemTxt {
    font-size: 1.3rem;
    line-height: 22px;
  }

  .privilege .other .otherItemTtl .icon {
    padding-right: 8px;
  }

  .course .courseItemBoxTxt {
    font-size: 1.3rem;
    line-height: 22px;
  }

  .listDec {
    font-size: 1.3rem;
    line-height: 22px;
  }

  .listNote {
    font-size: 1.3rem;
    line-height: 20px;
  }

  .recommend .boxBlue {
    padding: 50px 90px 54px;
  }

  .recommend .listStandard.outer {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 28px;
  }

  .recommend .listStandard .col02 {
    padding: 0 20px;
  }

  .howto .procedure .col02:first-child {
    flex: 0 0 34.8%;
    max-width: 34.8%;
  }

  .howto .procedure .col02:last-child {
    flex: 0 0 65.2%;
    max-width: 65.2%;
  }

  .howto .outer {
    margin-left: -6.5px;
    margin-right: -6.5px;
  }

  .howto .col02 {
    padding: 0 6.5px;
  }

  .howto .boxBlue {
    padding: 60px 90px 48px;
  }

  .privilege .privilegeBox {
    padding: 36px 90px 43px;
  }

  .join .boxBlue {
    padding: 46px 90px 45px;
    text-align: center;
  }

  .privilege .other {
    padding: 40px 90px 27px;
  }

  .recommend .listAnshin.outer {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 25px;
  }

  .recommend .listAnshin .col03 {
    padding: 13px 16px;
  }

  .howto .procedureStep3:after {
    content: '';
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-left: 13px solid #606a76;
    position: absolute;
    right: -13px;
    margin: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .join .boxBlue:last-child {
    padding: 37px 90px 45px;
  }

  .boxYellow a:hover img {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .seriesBanner_unit {
    font-size: 1.3rem;
    line-height: 22px;
    padding: 15px 10px;
    background: url(../../images/ui2043/img_top_banner_pc.png);
    background-size: cover;
  }
  .seriesBanner_unitTitle {
    font-size: 3.0rem;
    line-height: 1.6;
    text-align: left;
    margin: 0;
  }
  .ttl_h02 {
    font-size: 2.2rem;
  }

  .ttl_h03 {
    font-size: 1.8rem;
    line-height: 28px;
  }

  .privilege .other {
    margin-top: 40px;
  }

  .privilege .other .col03 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .privilege .other .otherItemTtl p {
    font-size: 1.7rem;
    line-height: 25px;
  }

  .privilege .other .outer {
    margin-left: -5px;
    margin-right: -5px;
  }

  .privilege .other .col03 {
    padding: 5px;
    position: relative;
  }

  .subTtl {
    font-size: 1.4rem;
    line-height: 23px;
  }

  .privilege .other .col03:not(:last-child) .otherItem:after {
    width: 18px;
    height: 18px;
    right: 10px;
    bottom: 10px;
    background-size: 18px auto;
  }

  .privilege .other .otherItemTtl p {
    flex: 0 0 65%;
    max-width: 65%;
  }

  .privilege .other .otherItemTtl .icon {
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 5px;
  }

  .privilege .other .imgCenter img {
    width: 140px;
  }

  .course .outer {
    margin-left: -5px;
    margin-right: -5px;
  }

  .course .col04 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px 5px;
  }

  .course .courseItemTtl {
    font-size: 1.4rem;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .course .courseItemBoxTtl {
    font-size: 1.6rem;
    line-height: 21px;
  }

  .privilege .ttl_h02 {
    margin-bottom: 15px;
  }

  .course .ttl_h02 {
    margin-bottom: 5px;
  }

  .tbl_scroll {
    overflow: auto;
  }

  .tbl {
    width: 982px;
  }

  .tbl thead th:not(:first-child) {
    font-size: 1.5rem;
  }

  .tbl {
    font-size: 1.4rem;
    margin-top: 30px;
  }

  .tbl tbody th,
  .tbl thead th:first-child {
    font-size: 1.1rem;
  }

  .tbl .listDec {
    font-size: 1.1rem;
  }

  .tbl tbody td {
    padding: 15px 8px;
  }

  .tbl thead th:nth-child(1) {
    width: 8%;
  }

  .tbl thead th:not(:nth-child(1)) {
    width: 18.4%;
  }

  .join,
  .howto,
  .recommend,
  .course,
  .privilege,
  .ycourse_cb{
    padding-top: 40px;
  }
  .ycourse_cb{
    padding-bottom: 40px;
  }

  .recommend .ttl_h02 {
    margin-bottom: 12px;
  }

  .recommend .webMart {
    margin-bottom: 10px;
    width: 71.6%;
  }

  .boxBlue {
    padding: 30px 20px;
  }

  .listNote {
    font-size: 1.1rem;
    line-height: 20px;
  }

  .recommend .listAnshin .outer {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recommend .listAnshin .col03 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
    text-align: center;
  }

  .recommend .listStandard .outer {
    margin-bottom: 15px;
  }

  .recommend .listStandard .col02 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0;
  }

  .recommend .listAnshin .col03 img {
    width: 100%;
  }

  .recommend .listStandard .col02 img {
    width: 100%;
  }

  .recommend .recommendTtl {
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .recommend .arrowDown img {
    width: 60px;
  }

  .arrowPlus img {
    width: 25px;
  }

  .recommend .freePeriod .freePeriodTxt {
    font-size: 2.0rem;
    line-height: 28px;
  }

  .recommend .freePeriod .txtRed {
    /*font-size: 2.0rem;*/
    font-size: 3.2rem;
  }

  .recommend .freePeriod .freePeriodTxt {
    /*font-size: 1.8rem;*/
    font-size: 2.2rem;
    line-height: 28px;
  }

  .recommend .freePeriodTxt .price {
    padding: 0 3px;
    margin-left: 5px;
  }

  .recommend .freePeriod .col02:first-child:after {
    width: 10px;
    height: 27px;
    background-size: 10px auto;
  }

  .recommend .freePeriod .now {
    font-size: 1.4rem;
    right: 10px;
    bottom: 0px;
  }

  .recommend .freePeriod {
    margin-top: 15px;
    max-width: 500px;
  }

  .recommend .freePeriod .col02 {
    padding: 30px 15px;
  }

  .recommend .freePeriodTxt .price:before {
    height: 2px;
  }

  .howto .col02 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .procedure .col02:first-child {
    margin-bottom: 25px;
  }

  .howto .procedureTtl {
    font-size: 1.6rem;
    padding: 10px;
  }

  .howto .ttlStep {
    font-size: 1.8rem;
    line-height: 30px;
  }

  .howto .campaign {
    margin-top: 30px;
  }

  .howto .procedure p {
    font-size: 1.4rem;
  }

  .howto .arrowDown {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 12px;
  }
  .joinList .joinItemImg {
    width: 100%;
  }

  .join .myCloud img {
    width: 300px;
  }

  .recommend .listAnshin.outer {
    margin-bottom: 15px;
  }

  .howto .campaign .boxYellow {
    padding: 20px 10px;
  }

  .recommend .listStandard {
    margin-bottom: 10px;
  }

  .recommend .arrowDown {
    margin-bottom: 15px;
  }

  .btn {
    font-size: 1.2rem;
    line-height: 20px;
    padding: 9px;
  }
  .join .joinList .col04 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px;
  }
  .join .boxBlue+.boxBlue {
    margin-top: 20px;
  }
}

@media screen and (max-width: 510px) {
  .course .courseItemTtl {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .boxBlue {
    padding: 20px 10px;
  }

  .privilege .other .otherItemTtl p {
    font-size: 1.4rem;
    line-height: 22px;
  }

  .privilege .other .col03:not(:last-child) .otherItem {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 13px 10px 30px;
  }

  .course .col04 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .privilege .other .col03 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .privilege .other .imgCenter {
    text-align: center;
    padding-top: 5px;
  }

  .privilege .other .imgCenter img {
    position: relative;
  }

  .privilege .other .otherItemTtl .icon {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 10px;
  }

  .privilege .other .otherItemTtl p {
    flex: 0 0 80%;
    max-width: 80%;
  }

  .course .courseItemTtl {
    font-size: 1.4rem;
  }

  .recommend .listAnshin .col03 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 0;
  }
  .join .joinList .col04 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .join .joinList .col04+.col04 {
    margin-top: 25px;
  }

}




/* ------------------------------------------------------
コース紹介
------------------------------------------------------ */
.course{
  /*margin-bottom: 50px;*/
}

.course .ti{
  margin-bottom: 0px;
}

.course .choice{

}
.course_inner .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.course .choiceBox{
  float: left;
  /*width: 247px;*/
  width: 25.2%;
  line-height: 0;
}

.course .choiceBox:last-child{
  width: 24.4%;
}

.course .choiceBox img {
  width: 100%;
  height: auto;
}

.course p{
  margin: 0;
  padding: 0;
  line-height:1.2;
}

.course .free, .course .basic, .course .plus, .course .standard, .course .wide{
  float:left;
  position: relative;
}

.course .free, .course .basic, .course .plus{
  /*width:171px;*/
  width:17.4%;
}

.course .standard{
  /*width:251px;*/
  width:25.5%;
}

.course .wide{
  /*width:236px;*/
  width:24%;
}

.course .basic, .course .plus, .course .standard, .course .wide{
  margin-left: -5px;
}

.course .free{
  z-index: 3;
}

.course .basic{
  z-index: 2;
}

.course .plus{
  z-index: 1;
}

.course .standard{
  z-index: 5;
  margin-top:-20px;
}

.course .wide{
  z-index: 4;
  margin-top:-20px;
}

.course .normalTtl{
  width:187px;
  text-align:center;
  background-color:#f5f5f5;
  border:solid 2px #d6d2c5;
  border-bottom:none;
  padding:10px 0;
}

.course .normalTtl p{
  color:#000;
  font-weight:bold;
  font-size:135%;
}

.course .normalBtn{
  width:187px;
  text-align:center;
  background-color:#f5f5f5;
  border-left:solid 2px #d6d2c5;
  border-right:solid 2px #d6d2c5;
  padding-bottom:5px;
}

.course .courseBtn{
  cursor:pointer;
}

.course .normalBtn p {
  padding: 0 8px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.course .normalBtn p a{
  display: block;
  position: relative;
  font-weight: bold;
  background-color: #ffb0b0;
  border-radius: 3px;
  color: #000000;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}

.course .normalBtn p a:after{
  font-family: 'FontAwesome';
  content: "\f105";
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.0rem;
}

.course .normalBtn p a:hover {
  opacity: 0.8;
}

.course .normalPrice{
  width:187px;
  border-left:solid 2px #d6d2c5;
  border-right:solid 2px #d6d2c5;
  padding:15px 0;
}

.course .normalPrice p{
  text-align:center;
  font-size:120%;
}

.course .courseDetail{
  width:187px;
  padding:3px;
  border:solid 2px #d6d2c5;
  background-color:#f5f5f5;
  border-top:none;
  font-size:110%;
  line-height:1.2;
}

.course .arrowRight{
  width: 197px;
  background: url(../../images/ui2043/courseArrowRight.png) no-repeat right;
}

.course .arrowRight2{
  width:197px;
  background:url(../../images/ui2043/courseArrowRight.png) no-repeat right 16px;
}

.course .arrowRight3{
  width:197px;
  background:url(../../images/ui2043/courseArrowRight.png) no-repeat right 26px;
}

.course .detailBoxNoLink, .course .detailBox{
  border:solid 1px #b0ab43;
  border-top:none;
  width: 177px;
}

.course .detailInner{
  position: relative;
  border:solid 1px #FFF;
  background: #fffcc1;
  background: -moz-linear-gradient(top,  #fffcc1 0%, #fffaa4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcc1), color-stop(100%,#fffaa4));
  background: -webkit-linear-gradient(top,  #fffcc1 0%,#fffaa4 100%);
  background: -o-linear-gradient(top,  #fffcc1 0%,#fffaa4 100%);
  background: -ms-linear-gradient(top,  #fffcc1 0%,#fffaa4 100%);
  background: linear-gradient(to bottom,  #fffcc1 0%,#fffaa4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcc1', endColorstr='#fffaa4',GradientType=0 );
}

.course .detailBoxNoLink p, .course .detailBox p{
  text-align:center;
  padding:8px;
}

.course .memberBox{
  width:177px;
  border:solid 2px #d4d1c3;
  padding:7px 0;
  background-color:#FFF;
  text-align:center;
  font-weight:bold;
}

.course .memberBox2{
  width:178px;
  border:solid 2px #d4d1c3;
  padding:10px 0;
  background-color:#FFF;
  text-align:center;
  font-weight:bold;
}

.course .courseImg{
  text-align:center;
}

.course .standardContents{
  background-color:#ff9940;
  width:278px;
  box-shadow:rgba(0, 0, 0, 0.3) 0px 6px 9px 1px;
  -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 6px 9px 1px;
  -moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 6px 9px 1px;
  padding-bottom:5px;
}

.course .standardContents p, .course .wideContents p{
  line-height:1.2
}

.course .standardTtl {
  text-align:center;
  padding:20px 0 12px 0;
}

.course .standardTtl p{
  color:#000;
  font-weight:bold;
  font-size:170%;
}

.course .standardBtn{
  width:278px;
  text-align:center;
  padding-bottom:5px;
}

.course .standardBtn p{
  width:176px;
  margin:0 auto;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.course .standardBtn p a{
  display: block;
  position: relative;
  font-weight: bold;
  background-color: #ffb0b0;
  border-radius: 3px;
  color: #000000;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}

.course .standardBtn p a:hover {
  opacity: 0.8;
}

.course .standardBtn p a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.0rem;
}

.course .standardPrice{
  width:276px;
  padding:8px 0 9px 0;
  background-color:#FFF;
  margin:0 auto;
  margin-bottom:3px;
}

.course .standardPrice p{
  text-align:center;
  font-size:120%;
  font-weight:bold;
}

.course .standardPrice p span{
  font-size:170%;
}

.course .standardBox{
  width:268px;
  border:solid 2px #d6d2c5;
  background-color:#FFF;
  padding:20px 0;
  margin-left:5px;
}

.course .standardBox p{
  text-align:center;
  font-size:155%;
  font-weight:bold;
}

.course .standardBoxArrow{
  width:295px;
  background:url(../../images/ui2043/courseStandardArrowRight.png) no-repeat right 50px;
}

.course .standardDetailBox{
  border:solid 1px #b0ab43;
  border-top:none;
  width: 270px;
  margin:0 auto;
}

.course .first{
  border-top:solid 1px #b0ab43;
}
.course .standardInner{
  position: relative;
  border:solid 1px #FFF;
  background: #fffcc1;
  background: -moz-linear-gradient(top,  #fffcc1 0%, #fffaa4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffcc1), color-stop(100%,#fffaa4));
  background: -webkit-linear-gradient(top,  #fffcc1 0%,#fffaa4 100%);
  background: -o-linear-gradient(top,  #fffcc1 0%,#fffaa4 100%);
  background: -ms-linear-gradient(top,  #fffcc1 0%,#fffaa4 100%);
  background: linear-gradient(to bottom,  #fffcc1 0%,#fffaa4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcc1', endColorstr='#fffaa4',GradientType=0 );
}
.course .detailInner.new:before,
.course .standardInner.new:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -8px;
	width: 100px;
	height: 26px;
    background: url(images/icon_new.png) top left no-repeat;
	background-size: 100% auto;
}.course .standardInner.renewal:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -8px;
	width: 100px;
	height: 26px;
    background: url(images/icon_renewal.png) top left no-repeat;
	background-size: 100% auto;
}.course .standardInner.discount:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -8px;
	width: 100px;
	height: 26px;
    background: url(images/icon_discount.png) top left no-repeat;
	background-size: 100% auto;
}.course .standardInner.ample:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -8px;
	width: 100px;
	height: 26px;
    background: url(images/icon_ample.png) top left no-repeat;
	background-size: 100% auto;
}
.course .standardDetailBox p{
  text-align:center;
  padding:12px 8px;
  font-weight:bold;
  font-size:135%;
}

.course .wideContents{
  background-color:#ffc999;
  width:100%;
  padding-bottom:5px;
}

.course .pd40{
  padding:40px 0;
}

.course p.pd25{
  padding:25px 0;
}

@media screen and (max-width: 767px) {
  .course_wrap {
    width: 100%;
  overflow:auto;

  }
  .course_inner {
    width: 1160px;
  }
}