@charset "UTF-8";
/*-------------------------------------------------------------------------
レイアウトCSS
--------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

@font-face {
  font-family: "AmazonEmber";
  src: url("/promotion/ordercard/amazonpwp2020/font/AmazonEmber_W_Rg.woff") format("woff");
}
@font-face {
  font-family: "AmazonEmber_Bd";
  src: url("/promotion/ordercard/amazonpwp2020/font/AmazonEmber_W_Bd.woff") format("woff");
}
.m-amazon {
  font-family: "AmazonEmber";
}

.m-amazon-bd {
  font-family: "AmazonEmber_Bd";
}

body {
  color: #3B3F48;
  font-family: "ヒラギノ角ゴ ProN W4", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
}

a:hover {
  -webkit-transition: all 0.3s ease;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.l-contents-wrapper {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

.l-mainvisual {
  background: url("/promotion/ordercard/amazonpwp2020/images/bg_main.png") no-repeat;
  background-size: 1500px;
  background-position: center;
}

.mainvisual-sp {
  display: none;
}

@media screen and (min-width: 1500px) {
  .l-mainvisual {
    background-size: cover;
  }
}
.l-mainvisual-inner {
  box-sizing: content-box;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 21px;
}

.l-mainvisual-contents {
  padding: 0px 28px;
  text-align: center;
}

.l-mainvisual-title {
  padding-top: 19px;
}

.l-section {
  padding: 10px 20px 40px;
}

.l-section-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 10px 0;
  text-align: center;
  box-sizing: content-box;
  position: relative;
}

.l-campaign {
  margin: 0 calc(50% - 50vw);
  margin-top: 33px;
  width: 100vw;
}

.l-campaign-box {
  display: block;
  max-width: 960px;
  margin: 0 auto;
  box-shadow: 2px 2px 9px 1px rgba(61, 66, 73, 0.23);
  position: relative;
}

.l-campaign-bnr {
  margin-top: 70px;
}

.l-heading-amazon {
  background-color: #002F36;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 30px;
}

.l-section-amazon {
  background-color: #FDE48A;
  padding-top: 0;
  padding-bottom: 80px;
}

.l-section-amazon .l-section-inner {
  text-align: center;
  padding-top: 0;
}

.l-amazon-text {
  margin-top: 40px;
  display: flex;
  padding: 0 73px;
  padding-right: 100px;
}

.l-amazon-col {
  margin-right: 33px;
  flex-shrink: 0;
}

.l-amazon-image {
  margin-top: 70px;
}

.l-amazon-point {
  margin-top: 70px;
}

.l-amazon-table {
  margin-top: 40px;
}

.l-btn {
  margin-top: 20px;
}

.l-accordion {
  background-color: #FFFFFF;
  padding: 10px 25px 15px;
  display: none;
}

.l-amazon-partner {
  margin-top: 60px;
}

.l-img-container {
  margin-top: 27px;
}

.l-service {
  margin-top: 30px;
}

.l-service-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.l-service-item {
  width: 24%;
}

.l-service-item p {
  margin-top: 16px;
  color: #522600;
  font-size: 14px;
  line-height: 1.7;
  min-height: 89px;
  text-align: left;
}

.l-section-service .l-btn {
  margin-top: 11px;
  margin-bottom: 40px;
}

.l-section-point {
  background-color: #E7EEF4;
  padding-bottom: 80px;
}

.l-point-grid {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-point-grid-col {
  width: 49%;
  background-color: #ffffff;
}
.l-point-grid-col.l-col-full {
  margin-top: 40px;
}

.l-point-grid-col:last-child {
  margin-bottom: 0;
}

.l-point-contents {
  padding: 17px 25px 40px;
}

.l-point-contents.l-point-contents--pc2col {
  display: flex;
  gap: 26px;
  align-items: center;
  margin: 0 auto 40px;
  padding: 10px;
  max-width: 699px;
  text-align: left;
}

.l-point-contents.l-point-contents--pc2col .l-img-container {
  max-width: 295px;
}

.m-text-2colwrap {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    align-items: flex-start;
    gap: 8px;
}


.l-shop-list {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.l-col-full .l-shop-list {
  display: flex;
  justify-content: center;
  margin-top: 18px;
  gap: 30px;
}

.l-shop-item {
  width: 32%;
}

.l-col-full .l-shop-item {
  width: 169px;
}

.l-col-full {
  width: 100%;
}

.l-membership-grid {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.l-membership-grid-col {
  width: 48%;
}

.l-point-contents .l-img-container {
  margin-top: 18px;
}

.l-point-contents .l-btn.l-btn2 {
  margin-top: 20px;
  margin-bottom: 25px;
}

.l-point-contents .l-btn {
  margin-top: 26px;
}

.l-point-program {
  margin-top: 60px;
}

.l-point-program .m-heading3 {
  margin-bottom: 22px;
}

.l-point-program-grid {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.l-grid-col3 {
  width: 32%;
}

.l-security {
  width: 100%;
  background-color: #324e6d;
  padding: 7px;
  border-radius: 5px;
  margin-top: 34px;
  margin-bottom: 40px;
}

.l-security-inner {
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 37px 28px 13px;
  text-align: center;
}

.l-security-list {
  display: flex;
  justify-content: space-between;
}

.l-security-list > li{
  flex: 1;
}

.l-security-list > li:not(:last-child){
  margin-right: 16px;
}

.m-security-head{
  margin-bottom: 15px;
}

.m-security-item-title{
  margin-bottom: 15px;
  color: #324E6D;
  font-size: 16px;
  font-weight: bold;
}

.m-security-item-text{
  color: #324E6D;
  font-size: 14px;
  text-align: left;
}

.l-security-item {
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
}

.l-security-item:not(:last-child){
  margin-bottom: 48px;
}

.m-security-note{
  margin-top: 10px;
  color: #324E6D;
  font-size: 10px;
}

.m-security-item-note{
  margin-top: 8px;
  color: #324E6D;
  font-size: 10px;
  text-align: left;
}

.l-section-info {
  background-color: #E7EEF4;
}

.l-table {
  margin-top: 36px;
}

.l-table-txt {
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
}

.l-table-notice {
  margin-top: 20px;
  margin-bottom: 37px;
  text-align: left;
}

.l-section-inquiry {
  padding-top: 0;
  padding-bottom: 0;
}

.l-section-inquiry .l-section-inner {
  padding-top: 27px;
}

.l-section-inquiry.l-section-inquiry--gray .l-section-inner {
  padding-top: 40px;
  padding-bottom: 10px;
}

.l-section-inquiry .l-accordion {
  border-radius: 0 0 4px 4px;
  border: 2px solid #f4f4f4;
}

#acd04 .l-accordion-inner {
  padding: 0 39px;
}

#acd04 .l-card-list {
  margin-right: -20px;
}

.l-card-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 9px;
  margin-bottom: 10px;
}

.l-card-col2 {
  width: 39%;
}

.l-card-col3 {
  width: 29%;
  margin-bottom: 16px;
  margin-right: 20px;
}

.l-card-col4 {
  width: 24%;
  margin-bottom: 16px;
  margin-right: 0;
}

.l-card-col4 .m-img {
  width: 90%;
}

.l-note-list {
  margin-bottom: 40px;
}

.l-note-list li {
  margin-top: 25px;
}

.l-note-list p {
  text-align: left;
}

.l-note-list .l-btn {
  margin-top: 10px;
}

.l-note-contents {
  padding-bottom: 7px;
}

.l-service-note-list {
  text-align: left;
  margin-bottom: 10px;
  margin-top: 15px;
}

.l-service-note-list li {
  margin-bottom: 6px;
}

.l-inquiry-box {
  margin-top: 14px;
  margin-bottom: 15px;
  border: 1px solid #3B3F48;
}

.l-inquiry-inner {
  padding: 28px 20px;
  background-color: #fff;
}

.l-inquiry-time {
  display: flex;
  text-align: left;
  padding-left: 69px;
  padding-right: 24px;
}

.l-inquiry-time > * {
  padding: 5px 20px;
  border-left: 1px solid #3B3F48;
}

.l-inquiry-time > *:first-child {
  padding-right: 17px;
  flex-shrink: 0;
  width: 34.4%;
}

.l-inquiry-note {
  margin-top: 40px;
  font-size: 14px;
  text-align: left;
  margin-bottom: 27px;
}

.l-footer-copyright {
  padding: 41px 0;
  background: #3D4248;
}

.l-cv {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 13px;
  background: rgba(214, 216, 218, 0.7);
  z-index: 100;
}

.l-cv-grid {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 13px;
}

.l-cv-grid > *:first-child {
  margin-right: 40px;
}

#btnEnd {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  min-height: 170px;
}

/*-------------------------------------------------------------------------
モジュール・パーツCSS
--------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------
mainvisual
--------------------------------------------------------------------------*/
.l-mainvisual-title h1 {
  margin-bottom: 10px;
}

.m-main-campaign {
  padding-left: 6px;
}

/*-------------------------------------------------------------------------
slider
--------------------------------------------------------------------------*/

.m-swiper {
  overflow: hidden;
}

.m-swiper .swiper-pagination {
  bottom: -30px;
}

.m-swiper .swiper-pagination-bullet-active {
  background-color: #215858;
}

.m-swiper.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.m-swiper .swiper-button-next,.swiper-button-prev {
  top: 95%;
}

.m-swiper .swiper-button-prev {
  left: 25px;
  border-left: solid 3px #215858;
  border-bottom: solid 3px #215858;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

.m-swiper .swiper-button-next {
  right: 25px;
  border-right: solid 3px #215858;
  border-top: solid 3px #215858;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
}

@media screen and (max-width: 950px) {
  .m-swiper .swiper-button-prev {
    left: -8px;
  }
  
  .m-swiper .swiper-button-next {
    right: -8px;
  }
}

.m-cp-heading {
  background-color: #3d4249;
  text-align: center;
  padding: 18px;
  font-size: 22.43px;
  font-weight: bold;
  color: #FFFFFF;
}

.m-cp-info {
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 20px;
}

.m-cp-contents {
  padding-top: 9px;
  padding-bottom: 35px;
}

.m-cp-term {
  font-size: 16px;
  color: #3B3F48;
}

.m-cp-label {
  display: inline-block;
  padding: 4px 65px;
  margin-bottom: 2px;
  font-size: 17px;
  background: url("/promotion/ordercard/amazonpwp2020/images/bg_cp_label.png") no-repeat;
}

.m-cp-note {
  margin: 8px 0;
  font-size: 14px;
  text-align: left;
  padding: 0 20px;
  color: #3B3F48;
}

.m-cp-link {
  display: block;
  background-color: #f4f4f4;
  font-size: 17px;
  font-weight: bold;
  color: #002f36;
  padding: 4px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.m-cp-link::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 4px;
  border-bottom: 10px solid #001d4d;
  border-left: 10px solid transparent;
}

a:-webkit-any-link {
  color: #3d4249;
  cursor: pointer;
}

/*-------------------------------------------------------------------------
heading
--------------------------------------------------------------------------*/
.m-heading2 {
  font-family: "ヒラギノ角ゴ ProN W6";
  font-weight: bold;
  font-size: 40px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 56px;
}

.m-heading2::after {
  content: "";
  position: absolute;
  width: 121px;
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
  background-color: #3B3F48;
}

.l-section-service .m-heading2 {
  margin-bottom: 40px;
}

.l-section-service .m-heading2::after {
  bottom: -23px;
  background-color: #BBA56C;
}

.m-heading3 {
  font-family: "ヒラギノ角ゴ ProN W6";
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
}

.l-section-point .m-heading2 {
  margin-bottom: 33px;
}

.l-section-point .m-heading2::after {
  bottom: -17px;
}

.l-section-security .m-heading2::after {
  bottom: -18px;
}

.l-section-security .m-heading2 {
  margin-bottom: 33px;
}

.l-section-info .m-heading2::after {
  bottom: -17px;
}

.l-section-info .m-heading2 {
  margin-bottom: 33px;
}

.l-note-contents .m-heading3 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 19px;
  border-bottom: 1px solid #C2C2C2;
}

/*-------------------------------------------------------------------------
img
--------------------------------------------------------------------------*/
.m-img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.m-point-image {
  margin-bottom: 12px;
}

.m-shop-image {
  min-height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
}

.l-point-program-grid .l-grid-col3 img {
  width: 100%;
}

/*-------------------------------------------------------------------------
text
--------------------------------------------------------------------------*/
.m-text-gold {
  color: #9c7b15 !important;
}

.m-text {
  font-size: 18px;
}

.m-amazon-text {
  text-align: left;
  font-size: 20px;
  line-height: 1.7;
  padding-top: 15px;
}

.m-subhead {
  margin-top: 42px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}

.l-amazon-partner .m-text {
  font-size: 20px;
  line-height: 1;
}

.l-service .m-text {
  font-size: 18px;
  color: #BBA56C;
  font-weight: bold;
}

.l-point-contents .m-text {
  font-size: 16px;
}

.l-point-program .m-text {
  font-size: 20px;
}

.m-security-title {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: bold;
  color: #FFFFFF;
}

.l-section-security .m-text {
  line-height: 1.7;
}

.m-text-shrink {
  letter-spacing: -1.4px;
}

.l-amazon-partner .m-text-shrink {
  margin-right: -3px;
}

.m-dot-shrink {
  margin-left: -3px;
  margin-right: -3px;
}

.m-note-head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1;
}

.l-note-list .m-text {
  font-size: 14px;
  padding-left: 23px;
}

.l-section-inquiry .l-accordion .l-card-col2 .m-text {
  font-size: 12px;
  text-align: center;
  padding-left: 0;
  margin-top: 8px;
}

.l-section-inquiry .l-accordion .l-card-col3 .m-text {
  font-size: 11px;
  text-align: center;
  padding-left: 0;
  margin-top: 8px;
}

.l-section-inquiry .l-accordion .l-card-col4 .m-text {
  font-size: 11px;
  text-align: center;
  padding-left: 0;
  margin-top: 8px;
}

.m-text-note {
  font-size: 12px;
  font-weight: bold;
  padding-left: 34px;
}

@media screen and (max-width: 950px) {
  .m-text-note {
    padding-left: 10px;
  }
}
/*-------------------------------------------------------------------------
point
--------------------------------------------------------------------------*/
.m-point-title {
  background-color: #2E4A71;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0 7px;
}

.m-point-title.m-point-title--new {
  padding: 10px 0 11px;
  position: relative;

}

.m-point-new {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -42%;
}

.m-point-ttl {
  font-size: 11px;
  font-weight: bold;
  align-content: flex-end;
  height: 2rem;
  margin-top: 10px;
}

.m-point-ttl-sub {
  font-size: 9px;
  display: block;
  margin-top: 7px;
  line-height: 1.2;
}

.m-point-lead01 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.m-point-lead02 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.m-point-lead03 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 4.8px;
}

/*-------------------------------------------------------------------------
list
--------------------------------------------------------------------------*/
.m-list-note {
  font-size: 14px;
  text-align: left;
}

.m-list-icon {
  display: table-cell;
}

.m-list-body {
  display: table-cell;
}

.m-list-note {
  margin-top: 4px;
}

.m-list-note li {
  display: table;
  margin-bottom: 4px;
  letter-spacing: -0.4px;
}

.l-amazon-partner .m-list-note {
  margin-top: 15px;
}

/*-------------------------------------------------------------------------
btn
--------------------------------------------------------------------------*/
.m-btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px;
  background: #F4F4F4;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
  line-height: 1.6;
  font-weight: bold;
  color: #3B3F48;
}

.m-btn-cross {
  position: relative;
  margin-left: 8px;
}

.m-btn-cross::before {
  position: absolute;
  top: calc(50% - 1px);
  right: -20px;
  width: 16px;
  height: 2px;
  background: #3B3F48;
  content: "";
}

.m-btn-cross::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  position: absolute;
  top: calc(50% - 1px);
  right: -20px;
  width: 16px;
  height: 2px;
  transform: rotate(90deg);
  background: #3B3F48;
  content: "";
  transition: all 0.3s ease;
}

.l-section-service .m-btn {
  border: 1px solid #BBA56C;
  letter-spacing: 0px;
  color: #BBA56C;
  max-width: 654px;
  margin: 0 auto;
  font-size: 18px;
  padding: 7px;
}

.l-section-service .m-btn:active {
  box-shadow: none;
  transform: translate(0, 5px);
}

.m-btn-link::after {
  padding-left: 10px;
  content: url("/promotion/ordercard/amazonpwp2020/images/icon_link_gold.png");
}

.l-section-point .m-btn {
  letter-spacing: 0px;
  color: #3B3F48;
  font-size: 18px;
  padding: 7px;
  background-color: #FFFFFF;
}

.l-point-grid .m-btn {
  letter-spacing: 0px;
  color: #3B3F48;
  max-width: 654px;
  margin: 0 auto;
  font-size: 18px;
  padding: 6px;
}

.l-point-grid .m-btn:active {
  box-shadow: none;
  transform: translate(0, 5px);
}

.l-point-grid .l-btn--frame .m-btn {
  border: 1px solid #3c404a;
}

.l-section-point .l-point-grid .l-btn--gray .m-btn {
  border: none;
  background-color: #F4F4F4;
  box-shadow: none;
}

.l-section-point .m-btn-link::after {
  content: url("/promotion/ordercard/amazonpwp2020/images/icon_link_navy.png");
}

.l-note-list .m-btn.is-open {
  margin-top: 15px;
}

/*-------------------------------------------------------------------------
table
--------------------------------------------------------------------------*/
.m-card-table {
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #c2c2c2;
}

.m-card-table thead th {
  border-top: none;
}

.m-card-table th {
  box-sizing: border-box;
  padding: 20px 5px;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background-color: #f5f5f5;
  width: 125px;
}

.m-card-table th p {
  font-size: 14px;
  font-weight: bold;
}

.m-card-table th small {
  font-size: 10px;
  font-weight: bold;
}

.m-card-table thead td {
  border-top: none;
  text-align: center;
  padding: 20px 18px 22px;
}

.m-card-table td {
  box-sizing: border-box;
  padding: 15px 18px;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: #ffffff;
  font-size: 14px;
  width: 37%;
  text-align: left;
  vertical-align: baseline;
}

.m-text-card {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #3d4249;
}

.m-table-card {
  margin-bottom: 20px;
}

.m-text-bold {
  font-weight: bold;
}

.m-tr-shrink td {
  padding: 5px 18px;
}

.m-tr-shrink th {
  padding: 0 4px;
}

.m-tr-center td {
  vertical-align: middle;
}

.l-table-notice p {
  font-size: 16px;
  line-height: 1.7;
}

/*-------------------------------------------------------------------------
link
--------------------------------------------------------------------------*/
.b-link::after {
  background: url(/promotion/ordercard/amazonpwp2020/images/icon_link.png) 0 0/contain no-repeat;
  content: '';
  display: block;
  height: 14px;
  position: absolute;
  right: -22px;
  top: 1px;
  width: 16px;
}

.m-link {
  color: #065CA1 !important;
  text-decoration: underline;
  position: relative;
}

.m-link:hover {
  text-decoration: none;
}

/*-------------------------------------------------------------------------
inquiry
--------------------------------------------------------------------------*/
.m-inquiry-ttl h3 {
  padding: 8px;
  background-color: #3B3F48;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.m-inquiry-num {
  margin-bottom: 17px;
}

.m-inquiry-txt {
  font-size: 16px;
  color: #3B3F48;
}

.m-inquiry-time-txt {
  font-size: 16px;
  font-weight: bold;
  color: #3B3F48;
  line-height: 1;
  margin-bottom: 10px;
}

.m-inquiry-num .m-text {
  font-size: 16px;
  margin-top: 16px;
}

.m-inquiry-num .m-text .m-text-bold {
  color: #3B3F48;
}

/*-------------------------------------------------------------------------
cv
--------------------------------------------------------------------------*/
.m-cv-text {
  text-align: center;
  color: #002F36;
  font-size: 18px;
  font-weight: bold;
}

.m-link-cv {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #3B3F48;
}

.m-link-cv::after {
  content: url("/promotion/ordercard/amazonpwp2020/images/icon_cv.png");
  padding-left: 5px;
  vertical-align: text-top;
}

.m-btn-cv {
  display: block;
  margin-top: 5px;
}

/*-------------------------------------------------------------------------
footer
--------------------------------------------------------------------------*/
.m-footer-link {
  background: #F4F4F4;
}

.m-footer-link-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  max-width: 960px;
  margin: 0 auto;
  padding: 17px 10px;
}

.m-footer-link-list li {
  margin-right: 10px;
}

.m-footer-link-list li a {
  font-size: 14px;
  text-decoration: none;
  color: #3B3F48;
}

.m-footer-link-list li a:hover {
  text-decoration: underline;
}

.m-footer-link-pagetop {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.m-footer-copy-txt {
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.5px;
}

.m-pagetop {
  position: absolute;
  top: 10px;
  right: -11px;
}

/*-------------------------------------------------------------------------
state
--------------------------------------------------------------------------*/
.is-stop {
  position: static;
}

.m-btn.is-open .m-btn-cross::after {
  transform: rotate(0deg);
}

.l-section-amazon .m-btn.is-open, .l-section-point .m-btn.is-open {
  margin-top: 25px;
  border-radius: 4px 4px 0 0;
}

.l-section-inquiry .m-btn.is-open {
  border-radius: 4px 4px 0 0;
}

.l-section-inquiry.l-section-inquiry--gray {
  background-color: #F4F4F4;
}

.m-btn.is-open {
  box-shadow: none !important;
}

.m-hide-sp {
  display: inline-block;
}

.m-hide-pc {
  display: none;
}

/*-------------------------------------------------------------------------
210802公開分
--------------------------------------------------------------------------*/
.l-mainvisual-B {
  background: url("/promotion/ordercard/amazonpwp2020/images/bg_main_02.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.l-mainvisual-inner-B {
  box-sizing: content-box;
  max-width: 840px;
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 21px;
}

.l-section-campaign {
  background-color: #eaf0ee;
  padding-top: 0;
  padding-bottom: 80px;
}

.l-campaign-container {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px 30px 40px;
  max-width: 880px;
  margin: auto;
  margin-top: 37px;
  font-size: 14px;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.16);
}

.l-campaign-row {
  margin-bottom: 48px;
}

.l-campaign-image {
  margin-bottom: 48px;
  margin-top: 40px;
}

.l-campaign-row-cashback {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.l-heading-campaign {
  margin-top: -130px;
}

.m-campaign-subtitle {
  margin-bottom: 18px;
}

.m-campaign-text {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.l-campaign-container .m-cashback-text {
  margin: 0;
  font-weight: bold;
}

.l-campaign-container .m-cashback-text-yellow {
  margin: 0;
  font-weight: bold;
  color: #ffa700;
}

.m-cashback-box {
  width: 50%;
  padding: 20px;
}

.m-balloon {
  position: relative;
  margin-bottom: 1em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #215858;
}

.m-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #215858;
}

.m-balloon p {
  margin: 0;
  padding: 0;
}

.m-text-emphasis {
  font-size: 24px;
}

.m-pt0 {
  padding-top: 0px;
}

.m-pb0 {
  padding-bottom: 0px;
}

.m-link-campaign {
  text-decoration: underline;
}

.m-link-campaign a {
  color: #000;
}

.m-border-right {
  border-right: 1px #d5d5d5 solid;
}

.m-border-bottom {
  border-bottom: 1px #d5d5d5 solid;
}

.l-campaign-row .m-list-note {
  text-align: center;
}

/*
.l-section-campaign .m-btn {
    border: 2px solid #215858;
    background-color: #fff;
    border-radius: 10px;
    letter-spacing: 0px;
    max-width: 345px;
    margin: 0 auto;
    font-size: 20px;
    color: #215858;
    font-weight: normal;
    padding: 15px;
    box-shadow: none;
}
*/
.m-campaign-arrow::after {
  padding-left: 10px;
  content: url("/promotion/ordercard/amazonpwp2020/images/icon_arrow_green.png");
}

.l-security-item-fix {
  width: 32%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  color: #324e6d;
}

.l-security-list2col .l-security-item-fix {
  width: 48.5%;
}

.m-security-subtitle {
  color: #fff;
  margin-top: 15px;
}

.m-security-item_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.m-security-item_text {
  margin-top: 17px;
  text-align: left;
}

/*-------------------------------------------------------------------------
211001公開分追加
--------------------------------------------------------------------------*/
.m-othercp-header {
  font-size: 28px;
  color: #175536;
  font-weight: bold;
}

.m-othercp-header p {
  font-weight: bold;
}

.m-othercp-header p span {
  position: relative;
}

.m-othercp-header p span::after {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  border-top: 4px #175536 solid;
  border-right: 4px #175536 solid;
  transform: rotate(135deg);
  right: -40px;
  top: 1px;
}

.m-othercp-header p.is-open span::after {
  transform: rotate(-45deg);
  top: 10px;
}

.m-othercp-text {
  color: #215858;
  font-size: 28px;
  font-weight: bold;
}

.m-othercp-2col {
  display: flex;
  justify-content: center;
}

.m-othercp-2col > div:last-child {
  margin-left: 40px;
}

/*-------------------------------------------------------------------------
211208公開分追加
--------------------------------------------------------------------------*/
.l-campaign-img-container {
  margin-top: 27px;
  margin-bottom: 27px;
}

.m-campaign-dawn {
  width: 115px;
}

/*-------------------------------------------------------------------------
210201公開分追加
--------------------------------------------------------------------------*/
.m-amazoncp_1col {
  max-width: 880px;
  margin: 0 auto 22px;
}

.m-amazoncp_2col {
  max-width: 880px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.m-amazoncp_2col div {
  max-width: 425px;
}

/*-------------------------------------------------------------------------
210930公開分追加
--------------------------------------------------------------------------*/
.m-campaign_info {
  background-color: #fff;
  border: 1px solid #BBA56C;
  margin-bottom: 20px;
}
.m-campaign_info_header {
  background-color: #BBA56C;
  padding: 12px 0 5px;
  margin-bottom: 20px;
}
.m-campaign_info_header p {
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.m-campaign_info_header img {
  display: inline-block;
  margin-bottom: 5px;
}
.m-campaign_info_2col {
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.m-campaign_info_imgArea {
  max-width: 325px;
  width: 100%;
}
.m-campaign_info_imgArea img {
  max-width: 100%;
}
.m-campaign_info_textArea {
  text-align: left;
  max-width: 542px;
  width: 100%;
  margin-left: 10px;
}
.m-campaign_info_textArea p {
  font-size: 16px;
  color: #522600;
}
.m-campaign_info_textArea p span {
  font-weight: bold;
  color: #522600;
}
.m-campaign_info_textArea p small {
  font-size: 14px;
}
.m-campaign_info_textArea p + p {
  margin-top: 6px;
}
.m-campaign_info_notes {
  text-align: left;
  padding: 0 25px;
  font-size: 14px;
  margin-bottom: 20px;
}
.m-campaign_info_notes li + li {
  margin-top: 8px;
}
.m-campaign_info_button {
  padding: 0 25px 40px;
}
.m-campaign_info_button a {
  border: 1px solid #3B3F48;
  letter-spacing: 0px;
  color: #3B3F48;
  max-width: 654px;
  margin: 0 auto;
  font-size: 18px;
  padding: 6px;
  background-color: #FFFFFF;
  display: block;
  position: relative;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
  line-height: 1.6;
  font-weight: bold;
  color: #3B3F48;
}
.m-campaign_info_button a:hover {
  box-shadow: none;
  transform: translate(0, 5px);
}
.m-campaign_info_accordion {
  text-align: left;
  margin-bottom: 30px;
}
.m-campaign_info_accordionButton .m-btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px;
  background: #F4F4F4;
  border-radius: 4px;
  font-size: 16px;
  text-align: center;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
  line-height: 1.6;
  font-weight: bold;
  color: #3B3F48;
  border: none;
  letter-spacing: 0px;
  max-width: 100%;
  margin-bottom: 30px;
}
.m-campaign_info_accordionButton .m-btn.is-open {
  margin-bottom: 10px;
}
.m-campaign_info_accordionButton .m-btn-cross {
  position: relative;
  margin-left: 8px;
}
.m-campaign_info_accordionButton .m-btn-cross::before {
  position: absolute;
  top: calc(50% - 1px);
  right: -20px;
  width: 16px;
  height: 2px;
  background: #3B3F48;
  content: "";
}
.m-campaign_info_accordionButton .m-btn-cross::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  position: absolute;
  top: calc(50% - 1px);
  right: -20px;
  width: 16px;
  height: 2px;
  transform: rotate(90deg);
  background: #3B3F48;
  content: "";
  transition: all 0.3s ease;
}
.m-campaign_info .m-btn {
  border: 1px solid #3B3F48;
  letter-spacing: 0px;
  color: #3B3F48;
  max-width: 654px;
  margin: 0 auto;
  font-size: 18px;
  padding: 6px;
  background-color: #FFFFFF;
}
.m-campaign_info .m-btn-link::after {
  content: url("/promotion/ordercard/amazonpwp2020/images/icon_link_navy.png");
}

/* 241213追記 */
a.inquiry__button {
  align-items: center;
  background-color: #3B3F48;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 18px;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 36px;
  width: fit-content;
}
.inquiry__button-link {
  margin-left: 8px;
  width: 16px;
}

/* 250401追記 */
.json-note{
  font-size: 14px;
  text-align: left;
}

.json-note a{
  color: #065CA1;
  text-decoration: underline;
}

.json-note a[target="_blank"]::after{
  content: url(/promotion/ordercard/amazonpwp2020/images/icon_link.png);
  padding-left: 3px;
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.8);
}

.l-note-contents .json-note{
  font-size: 16px;
}

.l-note-contents.l-note-contents--investment {
  text-align: left;
  padding-top: 1px;
}

.l-point-program .json-note{
  margin-top: 16px;
}

.l-point-program .json-note > div{
  padding-left: 1em;
  text-indent: -1em;
}



.investment__list__note {
    color: var(--250305-Gray, #6E6E73);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 654px;
    margin: 0 auto;
}

.investment__list__note li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}

.investment__list__note li:not(:first-child) {
    margin-top: 4px;
}

a.investment__link {
  color: #065CA1;
  text-decoration: underline;
}

a.investment__link[target="_blank"]::after{
  content: url("/promotion/ordercard/amazonpwp2020/images/icon_link.png");
  padding-left: 3px;
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.8);
}

.m-point-subtitle {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.m-point-notes {
  color: #868686;
  font-size: 13.268px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
}

.l-note-contents.l-note-contents--investment {
  font-size: 16px;
  text-align: left;
}

.l-note-contents.l-note-contents--investment a {
  color: #3E93FF;
  text-decoration: underline;
}

.l-note-contents.l-note-contents--investment a[target="_blank"]::after{
  content: url(/promotion/ordercard/extagegold/images/icon_link.png);
  padding-left: 3px;
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.8);
}

.l-note-contents .l-note-header {
  font-weight: bold;
}

.l-note-contents .l-note-header:not(:first-child) {
    margin-top: 24px;
}

/* json style */
.json-note.json-note--pccenter {
  text-align: center;
}
.investment__list__note .json-note {
  color: #6E6E73;
  font-size: 12px;
  font-weight: normal;
  line-height: 150%;
}
/* json style end */

/* inc style */
#wrapper .inc_notes {
  font-size: 16px;
  text-align: left;
}
#wrapper .inc_notes a {
  color: #065CA1;
  text-decoration: underline;
}
#wrapper .inc_notes a[target=_blank]::after {
  content: url(/promotion/ordercard/amazonpwp2020/images/icon_link.png);
  padding-left: 3px;
  vertical-align: middle;
  display: inline-block;
  transform: scale(0.8);
}
#wrapper .inc_notes + .inc_notes {
  margin-top: 20px;
}
#wrapper .inc-bunner-area {
  padding-bottom: 0;
}
/* inc style end */