@charset 'utf-8';

/*================================================*/

p.catch {
    font-size: 23px;
    font-weight: bold;
}

@media screen and (max-width:1200px) {
    p.catch {
        font-size: 21px;
    }
}

@media screen and (max-width:770px) {
    p.catch {
        font-size: 18px;
    }
}
 
/*================================================*/

div.links a.parts {
    font-size: 14px;
}

/*================================================*/

div.cards {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px 10px;
}

div.cards div.card {
    color: #000000;
    text-decoration: none;

	align-items: flex-start;

    width: 20%;
    font-size: 13px;
    line-height: 20px;
	text-align: center;

    cursor: pointer;
    transition: opacity 0.3s 0s ease;
}

div.cards div.card:hover {
    opacity: 0.7;
}

div.cards div.card img {
    width: auto;
    margin-bottom: 10px;
}

dl.hidden {
    border-color: #dadbdb;
    border-width: 1px;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

dl.hidden dt {
    border-color: #dadbdb;
    border-width: 1px;
    font-size: 15px;
}

dl.hidden dd {
    border-color: #dadbdb;
    border-width: 1px;
}

dl.hidden dd p.help {
    margin-bottom: 2px;
}

@media screen and (max-width:1200px) {
    div.cards div.card {
		font-size: 13px;
		line-height: 20px;
    }
}

@media screen and (max-width:660px) {

	div.cards {
        justify-content: space-between;
	}

	div.cards div.card {
		width: 47%;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
    }
}

/*================================================*/

.points {
	justify-content: space-between;
    margin: 20px auto 0px;
}

.points .point {
    width: 24%;
}

.points .point p {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.4em;
}

.points .point p.step {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.points .point .small {
    margin-top: 4px;
    font-size: 80%;
    line-height: 1.4em;
    font-weight: normal;
}

@media screen and (max-width:1200px) {

.points .point {
    width: 49%;
}
   
    .points .point p {
        font-size: 16px;
    }
}

@media screen and (max-width:770px) {
    .points .point {
        width: 95%;
        margin-bottom: 40px;
    }
}

/*================================================*/

.inner-box2 {
    width: 80%;
    background-color: #faf9f8;
    margin: 0 auto;
    padding: 30px;
}

.inner-box2 .inner-title {
    font-size: 22px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c9c3ba;
    margin-bottom: 8px;
}

.inner-box2 .p1 {
    font-size: 18px;
    margin: 0 auto 4px;
}

.inner-box2 .p2 {
    font-size: 21px;
    margin: 0 auto 10px;
    font-weight: bold;
}

.inner-box2 .memo {
    width: 90%;
    margin: 0 auto 20px;
    text-align: left;
    font-size: 14px;
    line-height: 1.4em;
}

@media screen and (max-width:1200px) {

    .inner-box2 {
        width: 90%;
        padding: 26px;
    }

    .inner-box2 .inner-title {
        font-size: 20px;
        padding-bottom: 6px;
        margin-bottom: 6px;
    }
    
    .inner-box2 .p1 {
        font-size: 16px;
        margin: 0 auto 4px;
    }
    
    .inner-box2 .p2 {
        font-size: 19px;
        margin: 0 auto 4px;
    }

    .inner-box2 .memo {
        width: 100%;
        margin: 0 auto 14px;
        font-size: 13px;
    }

}

@media screen and (max-width:660px) {

    .inner-box2 {
        width: 95%;
        padding: 24px;
    }

    .inner-box2 .inner-title {
        font-size: 18px;
        padding-bottom: 6px;
        margin-bottom: 6px;
    }
    
    .inner-box2 .p1 {
        font-size: 14px;
        margin: 0 auto 0px;
    }
    
    .inner-box2 .p2 {
        font-size: 17px;
        margin: 0 auto 6px;
    }

    .inner-box2 .memo {
        width: 100%;
        margin: 0 auto 14px;
        font-size: 12px;
    }

}

/*================================================*/

div.panels {
    display: flex;
    justify-content: center;
    margin: 20px auto 80px;
}

div.panels .panel {
    width: 380px;
    margin: 0px 50px;
    text-align: center;
}

div.panels .panel p.title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

div.panels .panel img {
    display: block;
    margin: 0 auto 20px;
}

div.panels .panel a.btn {
    width: 50%;
    display: inline-block;
    min-width: auto;
    font-size: 15px;
}

p.search {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
}

a.btn.r {
    border: 2px solid #342f28;
    background: #ffffff;
    color: #342f28;
    transition: background-color 0.3s 0s ease;
}

a.btn.r:hover {
    background-color: rgba(52, 47, 40, 0.1); 
}

@media screen and (max-width:1200px) {

    div.panels {
        margin: 20px auto 60px;
    }

    div.panels .panel {
        margin: 0px 10px;
    }
    
    div.panels .panel p.title {
        font-size: 16px;
        line-height: 1.6em;
        margin-bottom: 16px;
    }
    
    div.panels .panel img {
        margin: 0 auto 16px;
    }
    
    div.panels .panel a.btn {
        width: 70%;
        font-size: 15px;
    }

}

@media screen and (max-width:660px) {

    div.panels {
        display: block;
    }

    div.panels .panel {
        width: 90%;
        margin: 0px auto 30px;
    }

    div.panels .panel img {
        max-width: 100%;
    }

}

/*================================================*/

.carousel-wrap {
    width: 1100px;
    margin: 0 auto 40px;
}

.carousel {
    width: 100%;
}

.carousel div {
}

.carousel div img.csp {
    display: none;
}

.carousel div div.cwrap {
    width: 100%;
    aspect-ratio: 1100 / 320;
    height: auto;
    background-size: contain;
    position: relative;
}

.carousel div div.cr01 div.cwrap {
    background-image: image-set(
        url("../amex/discovery/cashback/img/car01@2x.jpg") 2x,
        url("../amex/discovery/cashback/img/car01@1x.jpg") 1x
    );
}

.carousel div div.cr02 div.cwrap {
    background-image: image-set(
        url("../amex/discovery/cashback/img/car02@2x.jpg") 2x,
        url("../amex/discovery/cashback/img/car02@1x.jpg") 1x
    );
}

.carousel div div.cr03 div.cwrap {
    background-image: image-set(
        url("../amex/discovery/cashback/img/car03@2x.jpg") 2x,
        url("../amex/discovery/cashback/img/car03@1x.jpg") 1x
    );
}

.carousel div div.cr04 div.cwrap {
    background-image: image-set(
        url("../amex/discovery/cashback/img/car04@2x.jpg") 2x,
        url("../amex/discovery/cashback/img/car04@1x.jpg") 1x
    );
}

.carousel div div.cr05 div.cwrap {
    background-image: image-set(
        url("../amex/discovery/cashback/img/car05@2x.jpg") 2x,
        url("../amex/discovery/cashback/img/car05@1x.jpg") 1x
    );
}

.carousel .btn {
    position: absolute;
    font-size: 15px;
    line-height: 1em;
    width: auto;
    min-width: auto;
    padding: .8rem 1.2rem;
    transition: opacity 0.3s 0s ease;
}

.carousel .btn:hover {
    opacity: 0.8;
}

.carousel .btn.btn01 {
    background-color: #c1a06c;
    left: 7%;
    bottom: 10%;
}

.carousel .btn.btn02 {
    background-color: #342f28;
    left: 30%;
    bottom: 10%;
}

@media screen and (max-width:1200px) {

    .carousel-wrap {
        width: 100%;
    }

    .carousel .btn {
        font-size: 13px;
        line-height: 1em;
        padding: .6rem 1.0rem;
    }

}

@media screen and (max-width:660px) {

    .carousel div img.csp {
        display: block;
        width: 100%;
    }

    .carousel div div.cwrap {
        position: static;
        aspect-ratio: auto;
        background-image: none !important;
    }

    .carousel .btn {
        position: static;
        display: block;
        margin: 0 auto 20px;
        font-size: 15px;
        line-height: 1em;
        width: 70%;
        min-width: 280px;
        padding: .8rem 1.2rem;
    }

    .carousel .btn.btn01 {
        margin-top: 20px;
    }
}

/*================================================*/

.dots-and-arrows {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 30px;
}

.dots-and-arrows .slick-prev,
.dots-and-arrows .slick-next {
    position: static;
    transform: none;
    font-size: 14px;
    background: none;
    border: none;
    cursor: pointer;
    color: #000;
    width: 8px;
    height: 15px;
}

.dots-and-arrows .slick-dots {
    width: auto;
    position: static;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    gap: 8px;
}

.dots-and-arrows .slick-prev{ order: 1; }
.dots-and-arrows .slick-dots{ order: 2; }
.dots-and-arrows .slick-next{ order: 3; }
.dots-and-arrows .pause {
    cursor: pointer;
    order: 4;
}

.dots-and-arrows .pause i {
    color: #8e9092;
    transform: scale(1.2);
}

.dots-and-arrows .pause.on i {
    color: #006fcf;
}

.carousel-wrap .slick-dots li {
    line-height: 0;
    width: auto;
    height: auto;
}

.carousel-wrap .slick-dots li button{
    width: 14px;
    height: 14px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 0;
    background: none;
}

.carousel-wrap .slick-dots li button:before { content: none; }

.slick-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #8e9092;
    display: block;
    opacity: 0.75;
    transform-origin: center;
    transition: transform .25s ease, background .25s ease;
}

.slick-dots li.slick-active .dot{
    transform: scale(1.3);
    background: #342f28;
}

@media screen and (max-width:660px) {

    .dots-and-arrows {
        margin-top: 10px;
    }

}
