/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/*@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Noto+Sans+JP:wght@400;500;700&display=swap');
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p, a, h1, h2, h3, h4, li, span, th, td {
    letter-spacing: 1.6px;
    line-height: 1.5;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
}


.KOriginalLP {
    width: 1000px;
    margin: auto;
    padding: 100px 0;
}

.KoriginalLPTopTitle {
    text-align: center;
    background-color: #F8AA41;
    padding: 15px 0;
}

.KoriginalLPTopTitle h2 {
    color: #fff;
    font-size: 35px;
}

.KoriginalLpSubTitle {
    text-align: center;
}

.KoriginalLpSubTitle h3 {
    text-align: center;
    font-size: 30px;
    padding: 30px 0;
}

.KoriginalLpSubTitle h3 span {
    color: #F8AA41;
    font-size: 30px;
}

.KoriginalLpSubTitle img {
    width: 90%;
}

.KoriginalLpSubTitle p {
    background: linear-gradient(transparent 60%, yellow 50%);
    font-size: 35px;

    margin-top: 30px;
}

.KOWCWConts {
    display: flex;
    align-items: center;
}

.KOriginalWrapperLp {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.KOWLRight {
    width: 25%;
}

.KOWLRight img {
    width: 290px;
}

.KOWLLeft {
    width: 65%;
}

.KOWLLeft p {
    margin-bottom: 50px;
}

.KOWCWLeft img {
    width: 30px;
}

.KOWCWLeft {
    padding-right: 1.5em;
}

.KOWCWConts {
    margin-bottom: 15px;
}

.KOWCWRight h3 {
    font-size: 23px;
    color: #FF0000;
}

.KOWCheckWrap {
    background-color: rgba(248, 170, 65, 0.17);
    padding: 30px 30px 15px 30px;
}

.kaisha {
    width: 100%;
    margin-top: 50px;
}

.kaisha th,
.kaisha td {
    border: 1px solid #F2F2F2;
    padding: 20px;
    display: block;
}

.kaisha th {
    font-size: 20px;
    padding: 20px 0;
    background-color: #F2F2F2;
}

.Form-Item {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-size: 18px;
}

.Form-Item-Input {
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    font-size: 18px;
    border: solid 1px #CCCCCC;
}

.KOriginalSimpleLPButton a {
    width: 350px;
}

.KOriginalSimpleLPButton {
    padding-top: 50px;
}

.KOriginalSimpleLPButton button {
    text-align: center;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    width: 350px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #EFA643;
    border-radius: 6px;
    transition: 0.3s;
    border: solid 2px #EFA643;
}

.KOriginalSimpleLPButton button:hover {
    cursor: pointer;
}

.KOriginalSimpleLPButton button::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50vh;
}

.KOriginalSimpleLPButton button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: 3px solid #EFA643;
    border-right: 3px solid #EFA643;
}

@media screen and (max-width: 768px) {
    .KOriginalLP {
        width: unset;
    }

    .KOriginalWrapperLp {
        display: block !important;
    }

    .KOWLLeft {
        width: 100% !important;
    }

    .kaisha th, .kaisha td {
        padding: unset ;

    }

    .Form-Item {
        display: block;
    }

    .Form-Item-Input {
        margin-left: unset;
        padding-left: unset;

    }

    .KoriginalLPTopTitle h2 {
        font-size: 6vw;
    }

    .KoriginalLpSubTitle h3 span {
        font-size: 5vw;
    }

    .KoriginalLpSubTitle h3 {
        font-size: 5vw;
    }

    .KoriginalLpSubTitle p {
        font-size: 5vw;
        display: inline-block;
    }

    .KOWLLeft p {
        font-size: 3.8vw;
    }

    .KOWCWRight h3 {
        font-size: 4vw;
    }

    .KOWLRight {
        width: 50%;
        margin: 10vw auto auto auto;
    }

    .KOWLRight img {
        width: 100%;
    }

    .KOriginalLP {
        padding: 5vw 0;
    }
    .KOriginalTableTitle{
        padding: 3vw 0 !important;
    }
    .KOriginalSimpleLPButton button {
        width: 100%;
    }
}