/*
Theme Name: kortvaluta
Version: 1.0
*/

/*News記事一覧のスタイル調整*/
#news-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/*NewsPICK UP一覧、画像の幅を合わせる*/
.styles_magazineWrapper__imageWrapper__award__recImage__jEFVV {
    max-width: 700px;
}

/*導入事例一覧のbrを削除*/
.styles_interview_card__textContainer__title__eLMxZ br,
.styles_interview_card__textContainer__details__content__E4hrZ br {
    display: none;
}

/*言語切り替え*/
.styles_lang__Boeht ul {
    position: relative;
    display: flex;
    list-style: none;
    column-gap: 1.5rem;
    padding: 0;
}

.bogoflags, .bogoflags-before:before {
	display: none;
    /* display: inline-block; */
    /* width: 20px; */
    /* height: auto; */
    /* background-image: none; */
    /* background-color: transparent; */
    /* border: none; */
    /* padding: 0; */
    /* margin: 0 4px; */
    /* vertical-align: top; */
}
.bogoflags-jp:before {
	display: none !important;
}


.styles_lang__Boeht ul::before {
    content: " / ";
    position: absolute;
    top: 0;
    left: 30px;
}

.styles_lang__Boeht ul .ja {
    order: 1;
}

.styles_lang__Boeht ul .en {
    order: 2;
}

.styles_lang__Boeht ul li a {
    font-size: .75rem;
    line-height: 1.5rem;
    letter-spacing: .25rem;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

/*header背景色*/
#header-bg.color {
    background-color: #27284b;
}

/*single-news*/
.styles_articleContainer__4L19M,
.styles_newsContent__wlxoY {
    padding: 0;
}

.articleInner {
    padding: 3rem 1rem 0;
    max-width: 1080px;
    margin: 0 auto;
}

.styles_pagination__ptCpV {
    margin-bottom: 3rem;
}

.articleInner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 2rem 0;
}

.styles_title__s_qcb {
    color: #fff;
    background-color: #27284b;
    padding: 7rem 1rem 4rem;
}

@media (min-width: 576px) {

    .articleInner {
        padding: 7rem 3rem 0;
    }

    .styles_pagination__ptCpV {
        margin-bottom: 7rem;
    }

    .articleInner img {
        width: auto;
        max-width: 100%;
    }

    .styles_title__s_qcb {
        padding: 10rem 1rem 7rem;
    }

}

.styles_newsContent__row__topic___Qe33 {
    overflow-x: visible;
    white-space: normal
}

.articleInner a {
    word-wrap: break-word;
}

/*form*/
.contactForm {
    padding: 3rem 1rem;
    max-width: 1000px;
    margin: 0 auto;
}

div.cf-turnstile {
    display: flex !important;
    justify-content: center !important;
}

@media (min-width: 576px) {

    .contactForm {
        padding: 7rem 3rem;
    }

}

.contactForm hr {
    margin: 3rem 0;
}

.contactForm p {
    margin-bottom: 48px;
}

.contactForm em {
    font-style: normal;
    opacity: .5;
    font-size: 14px;
}

.contactForm .bold {
    font-weight: 700;
}

.contactForm .required,
.contactForm .wpcf7-not-valid-tip {
    color: rgb(177, 15, 65);
}

.contactForm input[type="text"],
.contactForm input[type="tel"],
.contactForm input[type="email"],
.contactForm input[type="date"],
.contactForm select,
.contactForm textarea {
    width: 100%;
    margin: 5px 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    min-height: 28px;
    padding: 6px;
    cursor: pointer;
}

.contactForm textarea {
    max-height: 150px;
}

.contactForm label {
    display: block;
}

.contactForm .radio {
    margin-top: 30px;
    margin-bottom: 48px;
}

.contactForm .radio p {
    margin-bottom: 0;
}

.contactForm .radio .wpcf7-form-control-wrap {
    display: block;
    margin-top: 20px;
}

.contactForm .radio label {
    margin: 10px 0;
}

.contactForm .radio .first {
    display: block;
}

.contactForm input[type="radio"] {
    position: absolute;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    margin: -1px;
    padding: 0;
}

.contactForm .radio .wpcf7-list-item-label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.contactForm .radio .wpcf7-list-item-label::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: #fff;
}

.contactForm .radio .wpcf7-list-item-label::after {
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #27284b;
    opacity: 0;
    transition: opacity 0.2s;
}

.contactForm .wpcf7-list-item input[type="radio"]:checked ~ .wpcf7-list-item-label::after {
    opacity: 1;
}

.contactForm .check input[type="checkbox"] {
    position: absolute;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    margin: -1px;
    padding: 0;
}

.contactForm .check .wpcf7-list-item-label {
    cursor: pointer;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}

.contactForm .checkList .wpcf7-form-control-wrap {
    display: block;
    margin-top: 10px;
}

.contactForm .checkList .wpcf7-list-item-label {
    margin: 3px 0;
}

.contactForm .check .wpcf7-list-item-label::before,
.contactForm .check .wpcf7-list-item-label::after {
    content: "";
    display: block;
    position: absolute;
}

.contactForm .check .wpcf7-list-item-label::before {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 5px;
}

.contactForm .check .wpcf7-list-item-label::after {
    border-bottom: 2px solid #27284b;
    border-left: 2px solid #27284b;
    opacity: 0;
    height: 7px;
    width: 12px;
    transform: rotate(-45deg);
    top: 7px;
    left: 9px;
}

.contactForm .check .wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after {
    opacity: 1;
}

.contactForm input[type="submit"] {
    display: flex;
    box-sizing: border-box;
    padding: 0 12px;
    border-radius: 50px;
    margin: 0 auto;
    align-items: center;
    letter-spacing: .01071em;
    line-height: 1.43;
    font-size: 1.1rem;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 5px 2rem;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    background-color: #27284b;
}

.contactForm .screen-reader-response {
    display: none;
}