@charset "UTF-8";

/* Parts
=========================================================================== */
main.single {
    width: 96rem;
}

@media screen and (max-width: 767px) {
    main.single {
        width: 100%;
    }
}


/* Parts
=========================================================================== */
/* h2 */
h2.bg {
    margin-bottom: 4rem;
    padding: 1rem;
    background-color: #0A4157;
    color: #FFFFFF;
    font-size: 2rem;
    text-align: center;
}

/* Notice List */
ul.note {
    margin: 1rem 0;
    padding-left: 0;
    font-size: 1.2rem;
    list-style: none;
}
ul.note > li {
    position: relative;
    padding-left: 1.5rem;
    color: #666666;
}
ul.note > li::before,
span.note::before {
    content: "\203B";
    position: absolute;
    top: -.1rem;
    left: 0;
    width: 1em;
}
span.note {
    position: relative;
    padding-left: 1.5rem;
    color: #666666;
    font-size: 1.2rem;
}
.read {
    margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
    body {
        min-width: 32rem;
    }
    #container {
        width: auto;
        margin: 0;
        padding: 0;
    }
    .globalNav {
        display: none;
    }
    header {
        padding: 1rem;
        border-bottom: 1px solid #CCCCCC;
    }
    header .logo span {
        display: none;
    }
    h2.bg {
        margin-bottom: 2rem;
        font-size: 1.8rem;
        text-align: left;
    }
    .read {
        margin: 0 1rem 2rem 1rem;
    }
    .pageTop {
        padding: 0;
    }
    footer {
        padding: 3rem 1rem;
    }
    footer .footMenu {
        display: block;
        margin: 0 0 2rem 0;
    }
    footer .footMenu li {
        display: block;
        margin-bottom: 1rem;
        padding: 0;
        text-align: center;
    }
    footer .footMenu li a::after {
        display: none;
    }
}


/* Main VI
=========================================================================== */
.mainVi {
    margin-bottom: 6rem;
    padding: 5rem 2rem;
    background: url("/lp/coface/images/main-vi.png") no-repeat left top;
}
.mainVi h1 {
    font-size: 3rem;
}
.mainVi h1 span {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}
.mainVi p {
    width: 44rem;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .mainVi {
        margin-bottom: 2rem;
        padding: 2rem 1rem;
        background-size: cover;
    }
    .mainVi h1 {
        font-size: 2.4rem;
    }
    .mainVi h1 span {
        margin-bottom: .5rem;
    }
    .mainVi p {
        width: auto;
    }
}


/* Point Block
=========================================================================== */
.pointBlock {
    margin-bottom: 8rem;
}
.pointBlock ul {
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.pointBlock ul li {
    width: 26rem;
    margin: 0 3rem;
}
.pointBlock ul li h2 {
    text-align: center;
}
.pointBlock ul li p {
    margin-bottom: 0;
    padding-top: 7rem;
    background-position: center 0;
    background-repeat: no-repeat;
}
.pointBlock ul li:nth-child(1) p {
    background-image: url("/lp/coface/images/point-icon-world.png");
}
.pointBlock ul li:nth-child(2) p {
    background-image: url("/lp/coface/images/point-icon-trust.png");
}
.pointBlock ul li:nth-child(3) p {
    background-image: url("/lp/coface/images/point-icon-price.png");
}

@media screen and (max-width: 767px) {
    .pointBlock {
        margin-bottom: 4rem;
    }
    .pointBlock ul {
        flex-direction: column;
    }
    .pointBlock ul li {
        width: 70%;
        margin: 0 auto 4rem auto;
    }
}


/* Report Block
=========================================================================== */
.reportBlock {
    margin-bottom: 8rem
}
.data {
    display: flex;
    justify-content: space-between;
}
.data .dataItem {
    padding: 2rem 2.5rem;
    background-color: #F5F5F5;
}
.data h3 {
    color: #0A4157;
}
.data h3 span {
    display: inline-block;
    margin-left: 1rem;
    color: #222222;
    font-size: 1.2rem;
    font-weight: normal;
}
.data .dataItem ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.data .dataItem ul li {
    position: relative;
    padding-left: 2.6rem;
    line-height: 3rem;
}
.data .dataItem ul li:before {
    content: '';
    position: absolute;
    top: .6em;
    left: 0;
    width: .8rem;
    height: 1.2rem;
    border-right: 3px solid #0093d0;
    border-bottom: 3px solid #0093d0;
    transform: rotate(50deg);
}
.data .dataReport {
    flex-basis: 76rem;
    padding: 2rem 0;
    background: url("/lp/coface/images/report-bg-map.png") no-repeat left bottom;
}
.data .dataReport ul {
    display: flex;
    flex-wrap: wrap;
    width: 47rem;
    margin: 4rem 0 0 auto;
    padding-left: 0;
    list-style: none;
}
.data .dataReport ul li {
    width: 12rem;
    margin: 1rem;
}
.data .dataReport ul li:nth-child(4) {
    margin-left: auto;
}
.data .dataReport ul li a {
    display: block;
    position: relative;
    padding: 7rem .5rem 2rem .5rem;
    background: url("/lp/coface/images/btn-icon-file.png") no-repeat center 2rem, linear-gradient(0deg, rgba(0,134,189,1) 0%, rgba(0,147,208,1) 100%);
    color: #FFFFFF;
    text-align: center;
    transition: .3s ease-in;
}
.data .dataReport ul li a:hover {
    background: url("/lp/coface/images/btn-icon-file.png") no-repeat center 2.5rem, linear-gradient(0deg, rgba(0,147,208,1) 0%, rgba(0,160,227,1) 100%);
    text-decoration: none;
}
.data .dataReport ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.4rem 1.4rem;
    border-color: transparent transparent #ffffff transparent;
}
.data .dataReport ul li a span {
    display: block;
    font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
    .reportBlock {
        margin-bottom: 2rem;
    }
    .data {
        flex-direction: column;
        justify-content: flex-start;
    }
    .data .dataItem {
        padding: 2rem ;
    }
    .data .dataItem ul {
        display: flex;
        flex-wrap: wrap;
    }
    .data .dataItem ul li {
        width: 48%;
    }
    .data .dataItem ul li:nth-child(even) {
        margin-left: 4%;
    }
    .data .dataReport {
        flex-basis: auto;
        padding: 2rem 3rem;
    }
    .data .dataReport ul {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        margin: 0;
    }
    .data .dataReport ul li {
        width: calc((100% - 4rem) / 2);
        margin: 1rem;
    }
}


/* Price Block
=========================================================================== */
.priceBlock {
    margin-bottom: 8rem
}
.priceBlock > section {
    margin-bottom: 4rem;
}
.priceBlock h3 {
    margin-bottom: 2rem;
    padding: .2rem 0 .2rem 1.2rem;
    color: #0A4157;
    border-left: .4rem solid #0A4157;
}
.priceBlock h4 {
    margin-bottom: .5rem;
}
.priceBlock table {
    width: 100%;
    border: 1px solid #CCCCCC;
    table-layout: fixed;
}
.priceBlock th,
.priceBlock td {
    padding: 1.5rem 2rem;
}
.priceBlock thead th:first-child,
.priceBlock tbody th {
    background-color: #DEE6F6;
}
.priceBlock thead th:first-child {
    border-bottom: 2px solid #C0C8D8;
    font-weight: normal;
    text-align: center;
}
.priceBlock thead th:not(:first-child) {
    border-bottom: 2px solid #E1E1E1;
    font-weight: normal;
}
.priceBlock tbody tr:not(:last-child) th {
    border-bottom: 1px solid #C0C8D8;
}
.priceBlock tbody tr:not(:last-child) td {
    border-bottom: 1px solid #E1E1E1;
}
.priceBlock thead th:not(:first-child),
.priceBlock tbody td {
    border-left: 1px solid #E1E1E1;
    text-align: center;
}
.priceBlock tbody td {
    font-size: 1.8rem;
}
.priceBlock tbody td strong {
    color: #E12429;
}
.priceBlock tbody td span {
    font-size: 1.4rem;
}
.priceBlock .option  table {
    margin: 0 0 4rem 0;
}
.priceBlock .tax {
    text-align: right;
    margin-bottom: 0;
    font-size: 1.2rem;
}
.priceBlock .option thead th:first-child,
.priceBlock .option tbody th {
    background-color: #E6E8F8;
}
.priceBlock td ul.note li {
    display: inline-block;
}
.priceBlock .original {
    text-decoration: line-through;
}

@media screen and (max-width: 767px) {
    .priceBlock {
        margin-bottom: 2rem
    }
    .priceBlock > section {
        margin-bottom: 0;
        padding: 2rem 1rem;
    }
    .priceBlock th,
    .priceBlock td {
        padding: 1rem;
    }
}


/* Use Block
=========================================================================== */
.useBlock {
    margin-bottom: 8rem;
}
.useBlock h2.bg {
    font-size: 1.6rem;
    text-align: left;
}
.useBlock ol {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0;
    counter-reset: number 0; 
    list-style: none;
}
.useBlock ol li {
    width: 23.4rem;
    position: relative;
    margin-bottom: 0;
    padding: 3rem 2rem 5rem 2rem;
    background-color: #E9F4F9;
    border-radius: .4rem;
}
.useBlock ol li::after {
    content: '';
    position: absolute;
    right: 1rem;
    bottom: .5rem;
    color: #CED8DC;
    font-size: 3rem;
    font-weight: bold;
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
}
.useBlock ol li h3 {
    color: #0A4157;
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
}
.useBlock ol li p {
    padding-top: 6rem;
    background-position: top center;
    background-repeat: no-repeat;
}
.useBlock ol li:nth-child(1) p {
    background-image: url("/lp/coface/images/use-icon-entry.png");
}
.useBlock ol li:nth-child(2) p {
    background-image: url("/lp/coface/images/use-icon-survey.png");
}
.useBlock ol li:nth-child(3) p {
    background-image: url("/lp/coface/images/use-icon-delivery.png");
}
.useBlock ol li:nth-child(4) p {
    background-image: url("/lp/coface/images/use-icon-payment.png");
}
.useBlock .coface {
    display: flex;
    padding: 2rem;
    background-color: #F5F5EC;
}
.useBlock .coface .image {
    display: flex;
    align-items: center;
    width: 16rem;
    background-color: #FFFFFF;
}
.useBlock .coface .image figure {
    margin: 0 auto;
}
.useBlock .coface .text {
    flex: 1;
    margin-left: 2rem;
}
.useBlock .coface .text h3 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .useBlock {
        margin-bottom: 4rem;
    }
    .useBlock ol {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 4rem;
    }
    .useBlock ol li {
        width: 70%;
        margin: 0 auto 1rem auto;
    }
    .useBlock .coface {
        display: block;
        margin: 4rem 0;
    }
    .useBlock .coface .image {
        float: left;
        display: inline-block;
        width: auto;
        margin: 0 1rem 1rem 0;
    }
    .useBlock .coface .text {
        margin-left: 0;
    }
}


/* Contact Block
=========================================================================== */
.contactBlock {
    margin-bottom: 4rem;
    border: 1px solid #CCCCCC;
}
.contactBlock h2 {
    margin-bottom: 0;
    padding: 1rem;
    background-color: #EFEFEF;
    font-size: 1.6rem;
}
.contactBlock .inner {
    padding: 4rem 12rem;
}
.contactBlock .contact {
    display: flex;
    justify-content: center;
}
.contactBlock .contact .btnBlock {
    display: block;
    margin: 0;
}
.contactBlock .contact > div {
    margin-left: 4rem;
}
.contactBlock .contact dl {
    display: table;
    margin-bottom: 0;
}
.contactBlock .contact dl + dl {
    margin-top: 1rem;
}
.contactBlock .contact dt {
    display: table-cell;
    min-width: 6rem;
    white-space: nowrap;
}
.contactBlock .contact dd {
    display: table-cell;
    position: relative;
    padding-left: 2rem;
}
.contactBlock .contact dd::after {
    content: '：';
    position: absolute;
    top: 0;
    left: 0;
}
.contactBlock .contact dd strong {
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .contactBlock {
        margin: 0 1rem;
    }
    .contactBlock .inner {
        padding: 2rem;
    }
    .contactBlock .contact {
        flex-direction: column;
        justify-content: flex-start;
    }
    .contactBlock .contact .btnBlock {
        display: block;
        margin: 0;
    }
    .contactBlock .contact > div {
        margin: 2rem 0 0 0;
    }
}


/* Button Block
=========================================================================== */
.btnBlock {
    display: flex;
    justify-content: space-between;
    margin: 4rem 10rem;
}
.btnBlock a {
    display: block;
    width: 36rem;
    padding: 2rem;
    border-radius: .6rem;
    color: #222222;
    font-size: 1.6rem;
    text-align: center;
    transition: .3s ease-in;
}
.btnBlock a:hover {
    cursor: pointer;
    text-decoration: none;
}
.btnBlock a.grn {
    background: url("/lp/coface/images/icon-btn-grn.png") no-repeat 95% center, linear-gradient(0deg, rgba(125,186,29,1) 0%, rgba(137,204,32,1) 100%);
}
.btnBlock a.yel {
    background: url("/lp/coface/images/icon-btn-yel.png") no-repeat 95% center, linear-gradient(0deg, rgba(232,197,16,1) 0%, rgba(255,217,18,1) 100%);
}
.btnBlock a.gry {
    padding: 1rem 2rem;
    background: url("/lp/coface/images/icon-btn-gry.png") no-repeat 95% center, linear-gradient(0deg, rgba(232,232,232,1) 0%, rgba(255,255,255,1) 100%);
    border: 1px solid #cccccc;
    font-weight: bold;
}
.btnBlock a.gry span {
    display: block;
    margin-top: .2rem;
    font-size: 1.2rem;
    text-align: center;
}
.btnBlock a.grn:hover {
    background: url("/lp/coface/images/icon-btn-grn.png") no-repeat 95% 56%, linear-gradient(0deg, rgba(134,197,32,1) 0%, rgba(147,217,35,1) 100%);
}
.btnBlock a.yel:hover {
    background: url("/lp/coface/images/icon-btn-yel.png") no-repeat 95% 56%, linear-gradient(0deg, rgba(229,203,69,1) 0%, rgba(252,223,76,1) 100%);
}
.btnBlock a.gry:hover {
    background: url("/lp/coface/images/icon-btn-gry.png") no-repeat 95% center, linear-gradient(0deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
}

@media screen and (max-width: 767px) {
    .btnBlock {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        margin: 0 1rem;
    }
    .btnBlock a {
        width: auto;
        padding: 2rem;
    }
    .btnBlock a + a {
        margin-top: 1rem;
    }
}
