@charset 'UTF-8';
/* headerSw ------------------------*/
.headerSw {
  background-image: url('/promotion/jcb_anacard/images/sw/bg_header_sw.png');
  background-repeat: no-repeat;
}
.headerSw__inner {
  position: relative; 
  margin: 0 auto;
}
.headerSw__logo {
  position: absolute;
}
.headerSw__logo img {
  height: auto; 
  width: 100%;
}
.headerSw__heading {
  color: #fff;
  line-height: 1.27778; 
  text-align: center;
}
.headerSw__heading span {
  display: block;
}
/* tab ------------------------*/
.tabSwitch__navi {
  position: absolute;
  bottom: 0; 
  left: 0;
  width: 100%;
}
.tabSwitch__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; 

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.tabSwitch__item a {
  display: block;
  background: #beceda;
  color: #052946;
  font-weight: bold;
  letter-spacing: 0; 
  line-height: 1.4;
  text-align: center;
}
.tabSwitch__item a.active {
  background: #041626;
  color: #828b93;
}
.tabContents {
  display: none;
}
.tabContents.active {
  display: block;
}
/* mainVisual ------------------------*/
.mainVisual {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#041626), to(#4a5d6e));
  background-image: linear-gradient(to bottom, #041626, #4a5d6e);
}
.mainVisual__inner {
  opacity: 0;
}
.mainVisual__heading {
  color: #fff;
  font-weight: bold;
}
.mainVisual__text {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}
/* banner ------------------------*/
.banner {
  overflow: hidden;
}
.banner a {
  display: block;
  background: url('/promotion/jcb_anacard/images/sw/bg_banner_05.png') no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  font-weight: bold;
}
.banner__text {
  line-height: 1.4;
  text-shadow: 0 0 5px black;
}
.banner__text strong {
  color: #ffc70d;
  font-weight: bold;
}
.banner__sub {
  position: relative; 
  display: inline-block;
  font-size: 14px;
}
.banner__sub:before, .banner__sub:after {
  position: absolute;
  bottom: 0; 
  content: '';
  display: block;
  height: 12px;
  width: 10px;
  background: url('/promotion/jcb_anacard/images/sw/ico_banner_text_border.svg') no-repeat 0 0;
  background-size: cover;
}
.banner__sub:before {
  left: 0;
}
.banner__sub:after {
  right: 0;
  transform: rotate(80deg); 

  -webkit-transform: rotate(80deg);
}
.banner__box {
  position: relative; 
  height: 100%;
  background: #ffc70d;
  color: #081a2a;
  font-size: 18px;
}
.banner__box:before {
  left: -110px; 
  width: 110px;
  background: url('/promotion/jcb_anacard/images/sw/ico_banner_border.svg') no-repeat 0 0;
  background-size: cover !important;
}
.banner__box:after {
  right: -1000px; 
  width: 1000px;
  background: #ffc70d;
}
.banner__box span {
  position: relative; 
  padding-right: 15px;
}
.banner__box span:after {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  background: url('/promotion/jcb_anacard/images/ico_btn_blank_black.svg') no-repeat 0 0;
  background-size: cover !important;
  transform: translateY(-50%); 

  -webkit-transform: translateY(-50%);
}
/* privilege ------------------------*/
.privilege {
  display: block;
  background: url('/promotion/jcb_anacard/images/sw/bg_privilege.png') no-repeat 100% 100% #f2f2f2;
}
.privilege__heading {
  line-height: 1.5; 
  text-align: center;
}
.privilege__heading02 {
  position: relative; 
  text-align: center;
}
.privilege__heading02:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: '';
  background-size: contain !important;
  transform: translateX(-50%); 

  -webkit-transform: translateX(-50%);
}
.privilege__heading02--ico01:before {
  background: url('/promotion/jcb_anacard/images/sw/ico_privilege_heading_01.svg') no-repeat 0 0;
}
.privilege__heading02--ico02:before {
  background: url('/promotion/jcb_anacard/images/sw/ico_privilege_heading_02.svg') no-repeat 0 0;
}
.privilege__heading02--ico03:before {
  background: url('/promotion/jcb_anacard/images/sw/ico_privilege_heading_03.svg') no-repeat 0 0;
}
.privilege__heading03 {
  position: relative;
}
.privilege__heading03:before {
  position: absolute;
  bottom: 0; 
  left: 0;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #d5d7db;
}
.privilege__image-heading {
  position: relative;
}
.privilege__image-heading:after {
  position: absolute;
  right: 0; 
  content: '';
  display: block;
  background-size: cover !important;
}
.privilege__image-heading--pic01:after {
  background: url('/promotion/jcb_anacard/images/sw/bg_image_headin01.png') no-repeat 50% 20%;
}
.privilege__image-heading--pic02:after {
  background: url('/promotion/jcb_anacard/images/sw/bg_image_headin02.png') no-repeat 50% 20%;
}
.privilege__image-heading--pic03:after {
  background: url('/promotion/jcb_anacard/images/sw/bg_image_headin03.png') no-repeat 50% 20%;
}
.privilege__image-heading > span {
  display: block;
  width: 100%;
  font-size: 20px;
}
.privilege__lead {
  font-weight: bold; 
  text-align: center;
}
.privilege__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; 
  height: 100%;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 4px;
  align-items: flex-start;

  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
}
.privilege__data--type02 {
  border: solid 2px #074f8d;
  line-height: 1.2;
}
.privilege__data--type02 .privilege__discription {
  color: #d3590c;
  font-weight: bold; 
  text-align: center;
}
.privilege__data--type02 .privilege__discription strong {
  font-weight: inherit;
}
.privilege__data--type03 {
  height: auto;
  background: transparent;
}
.privilege__data--type03 .privilege__term {
  border-radius: 4px;
}
.privilege__data--type03 .privilege__discription {
  font-size: 14px; 
  align-items: flex-start;

  -webkit-box-align: start;
  -ms-flex-align: start;
}
.privilege__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: #074f8d;
  color: #fff;
  font-size: 16px; 
  align-items: center;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.privilege__discription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px; 
  align-content: center;
  align-items: center;

  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-line-pack: center;
  -ms-flex-pack: center;
  -ms-flex-positive: 1;
  -ms-flex-wrap: wrap;
}
.privilege__discription-note {
  margin: 10px 0 0;
  padding-left: 1em;
  color: #333;
  font-size: 11px;
  font-weight: normal; 
  text-indent: -1em;
}
.privilege__discription-note:before {
  content: '\203B';
}
.privilege__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; 

  -webkit-box-align: center;
  -ms-flex-align: center;
}
.privilege__icon {
  display: inline-block;
  margin: 0 15px 0 0;
  background-color: #bc3c0e;
  border-radius: 4px;
  color: #fff;
  font-size: 16px; 
  text-align: center;
}
.privilege__icon--green {
  background-color: #028452;
}
.privilege__text {
  margin: 20px 0 0;
}
.privilege__blank {
  text-decoration: underline;
}
.privilege__blank:after {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-left: 4px;
  background: url('/promotion/jcb_anacard/images/ico_btn_blank_blue.svg') no-repeat 0 0;
  background-size: cover;
}
.privilege__noteList {
  margin: 10px 0 0;
}
.privilege__note {
  display: block;
  padding-left: 1em;
  font-size: 12px; 
  text-indent: -1em;
}
.privilege__note:before {
  content: '\203B';
}
.privilege__contentList {
  margin: 20px 0 0;
}
.privilege__contentTerm {
  font-weight: bold;
}
.privilege__contentDisc--blue {
  position: relative; 
  display: inline-block;
  margin: 10px 0 0;
  color: #074f8d;
  font-weight: bold;
}
.privilege__contentDisc--blue:before {
  position: absolute;
  left: 0; 
  top: 21px;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #074f8d;
}
.privilege__contentTel {
  margin: 8px 0 0;
}
.privilege__contentTelItem {
  color: #074f8d;
  font-size: 12px;
  font-weight: bold;
}
.privilege__contentTelItem span {
  font-family: 'Roboto', sans-serif;
  font-size: 18px; 
  font-weight: 500;
}
/* compare ------------------------*/
.compare__heading {
  text-align: center;
}
.compare__table th, .compare__table td {
  height: 75px;
  padding: 5px;
  box-sizing: border-box; 
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;

  -webkit-box-sizing: border-box;
}
.compare__table th[scope='col'] {
  width: 140px; 
  background: #074f8d;
  color: #fff;
  text-align: center;
}
.compare__table th[scope='col']:first-child {
  width: 256px;
  padding-left: 20px; 
  text-align: left;
}
.compare__table th[scope='col'] + th {
  border-left: solid 1px #c7c7c7;
}
.compare__table th[scope='col'].large {
  width: 160px;
}
.compare__table th[scope='col'].active {
  font-weight: bold;
}
.compare__table th[scope='row'] {
  padding-left: 0;
  border-bottom: solid 1px #c7c7c7;
  border-right: none;
  font-weight: bold;
}
.compare__table th[colspan='2'] {
  padding-left: 0;
  border-bottom: solid 1px #c7c7c7;
  border-right: solid 1px #c7c7c7;
}
.compare__table th[colspan='2'] span.small {
  font-size: 11px;
}
.compare__table th[scope='col'].area {
  white-space: nowrap;
}
.compare__table td {
  border-bottom: solid 1px #c7c7c7;
  border-right: solid 1px #c7c7c7;
  text-align: center;
}
.compare__table td:last-child {
  border-right: none;
}
.compare__table td.bold {
  font-weight: bold;
}
.compare__table td.left {
  text-align: left;
}
.compare__table td.small {
  font-size: 12px;
}
.compare__table td.no-padd {
  width: 120px;
  padding-left: 0;
}
.compare__table td.active {
  background: #e1ecf5;
  font-weight: bold;
}
/* compareNotice ------------------------*/
.compareNotice__item {
  position: relative;
  counter-increment: rice;
  padding: 0 0 0 35px;
  line-height: 1.78571;
}
.compareNotice__item + .compareNotice__item {
  margin: 20px 0 0;
}
.compareNotice__item:before {
  position: absolute;
  left: 0;
  top: 0; 
  content: '\203B' counter(rice);
}
.compareNotice__item--disc {
  position: relative;
  padding: 0 0 0 15px;
}
.compareNotice__item--disc:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  height: 8px;
  width: 8px;
  background-color: #074f8d;
  border-radius: 50%;
}
.compareNotice__item--disc + .compareNotice__item--disc {
  margin: 10px 0 0;
}
@media print, screen and (min-width: 701px) {
  .headerSw {
    background-position: 50% 50%;
    background-size: cover;
  }
  .headerSw__inner {
    height: 225px;
    width: 980px;
    padding: 50px 0 0;
  }
  .headerSw__logo {
    left: 0; 
    top: 20px;
    width: 60px;
  }
  .headerSw__heading {
    font-size: 36px;
  }
  .headerSw__heading span {
    font-size: 24px;
  }
  .tabSwitch__item a {
    width: 193px;
    padding: 8px 0;
    border-radius: 6px 6px 0 0;
    font-size: 16px;
  }
  .tabSwitch__item a:hover {
    background: #116cba;
    color: #fff;
  }
  .mainVisual__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 980px;
    margin: 0 auto;
    padding: 100px 0 90px; 
    flex-wrap: wrap;

    -ms-flex-wrap: wrap;
  }
  .mainVisual__image {
    width: 300px;
    margin: 0 40px 0 0;
  }
  .mainVisual__unit {
    width: 640px;
  }
  .mainVisual__heading {
    font-size: 28px;
    line-height: 1;
  }
  .mainVisual__text {
    margin: 25px 0 0;
    font-size: 20px;
  }
  .banner {
    padding: 0 0 50px;
  }
  .banner a:hover .banner__box {
    background: #ffab0d;
    color: #fff;
  }
  .banner a:hover .banner__box:before {
    background: url('/promotion/jcb_anacard/images/sw/ico_banner_border_hover.svg') no-repeat 0 0;
  }
  .banner a:hover .banner__box:after {
    background: #ffab0d;
  }
  .banner a:hover .banner__box span:after {
    background: url('/promotion/jcb_anacard/images/ico_btn_blank.svg') no-repeat 0 0;
  }
  .banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 160px;
    width: 980px;
    margin: 0 auto; 
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
  }
  .banner__text {
    font-size: 24px;
  }
  .banner__text strong {
    font-size: 36px;
  }
  .banner__sub {
    padding: 0 10px 10px;
    line-height: 1;
  }
  .banner__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    margin: 0 0 0 110px; 
    align-items: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .banner__box:before, .banner__box:after {
    position: absolute;
    top: 0; 
    content: '';
    display: block;
    height: 100%;
  }
  .privilege__inner {
    width: 980px;
    margin: 0 auto;
    padding: 90px 0;
  }
  .privilege__heading {
    font-size: 40px;
  }
  .privilege__heading02 {
    margin: 100px 0 0;
    padding-top: 55px;
    font-size: 28px;
  }
  .privilege__heading02--ico01 {
    margin-top: 70px;
  }
  .privilege__heading02--ico01:before {
    height: 53px; 
    width: 89px;
  }
  .privilege__heading02--ico02:before {
    top: 5px;
    height: 44px; 
    width: 50px;
  }
  .privilege__heading02--ico03:before {
    height: 44px; 
    width: 50px;
  }
  .privilege__heading03 {
    margin: 50px 0 25px;
    padding: 0 0 20px;
    font-size: 22px;
  }
  .privilege__image-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 250px;
    margin: 90px 0 0;
    padding: 0 490px 0 40px;
    flex-wrap: wrap;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e6e8), to(#f2f2f2));
    background: linear-gradient(#e5e6e8 0%, #f2f2f2 100%);
    font-size: 28px; 
    align-content: center;
    align-items: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -ms-flex-wrap: wrap;
  }
  .privilege__image-heading:after {
    top: 0; 
    height: 100%;
    width: 490px;
  }
  .privilege__image-heading > span {
    font-size: 20px;
  }
  .privilege__image-heading + .privilege__lead {
    margin-top: 60px;
  }
  .privilege__lead {
    font-size: 22px;
  }
  .privilege__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 0; 
    flex-wrap: wrap;
    justify-content: space-between;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
  }
  .privilege__item {
    width: 300px;
  }
  .privilege__item--wide {
    width: 470px;
  }
  .privilege__item--wide:nth-child(n+3) {
    margin-top: 40px;
  }
  .privilege__data--type02 .privilege__term {
    font-size: 20px;
  }
  .privilege__data--type02 .privilege__discription {
    font-size: 20px;
  }
  .privilege__data--type02 .privilege__discription strong {
    font-size: 30px;
  }
  .privilege__data--type03 .privilege__term {
    font-size: 18px;
  }
  .privilege__data--type03 .privilege__discription {
    padding: 15px 0 0;
  }
  .privilege__term {
    height: 60px;
  }
  .privilege__discription {
    padding: 25px 0;
  }
  .privilege__box + .privilege__box {
    margin: 15px 0 0 0;
  }
  .privilege__icon {
    width: 90px;
    line-height: 36px;
  }
  .privilege__blank:hover {
    text-decoration: none;
  }
  .privilege__contentTel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .privilege__contentTelItem {
    position: relative; 
    margin-left: 10px;
    padding-left: 14px;
  }
  .privilege__contentTelItem:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .privilege__contentTelItem:first-child:before {
    content: none;
  }
  .privilege__contentTelItem:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    display: block;
    height: 15px;
    width: 1px;
    background: #074f8d;
    transform: translateY(-50%); 

    -webkit-transform: translateY(-50%);
  }
  .compare__inner {
    width: 980px;
    margin: 0 auto;
    padding: 90px 0 0;
  }
  .compare__heading {
    font-size: 36px;
    line-height: 1.66667;
  }
  .compare__note {
    display: none;
  }
  .compare__table {
    width: 100%;
    margin: 50px 0 0;
  }
  .compareNotice__inner {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0 100px;
  }
  .compareNotice__list--disc {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 700px) {
  .headerSw {
    background-position: 20% 50%;
    background-size: auto 100%;
  }
  .headerSw__inner {
    height: 180px;
    padding: 30px 20px 0;
  }
  .headerSw__logo {
    left: 10px; 
    top: 10px;
    width: 30px;
  }
  .headerSw__heading {
    font-size: 24px;
  }
  .headerSw__heading span {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .tabSwitch__navi {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .tabSwitch__list {
    width: 600px;
    margin: 0 auto;
    padding: 0 4px;
  }
  .tabSwitch__item a {
    width: 145px;
    padding: 6px 0;
    border-radius: 4px 4px 0 0;
    font-size: 12px;
  }
  .mainVisual__inner {
    padding: 50px 20px 20px;
  }
  .mainVisual__image {
    width: 200px;
    margin: 0 auto;
  }
  .mainVisual__unit {
    margin: 10px 0 0;
  }
  .mainVisual__heading {
    font-size: 18px;
    line-height: 1.4; 
    text-align: center;
  }
  .mainVisual__text {
    margin: 10px 0 0;
    font-size: 18px;
  }
  .banner {
    padding: 0 0 25px;
  }
  .banner__text {
    padding: 20px 10px;
    font-size: 20px; 
    text-align: center;
  }
  .banner__text strong {
    font-size: 28px;
  }
  .banner__sub {
    margin: 0 0 10px;
    padding: 0 10px;
    line-height: 1.4;
  }
  .banner__box {
    padding-right: 10px;
    text-align: center;
  }
  .banner__box:before, .banner__box:after {
    content: none;
  }
  .privilege {
    background-size: 336px auto;
  }
  .privilege__inner {
    padding: 40px 20px;
  }
  .privilege__heading {
    font-size: 30px;
  }
  .privilege__heading02 {
    margin: 40px 0 0;
    padding-top: 32px;
    font-size: 22px;
  }
  .privilege__heading02--ico01 {
    margin-top: 30px;
  }
  .privilege__heading02--ico01:before {
    height: 32px; 
    width: 54px;
  }
  .privilege__heading02--ico02:before {
    height: 27px; 
    width: 30px;
  }
  .privilege__heading02--ico03:before {
    height: 27px; 
    width: 30px;
  }
  .privilege__heading03 {
    margin: 25px 0 20px;
    padding: 0 0 15px;
    font-size: 18px;
  }
  .privilege__image-heading {
    margin: 50px 0 155px;
    padding: 35px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e6e8), to(#f2f2f2));
    background: linear-gradient(#e5e6e8 0%, #f2f2f2 100%);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6; 
    text-align: center;
  }
  .privilege__image-heading:after {
    top: 115px; 
    height: 100px;
    width: 100%;
  }
  .privilege__image-heading--pic01 {
    margin-top: 30px;
  }
  .privilege__image-heading > span {
    font-size: 14px;
    font-weight: normal;
  }
  .privilege__lead {
    font-size: 16px;
  }
  .privilege__list {
    margin: 20px 0 0;
  }
  .privilege__item + .privilege__item {
    margin: 20px 0 0;
  }
  .privilege__data--type02 .privilege__discription strong {
    font-size: 24px;
  }
  .privilege__data--type03 .privilege__discription {
    padding: 10px 0 0;
  }
  .privilege__term {
    height: 45px;
  }
  .privilege__discription {
    padding: 15px 0;
  }
  .privilege__box + .privilege__box {
    margin: 10px 0 0 0;
  }
  .privilege__icon {
    width: 70px;
    line-height: 30px;
  }
  .privilege__contentTerm {
    line-height: 1.4;
  }
  .compare__inner {
    padding: 40px 20px 0;
  }
  .compare__heading {
    margin: 0 0 20px; 
    font-size: 28px;
  }
  .compare__note {
    position: relative;
    padding: 10px;
    background: #074f8d;
    border-radius: 4px;
    color: #fff;
    text-align: center;
  }
  .compare__note:after {
    position: absolute;
    bottom: -7px;
    left: 50%;
    content: '';
    height: 0;
    width: 0;
    border-color: #074f8d transparent transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    transform: translate; 

    -webkit-transform: translate;
  }
  .compare__note span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 40px;
  }
  .compare__note span:before {
    position: absolute;
    left: 0; 
    top: 0;
    content: '';
    height: 66px;
    width: 30px;
    background: url('/promotion/jcb_anacard/images/sw/ico_pinchout.svg') no-repeat left top;
    background-size: cnotain;
  }
  .compare__table {
    min-width: 980px; 
    margin: 15px 0 0;
  }
  .compareNotice__inner {
    padding: 30px 20px 50px;
  }
  .compareNotice__list--disc {
    margin: 10px 0 0;
  }
}
