/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
<style>body {
    color: #212121;
    font-family: MyYuGothicM, YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
    letter-spacing: 1px;
}

a {
    color: #163F59;
    text-decoration: underline;
    transition: all 0.15s linear;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
ul,
ol,
blockquote,
a,
button,
input,
legend {
    font-family: MyYuGothicM, YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5 {
    color: #163F59;
}

h2 {
    font-size: 32px;
}

h3 {
    margin-bottom: 8px;
}

hr {
    height: 0;
}

p {
    line-height: 1.75;
    margin-bottom: 16px;
}

ul li {
    margin: 4px 0;
}

blockquote {
    background-color: #FFFFFF;
    background-image: url("https://8221972.fs1.hubspotusercontent-na1.net/hubfs/8221972/LP/icon_quote-1.svg");
    background-position: 24px 24px;
    background-repeat: no-repeat;
    background-size: 40px 28px;
    border-radius: 8px;
    padding: 64px 24px 24px;
    border: 0;
    width: 800px;
    margin: 16px auto 0;
}

form {
    width: 800px;
    margin: 0 auto;
}

form label {
    color: #212121;
}

form legend {
    color: #666666;
}

strong {
    border-bottom: 1px dotted #212121;
    padding-bottom: 4px;
}

fieldset.form-columns-1 .hs-form-field input[type=checkbox] {
    width: 20px !important;
    height: 20px;
}

.content-wrapper,
.dnd-section>.row-fluid,
.kl-hero-03__content {
    max-width: 1000px;
}

.content-wrapper,
.kl-hero-03__content,
.dnd-section .dnd-column {
    padding: 0;
}

.kl-hero-03 {
    padding: 60px 0 40px;
    overflow: visible;
}

.kl-hero-03__content .kl-rich-text {
    max-width: 55%;
}

.kl-hero-03__content {
    display: flex;
}

.kl-rich-text__buttons,
.kl-rich-text__buttons .button {
    margin: 0;
}

.button,
form .hs-button,
form input[type=submit] {
    font-size: 18px;
    border-radius: 100px;
    background: #DB8449;
    border: 0;
    min-width: 264px;
    padding: 18px 36px;
}

.button:hover,
form .hs-button:focus,
form .hs-button:hover,
form input[type=submit]:focus,
form input[type=submit]:hover {
    background: #F08F4F;
    transform: none;
    border: 0;
    transition: all 0.15s linear;
    outline: none;
}

#hs_cos_wrapper_dnd_area-dnd_partial-1-module-1 {
    background-image: url("https://8221972.fs1.hubspotusercontent-na1.net/hubfs/8221972/bg.jpg");
    background-size: cover;
}

.hs-button {
    border-radius: 100px;
    padding: 18px 36px;
    font-weight: bold !important;
}

.kl-rich-text__preheader {
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    background: #163F59;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 4px;
}

.kl-logos {
    width: 800px;
    margin: 0 auto;
}

.kl-logos__item {
    padding: 8px;
}

.kl-features-01__card h4 {
    font-weight: bold;
    color: #163F59;
    margin-bottom: 4px;
}

.kl-features-01__card+.kl-features-01__card {
    margin-left: 24px;
}

.kl-features-01__image {
    min-height: 100px;
    margin-bottom: 16px;
}

.kl-features-01__image img {
    max-height: 100px;
    display: inline-block;
    margin: 0 auto;
}

.kl-faq__header h3 {
    font-size: 18px;
}

.kl-faq__icon {
    width: 14px;
    height: 14px;
    margin-left: 16px;
}

.kl-faq__icon:after,
.kl-faq__icon:before {
    color: #212121;
    background-color: #212121;
}

.kl-faq__description {
    padding: 0 24px;
}

.dnd_area-row-7-background-color {
    background-color: rgba(241, 244, 249, 1) !important;
}

.dnd_area-dnd_partial-2-column-1-row-1-padding,
.dnd_area-dnd_partial-8-column-1-row-0-padding {
    padding-bottom: 0 !important;
}

.kl-faq,
.kl-faq__entry+.kl-faq__entry {
    border: 0;
}

.kl-faq__entry {
    background-color: rgba(241, 244, 249, 1) !important;
    margin-bottom: 16px;
    border-radius: 8px;
}

.kl-faq__header {
    padding: 24px;
}

.hs-form-required {
    font-size: 0 !important;
}

.hs-form-required::before {
    content: "必須";
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 2px 4px;
    margin-left: 4px;
    background-color: #f2547d;
    border-radius: 4px;
    display: inline-block;
}

.grecaptcha-badge {
    margin: 0 auto;
}

.actions {
    text-align: center;
}

.kl-footer {
    background-color: #FFFFFF;
}

.kl-footer span,
.kl-footer a {
    color: #212121;
}

.kl-footer__legal {
    padding-top: 12px;
}

.kl-rich-text h2 {
    margin-bottom: 8px;
}

.kl-offer-01 {
    border: 0;
    box-shadow: none;
    align-items: flex-start;
    padding: 24px;
}

.kl-offer-01 h4 {
    font-weight: bold;
    margin-bottom: 8px;
}

.kl-offer-01 .kl-offer-01__image {
    padding-right: 24px;
}

.kl-offer-01 .kl-offer-01__image img {
    box-shadow: 0 11px 30px rgb(154 161 177 / 10%);
}

.kl-offer-01 .kl-offer-01__content {
    margin: 0;
}

.kl-offer-01 .kl-offer-01__preheader {
    display: none;
}

.kl-offer-01 .kl-offer-01__text {
    margin-right: 0;
}

.kl-features-03__section {
    background-color: #fff;
}

.kl-features-03__content {
    padding: 0px;
}


.contents {
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    column-gap: 2%;
}

.card {
    width: 23.4%;
}

.card img {
    height: 180px !important;
    display:block;
    object-fit:contain;
}

.card p {
    margin: 12px !important;
}

@media screen and (max-width: 768px) {

    h1 br:nth-child(3),
    p br {
        display: none;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    p {
        margin-bottom: 8px;
    }

    blockquote {
        padding: 56px 16px 16px;
        width: 100%;
        background-size: 24px auto !important;
        font-size: 16px;
    }

    form legend {
        margin-bottom: 4px;
    }

    strong {
        padding-bottom: 2px;
    }

    .kl-header-placeholder,
    .kl-navbar {
        height: 56px;
    }

    .content-wrapper,
    .dnd-section>.row-fluid,
    .kl-hero-03__content {
        max-width: 100%;
    }

    .content-wrapper {
        padding: 0 16px;
    }

    .kl-logos,
    form {
        width: 100%;
    }

    .button,
    form .hs-button,
    {
    font-size: 16px;
    width: 100% !important;
}

.button,
form .hs-button,
form input[type=submit] {
    padding: 16px;
    font-size: 16px;
}

.content-wrapper--vertical-spacing,
.dnd-section {
    padding: 40px 16px;
}

.kl-rich-text h1 {
    margin-top: 32px;
    font-size: 32px !important;
}

.kl-hero-03 {
    padding: 0 16px 16px;
}

.kl-hero-03__image {
    margin-top: 24px;
    padding: 0 16px;
    display: block !important;
}

.kl-hero-03__content {
    flex-direction: column;
}

.kl-hero-03__content .kl-rich-text {
    max-width: 100%;
}

.kl-rich-text p:last-child {
    margin-bottom: 16px;
}

.kl-rich-text__preheader {
    font-size: 14px;
}

.kl-hero-03__content {
    padding: 0;
}

#hs_cos_wrapper_widget_1660028699165_ h2 {
    font-size: 22px !important;
}

#hs_cos_wrapper_widget_1660118998511,
#hs_cos_wrapper_module_16608024707864 {
    padding: 0 !important;
    width: 100%;
}

#hs_cos_wrapper_widget_1660118998511 a,
#hs_cos_wrapper_module_16608024707864 a {
    display: block;
    text-align: center;
    font-size: 16px !important;
    padding: 16px !important;
}

#hs_cos_wrapper_module_16608020418113 .kl-hero-03,
#hs_cos_wrapper_module_1660802047095 .kl-hero-03,
#hs_cos_wrapper_widget_1660801980521 .kl-hero-03 {
    padding: 0;
}

#hs_cos_wrapper_module_16608024707864 {
    margin-bottom: 0 !important;
}

.kl-features-01__card+.kl-features-01__card {
    margin: 24px 0 0 0 !important;
}

.kl-faq__header {
    padding: 16px;
}

.kl-faq__header h3 {
    font-size: 16px;
}

.kl-faq__description {
    padding: 0 16px;
}

.kl-offer-01 .kl-offer-01__button,
.kl-offer-01 .kl-offer-01__button a {
    width: 100%;
}

.kl-offer-01 .kl-offer-01__image {
    padding: 16px 0 0;
}

.kl-navbar__logo {
    height: 24px;
}

  .contents {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 2%;
}

.card {
    width: 100%;
}
/*
.card img {
    margin:0px;
    /*height: 180px !important;*/
    width: 100%;
    display:block;
    /*object-fit:contain;*/} */

.card p {
    margin: 12px !important;
}

}

</style>