@charset "UTF-8";
.section .headline {
    text-align: center;
    margin-bottom: 45px;
}

.section .headline__title {
    font-size: 3.4rem;
    position: relative;
}

@media only screen and (max-width: 1050px) {
    .section .headline__title {
        font-size: 2.8rem;
    }
}
@media only screen and (max-width: 767px) {
    .section .headline__title {
        font-size: 2.2rem;
    }
}

.section .headline__title:after {
    content: ' ';
    display: block;
    width: 3em;
    margin: 30px auto 0;
    border-bottom: 1px solid #a0a0a0;
}

@media only screen and (max-width: 767px) {
    .section .headline__title:after {
        margin-top: 15px;
    }
}
.section-campaign-bnr {
    padding-bottom: 70px;
}
.section-campaign-bnr .cell.auto {
    width: 100%;
}
.section-campaign-bnr .cell.auto:not(:last-child) {
    margin-bottom: 40px;
}
.section-campaign-bnr figure {
    text-align: center;
}

.section-campaign-bnr figure a:hover {
    opacity: 0.7;
    transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

.section-campaign-bnr figure img {
    max-width: 870px;
}
/* .section-campaign-bnr .grid-x>.cell:last-child{float: right;} */
@media only screen and (max-width: 767px) {
    .section-campaign-bnr {
        padding-bottom: 30px;
    }
	.section-campaign-bnr .grid-x>.cell{float: none;}
    /* .section-campaign-bnr .grid-x>.cell:last-child{padding-top: 20px;} */
    .section-campaign-bnr figure img {
        margin: 0 auto;
        max-width: 100%;
    }
}

.section-service-cp .headline {
    margin-bottom: 0;
}

.section-service-cp .headline .lead {
    margin: 2em 0;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .headline .lead {
        margin: 1em;
        font-size: 1.0rem;
    }
}

.section-service-cp .content {
    padding-top: 20px;
}

.section-service-cp .panel {
    background-color: #fff;
    padding: 30px;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .panel {
        padding: 15px;
    }

    .section-service-cp .panel .grid-x {
        display: block;
    }
}

.section-service-cp .panel .img {
    width: 320px;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .panel .img {
        width: auto;
    }

    .section-service-cp .panel .img img {
        width: 100%;
        height: auto;
    }
}

.section-service-cp .panel .txt {
    width: calc(100% - 320px);
    padding-left: 30px;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .panel .txt {
        width: auto;
        padding: 1em 0 0;
    }
}

.section-service-cp .panel .term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-service-cp .panel .term dt {
    background-color: #9CA5A9;
    color: #fff;
    font-size: 1.1rem;
    padding: 3px 1em;
    font-weight: 500;
    text-align: center;
    width: 10em;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .panel .term dt {
        font-size: 1.0rem;
        padding: 3px 5px;
        width: 35%;
    }
}

.section-service-cp .panel .term dd {
    padding-left: 1em;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .panel .term dd {
        font-size: 1.0rem;
        width: 65%;
    }
}

.section-service-cp .panel .term+.term {
    margin-top: 5px;
}

.section-service-cp .block {
    margin-bottom: 30px;
}

.section-service-cp .block__title {
    font-size: 2.0rem;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin-bottom: 0.5em;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .block__title {
        font-size: 1.5rem;
    }
}

.section-service-cp .block .btn {
    margin-top: 1em;
}

.section-service-cp .block .btn .apply {
    margin: 0;
    width: 16em;
    font-size: 1.6rem;
    padding: 0.65em 0;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .block .btn .apply {
        width: auto;
        font-size: 1.3rem;
    }
}

.section-service-cp #section-F .box {
    margin: 3px;
    padding: 5px 0px 0px 0px;
    width: 670px;
    height: 140px;
}

@media only screen and (max-width: 767px) {
    .section-service-cp #section-F .box {
        width: auto;
        height: auto;
    }
}

.section-service-cp #section-F .box-R {
    margin: 0 0 30px;
    padding: 5px 0px 0px 5px;
    width: 660px;
    height: 100%;
    float: right;
}

@media only screen and (max-width: 767px) {
    .section-service-cp #section-F .box-R {
        width: auto;
        height: auto;
        float: none;
    }
}

.section-service-cp #section-F .box-L {
    margin: 0px;
    padding: 0px 0px 30px 5px;
    float: left;
    width: 300px;
}

@media only screen and (max-width: 767px) {
    .section-service-cp #section-F .box-L {
        padding: 0;
        width: auto;
        height: auto;
        float: none;
        text-align: center;
    }
}

.section-service-cp #section-F p {
    margin: 3px 0px 0px 0px;
}

.section-service-cp #section-F p.title {
    margin: 5px 0px 12px 0px;
    font-size: 12px;
    font-weight: 500;
    color: #006eb7;
}

.section-service-cp #section-F p.title2 {
    font-size: 12px;
    color: #006eb7;
    margin: 5px 0px 12px 0px;
}

.section-service-cp #section-F p.title3 {
    margin: 10px 0px 12px 0px;
    font-size: 12px;
    font-weight: 500;
    color: #FF0000;
}

.section-service-cp #section-F p.note {
    font-size: 12px;
    color: #ff0000;
}

.section-service-cp #section-F p.right {
    margin: 5px 0px 0px 90px;
}

.section-service-cp #section-F .btn_01 {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .section-service-cp #section-F .btn_01 {
        margin-top: 20px;
    }
}

.section-service-cp #section-F .connectBtn {
    margin: 5px 0px 0px 189px;
}

.section-service-cp #section-F img {
    margin: 5px 5px 5px 0px;
}

.section-service-cp #section-F .btn_01 img {
    margin: 5px 5px 0 0;
}

@media only screen and (max-width: 767px) {
    .section-service-cp #section-F .btn_01 img {
        margin: 0;
    }
}

.section-service-cp #section-F img.IMGCENTER {
    vertical-align: middle;
}

.section-service-cp #section-F .table {
    margin: 20px 0px 20px 0px;
}

.section-service-cp #section-F p {
    margin: 3px 0px 0px 0px;
}

.section-service-cp #section-G {
    padding: 10px 0 15px 0;
}

.section-service-cp #section-G .box-L {
    margin: 0px;
    padding: 0px 0px 0px 5px;
    width: 120px;
    float: left;
}

.section-service-cp #section-G p a {
    /* background: url(/amex/img/ic_blank.gif) no-repeat right center; */
    padding-right: 15px;
}

.section-service-cp hr.line {
    width: 99%;
    border: 1px solid #cccccc;
    clear: both;
    display: block;
    margin: 2em 0;
}

.section-service-cp .campaign {
    margin-bottom: 50px;
    color: #4c4c4c;
    background-color: #fff;
    padding: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .campaign {
        font-size: 1.3rem;
    }
}

.section-service-cp .campaign .btn {
    position: relative;
    display: inline-block;
    padding: .75rem 3rem;
    background-color: #012c71;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .campaign .btn {
        font-size: 1.6rem;
        width: 100%;
        margin: 0 auto;
        padding: 1em 0;
    }
}

.section-service-cp .campaign .btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: .75rem;
    width: 0.45rem;
    height: 0.45rem;
    border: 1px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
}

.section-service-cp .campaign p.note {
    font-size: 10px;
    margin-top: 0.5em;
}

.section-service-cp .campaign .fl {
    width: 28%;
    padding-right: 1%;
    float: left;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .campaign .fl {
        width: auto;
        float: none;
        text-align: center;
        padding: 0 0 1em;
    }
}

.section-service-cp .campaign .fr {
    width: 72%;
    float: right;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .campaign .fr {
        width: auto;
        float: none;
    }
}

.section-service-cp .campaign .fl a img {
    max-width: 240px;
    width: 100%;
}
.section-service-cp .campaign .fr>p+p {
    margin-top: 1em;
}

.section-service-cp .campaign .fr ul {
    margin-bottom: 20px;
}

.section-service-cp .campaign .fr li {
    text-indent: -1em;
    padding-left: 1em;
}
.campaign .fr .link {
    text-decoration: underline;
    color: #1953c7;
}

.section-service-cp .campaign h4 {
    background: url(/amexconnect/images/new.gif) no-repeat left top;
    padding-left: 40px;
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.section-service-cp .campaign h4.h4none {
    background: none;
    padding-left: 0;
}

.section-service-cp .campaign .term {
    margin-bottom: .75em;
}

.section-service-cp .campaign p.key {
    text-align: center;
    vertical-align: top;
    letter-spacing: 0.1em;
    margin-right: 2%;
    padding: 0.25em;
    background-color: #e0e9f6;
    color: #002665;
    line-height: 20px;
    height: auto;
    font-weight: 500;
}

@media only screen and (min-width: 768px) {
    .section-service-cp .campaign p.key {
        width: 25%;
        display: inline-block;
    }
}

.section-service-cp .campaign p.key.line2 {
    height: auto;
    line-height: 1.3;
    padding: 3px 0;
}

.section-service-cp .campaign p.value {
    text-align: left;
    vertical-align: top;
    letter-spacing: normal;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .section-service-cp .campaign p.value {
        display: inline-block;
        width: 70%;
    }
}

.section-service-cp .campaign p.value span {
    text-indent: -1em;
    padding-left: 1em;
    display: block;
    font-size: 0.8em;
    line-height: 1.4;
}
.section-service-cp .campaign p.value span:first-of-type {
    margin-top: 0.5em;
}

.section-service-cp .campaign .btn_campaign {
    margin-top: 25px;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .section-service-cp .campaign .btn_campaign {
        text-align: center;
    }
}

.section-service-cp .campaign .btn_campaign img {
    margin-bottom: 5px;
}
