@charset "UTF-8";
/*==============================
  リセット
==============================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
 Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  counter-reset: number 0;
}

address {
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* =====================
  ■ dispNone
===================== */
@media not all and (min-width: 701px) {
  .dispNone-sp {
    display: none;
  }
}

@media screen and (min-width: 701px), print {
  .dispNone-pc {
    display: none;
  }
}

/* PC */
/* SP */
/*==============================
common
==============================*/
.join-g_article .join-g_section {
  padding: 55px 20px;
}

ul li {
  line-height: 24px;
}

a:hover {
  opacity: 0.8;
}

/* PC */
@media screen and (min-width: 701px), print {
  .join-g_section {
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.join-g_mission {
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  padding: 20px 20px 20px 170px;
  position: relative;
}

.join-g_mission_1-bg {
  background-color: #006edb;
}

.join-g_mission_1 {
  position: relative;
  display: inline-block;
}

.join-g_mission_1::before {
  position: absolute;
  content: '';
  background-image: url(/promotion/jcb_anacard/images/join_cp/join-g_mission_1.png);
  background-repeat: no-repeat;
  width: 180px;
  height: 170px;
  bottom: -50px;
  left: -180px;
  background-size: contain;
}

.join-g_mission_2-bg {
  background-color: #339b64;
}

.join-g_mission_2 {
  position: relative;
  display: inline-block;
}

.join-g_mission_2::before {
  position: absolute;
  content: '';
  background-image: url(/promotion/jcb_anacard/images/join_cp/join-g_mission_2.png);
  background-repeat: no-repeat;
  width: 180px;
  height: 170px;
  left: -180px;
  bottom: -58px;
  background-size: contain;
}

@media screen and (min-width: 701px), print {
  .join-g_mission {
    padding: 30px 0;
  }
  .join-g_mission_1 {
    background-color: #006edb;
  }
  .join-g_mission_1::before {
    width: 218px;
    height: 169px;
    bottom: -30px;
    left: -300px;
  }
  .join-g_mission_2 {
    background-color: #339b64;
  }
  .join-g_mission_2::before {
    width: 214px;
    height: 157px;
    left: -300px;
    bottom: -30px;
  }
}

.join-link_a {
  position: relative;
  display: inline-block;
}

.join-link_a::after {
  content: '';
  position: absolute;
  background-image: url(/promotion/jcb_anacard/images/renewal_cp_common/icon_link_blank_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 15px;
  height: 12px;
  bottom: 5px;
  right: -20px;
}

.join-link_a_internal:after {
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-left: 3px;
  margin-bottom: 1px;
  border-top: solid 2px #006CD5;
  border-right: solid 2px #006CD5;
  transform: rotate(45deg);
}

/* =====================
  ■ header
===================== */
.lprn-header_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 23px 20px;
  line-height: 1.4;
}

@media screen and (min-width: 701px), print {
  .lprn-header_inner {
    margin: 0 auto;
    padding: 20px;
    width: 1020px;
  }
}

.lprn-header_logo {
  height: 45px;
  width: 180px;
}

.lprn-header_right {
  margin-left: 10px;
}

.lprn-header_link {
  background-color: #e1edfd;
  background-image: url(/promotion/jcb_anacard/images/renewal_cp_common/icon_link_blank_blue.png);
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  background-size: 7px;
  border-radius: 10px;
  color: #006edb;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding: 8px 15px 8px 8px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (min-width: 701px), print {
  .lprn-header_link {
    background-position: calc(100% - 20px) center;
    background-size: 12px;
    line-height: 1.3;
    padding: 10px 42px 10px 10px;
    -webkit-transition: 0.3s ease-in-out opacity;
    transition: 0.3s ease-in-out opacity;
    width: 340px;
  }
  .lprn-header_link:hover {
    opacity: 0.7;
  }
  .lprn-header_link:link,
  .lprn-header_link:active,
  .lprn-header_link:visited {
    color: #006edb;
  }
}

@media screen and (min-width: 701px), print {
  .lprn-header_linkText-01 {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 701px), print {
  .lprn-header_linkText-02 {
    font-size: 1.6rem;
  }
}

/* =====================
  ■ footer
===================== */
.footer {
  background: #191919;
  letter-spacing: 0;
  min-width: 980px;
  font-weight: bold;
}

.footer__inner {
  position: relative;
}

.footer__item {
  line-height: 1;
  list-style: none;
}

.footer__item a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.footer__item a:hover {
  opacity: 0.5;
}

.footer__info {
  line-height: 1;
}

.footer__logo img {
  height: 16px;
  width: 59px;
}

.footer__copy {
  color: #fff;
  font-size: 13px;
}

.footer__pagetop a {
  text-indent: -9999px;
}

.footer__pagetop a span {
  display: block;
  height: 48px;
  width: 48px;
  background: url("/promotion/jcb_anacard/images/renewal_cp_common/ico_pagetop.png") no-repeat 50% 50%;
  background-size: 24px 24px;
}

.footer__pagetop a:hover span {
  opacity: 0.5;
}

.footer__list a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: middle;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.5em;
  content: '';
  border-bottom: solid #fff 2px;
  border-right: solid #fff 2px;
  position: relative;
  top: -1px;
}

.footer__list .link_blank_white a::after{
  content: none;
}

@media print, screen and (min-width: 701px) {
  .cv-wrapper .footer {
    padding-bottom: 120px;
  }
  .footer__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 0;
  }
  .footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 14px 3px;
  }
  .footer__item a {
    font-size: 13px;
  }
  .footer__item + .footer__item {
    margin-left: 30px;
  }
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
  .footer__copy {
    margin-left: 24px;
  }
  .footer__pagetop {
    position: absolute;
    right: 5px;
    top: 23px;
  }
  .footer__pagetop a {
    height: 48px;
    width: 48px;
  }
  .footer__pagetop a span {
    display: block;
    height: 48px;
    width: 48px;
    background-size: 24px 24px;
  }
}

@media screen and (max-width: 700px) {
  .cv-wrapper .footer {
    padding-bottom: 25%;
  }
  .footer {
    min-width: auto;
  }
  .footer__inner {
    padding: 24px 20px;
  }
  .footer__item + .footer__item {
    margin-top: 18px;
  }
  .footer__info {
    margin-top: 35px;
  }
  .footer__copy {
    margin-top: 12px;
  }
  .footer__pagetop:after {
    clear: both;
    content: '';
    display: block;
  }
  .footer__pagetop a {
    float: right;
  }
  .footer__pagetop a span {
    display: block;
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
  }
}

@media print, screen and (min-width: 701px) {
  .footer {
    min-width: 701px;
  }
}

/* footer ------------------*/
/*---------------------------------
fixedMovePageTop
---------------------------------*/
#fixedMovePageTop {
  position: fixed;
  display: none;
  z-index: 4;
}

#fixedMovePageTop a {
  display: block;
  opacity: 0;
  height: 0;
  animation: fadeOut 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation: fadeOut 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#fixedMovePageTop a span {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  background: url("/promotion/jcb_anacard/images/renewal_cp_common/ico_fixedpagetop.png") no-repeat 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}

#fixedMovePageTop a:hover span {
  opacity: 0.8;
}

#fixedMovePageTop.fixed a {
  opacity: 1;
  animation: fadeIn 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation: fadeIn 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    height: 0;
  }
  1% {
    opacity: 0;
    height: auto;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    height: auto;
  }
  99% {
    opacity: 0;
    height: auto;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

@media print, screen and (min-width: 701px) {
  #fixedMovePageTop {
    bottom: 12px;
    right: 50%;
    margin-right: -504px;
  }
  .cv-wrapper #fixedMovePageTop {
    bottom: 126px;
  }
  #fixedMovePageTop a {
    height: 48px;
  }
  #fixedMovePageTop a span {
    height: 48px;
    width: 48px;
    background-size: 48px 48px;
  }
}

@media screen and (max-width: 700px) {
  #fixedMovePageTop {
    bottom: 10px;
    right: 10px;
  }
  .cv-wrapper #fixedMovePageTop {
    bottom: 100px;
  }
  #fixedMovePageTop a {
    height: 36px;
  }
  #fixedMovePageTop a span {
    height: 36px;
    width: 36px;
    background-size: 36px 36px;
  }
}

/* fixedMovePageTop ------------------------*/
/*==============================
  お申し込みおよびキャンペーンに関する注意事項
==============================*/
.join-g_precautions {
  color: #333;
}

.join-g_precautions h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}

.join-g_precautions h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.join-g_precautions h4 {
  margin-bottom: 10px;
  font-size: 14px;
}

.join-g_precautions h5 {
  font-size: 12px;
  margin-bottom: 10px;
}

.join-g_precautions p {
  font-size: 14px;
}

.join-g_precautions a {
  color: #006edb;
}

.join-g_precautions_group {
  margin-bottom: 30px;
}

.join-g_precautions_group ul li {
  font-size: 14px;
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}

.join-g_precautions_group ul li::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #006edb;
  border-radius: 50%;
  top: 7px;
}

.join-g_precautions_group ul li p {
  margin-left: 15px;
}

.join-g_precautions_details_group {
  margin-bottom: 20px;
}

/* PC */
@media screen and (min-width: 701px), print {
  .join-g_precautions h2 {
    margin-bottom: 45px;
    font-size: 28px;
  }
  .join-g_precautions h3 {
    font-size: 22px;
  }
  .join-g_precautions h4 {
    font-size: 16px;
  }
  .join-g_precautions h5 {
    font-size: 14px;
  }
  .join-g_precautions_group {
    margin-bottom: 30px;
  }
  .join-g_precautions_group ul li {
    font-size: 14px;
  }
}

.join-g_precautions_details_group_offer {
  color: #333;
  font-size: 14px;
}

.join-g_precautions_details_group_offer ul {
  list-style: none;
}

.join-g_precautions_details_group_offer ul li p {
  margin-left: 15px;
}

.join-g_precautions_details_group_offer ul li::before {
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  content: '※';
  margin-right: 5px;
}

@media screen and (min-width: 701px), print {
  .join-g_precautions_details_group_offer {
    color: #333;
    font-size: 14px;
  }
  .join-g_precautions_details_group_offer ul {
    list-style: none;
  }
  .join-g_precautions_details_group_offer ul li p {
    margin-left: 20px;
  }
  .join-g_precautions_details_group_offer ul li::before {
    position: absolute;
    width: 10px;
    height: 10px;
    display: inline-block;
    content: '※';
    margin-right: 5px;
  }
}

.join-g_precautions_details_group-left {
  margin-left: 20px;
}

@media screen and (min-width: 701px), print {
  .join-g_precautions_details_group-left {
    margin-left: 15px;
  }
}
/*# sourceMappingURL=join_note.css.map */
.img_adjustment{
  width: 50%;
  text-indent: 1.5em;
}
.text_adjustment{
  text-indent: 0.7em;
}
@media screen and (max-width: 700px) {
  .img_adjustment {
    text-indent: 1.0em;
    width: 94%;
  }
  .text_adjustment{
    text-indent: 0.5em;
  }
}
