@charset 'UTF-8';
/* ===================== reset default style ===================== */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html
{
    color: #000;
    background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

fieldset,
img
{
    border: 0;
}

img
{
    vertical-align: bottom;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var
{
    font-weight: normal;
    font-style: normal;
}

li
{
    list-style: none;
}

caption,
th
{
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: 100%;
    font-weight: normal;
}

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

sup
{
    position: relative;
    top: -3px;

    vertical-align: baseline;
    white-space: nowrap;
}

sub
{
    vertical-align: baseline;
}

input,
textarea,
select
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select
{
    outline: none;

    *font-size: 100%;
}

/* ============================================================================================== */
/* foundation
/* ============================================================================================== */
*,
*:before,
*:after
{
    box-sizing: border-box;
}

body
{
    font-family: 'Noto Sans', 'æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“', 'Yu Gothic', 'YuGothic', 'ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro', 'Hiragino Kaku Gothic Pro', 'ãƒ¡ã‚¤ãƒªã‚ª', 'Meiryo', sans-serif;
    font-size: 16px;
    line-height: 1.6;

    color: #333;
}

input,
button,
select,
textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a
{
    text-decoration: none;

    color: #333;
}

a:hover,
a:active,
a:focus
{
    text-decoration: underline;

    color: #0d0d0d;
}

a:hover img
{
    opacity: .7;
}

img
{
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: inherit;
    font-weight: 400;

    color: inherit;
}

p,
ul,
ol,
dl,
table
{
    margin: 1em 0 0;
}

ul,
ol
{
    list-style: none;
}

ol ol,
ol ul,
ul ol,
ul ul
{
    margin-bottom: 0;
}

.link
{
    cursor: pointer;
    text-decoration: underline;

    color: #00f;
    border: 0;
    background: transparent;
}

/* ============================================================================================== */
/* utility
/* ============================================================================================== */
.d-block
{
    display: block !important;
}

.d-inline
{
    display: inline !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-none
{
    display: none !important;
}

.d-flex
{
    display: flex !important;
}

.flex-wrap
{
    flex-wrap: wrap !important;
}

.flex-nowrap
{
    flex-wrap: nowrap !important;
}

.flex-row
{
    flex-direction: row !important;
}

.flex-column
{
    flex-direction: column !important;
}

.flex-grow-1
{
    flex-grow: 1 !important;
}

.align-items-start
{
    align-items: flex-start;
}

.align-items-end
{
    align-items: flex-end;
}

.align-items-center
{
    align-items: center;
}

.justify-content-start
{
    justify-content: flex-start;
}

.justify-content-end
{
    justify-content: flex-end;
}

.justify-content-center
{
    justify-content: center;
}

.justify-content-between
{
    justify-content: space-between;
}

.justify-content-around
{
    justify-content: space-around;
}

.float-left
{
    float: left !important;
}

.float-right
{
    float: right !important;
}

.float-none
{
    float: none !important;
}

.text-wrap
{
    white-space: normal !important;
}

.text-nowrap
{
    white-space: nowrap !important;
}

.text-left
{
    text-align: left !important;
}

.text-right
{
    text-align: right !important;
}

.text-center
{
    text-align: center !important;
}

.text-top
{
    vertical-align: top !important;
}

.text-middle
{
    vertical-align: middle !important;
}

.text-bottom
{
    vertical-align: bottom !important;
}

.text-attention
{
    color: #f42657;
}

.text-important
{
    font-weight: bold;

    color: #0a487d;
}

.text-hide
{
    font: 0/0 a;

    color: transparent;
    border: 0;
    background-color: transparent;
    text-shadow: none;
}

.text-paragraph
{
    display: block;

    margin: .5em 0;
}

.word-wrap-break
{
    word-wrap: break-word;
    word-break: break-all;

    overflow-wrap: break-word;
}

.font-weight-normal
{
    font-weight: 500 !important;
}

.font-weight-bold
{
    font-weight: bold !important;
}

.font-size-normal
{
    font-size: 14px !important;
}

.font-size-big
{
    font-size: 16px !important;
}

.font-size-small
{
    font-size: 12px !important;
}

.lh-1
{
    line-height: 1;
}

.w-10
{
    width: 10% !important;
}

.w-20
{
    width: 20% !important;
}

.w-30
{
    width: 30% !important;
}

.w-40
{
    width: 40% !important;
}

.w-50
{
    width: 50% !important;
}

.w-60
{
    width: 60% !important;
}

.w-70
{
    width: 70% !important;
}

.w-80
{
    width: 80% !important;
}

.w-90
{
    width: 90% !important;
}

.w-100
{
    width: 100% !important;
}

.w-auto
{
    width: auto !important;
}

.h-100
{
    height: 100% !important;
}

.h-auto
{
    height: auto !important;
}

.m-0
{
    margin: 0 !important;
}

.mt-0,
.my-0
{
    margin-top: 0 !important;
}

.mr-0,
.mx-0
{
    margin-right: 0 !important;
}

.mb-0,
.my-0
{
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0
{
    margin-left: 0 !important;
}

.m-1
{
    margin: .25rem !important;
}

.mt-1,
.my-1
{
    margin-top: .25rem !important;
}

.mr-1,
.mx-1
{
    margin-right: .25rem !important;
}

.mb-1,
.my-1
{
    margin-bottom: .25rem !important;
}

.ml-1,
.mx-1
{
    margin-left: .25rem !important;
}

.m-2
{
    margin: .5rem !important;
}

.mt-2,
.my-2
{
    margin-top: .5rem !important;
}

.mr-2,
.mx-2
{
    margin-right: .5rem !important;
}

.mb-2,
.my-2
{
    margin-bottom: .5rem !important;
}

.ml-2,
.mx-2
{
    margin-left: .5rem !important;
}

.m-3
{
    margin: 1rem !important;
}

.mt-3,
.my-3
{
    margin-top: 1rem !important;
}

.mr-3,
.mx-3
{
    margin-right: 1rem !important;
}

.mb-3,
.my-3
{
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3
{
    margin-left: 1rem !important;
}

.m-4
{
    margin: 1.5rem !important;
}

.mt-4,
.my-4
{
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4
{
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4
{
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4
{
    margin-left: 1.5rem !important;
}

.m-5
{
    margin: 3rem !important;
}

.mt-5,
.my-5
{
    margin-top: 3rem !important;
}

.mr-5,
.mx-5
{
    margin-right: 3rem !important;
}

.mb-5,
.my-5
{
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5
{
    margin-left: 3rem !important;
}

.p-0
{
    padding: 0 !important;
}

.pt-0,
.py-0
{
    padding-top: 0 !important;
}

.pr-0,
.px-0
{
    padding-right: 0 !important;
}

.pb-0,
.py-0
{
    padding-bottom: 0 !important;
}

.pl-0,
.px-0
{
    padding-left: 0 !important;
}

.p-1
{
    padding: .25rem !important;
}

.pt-1,
.py-1
{
    padding-top: .25rem !important;
}

.pr-1,
.px-1
{
    padding-right: .25rem !important;
}

.pb-1,
.py-1
{
    padding-bottom: .25rem !important;
}

.pl-1,
.px-1
{
    padding-left: .25rem !important;
}

.p-2
{
    padding: .5rem !important;
}

.pt-2,
.py-2
{
    padding-top: .5rem !important;
}

.pr-2,
.px-2
{
    padding-right: .5rem !important;
}

.pb-2,
.py-2
{
    padding-bottom: .5rem !important;
}

.pl-2,
.px-2
{
    padding-left: .5rem !important;
}

.p-3
{
    padding: 1rem !important;
}

.pt-3,
.py-3
{
    padding-top: 1rem !important;
}

.pr-3,
.px-3
{
    padding-right: 1rem !important;
}

.pb-3,
.py-3
{
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3
{
    padding-left: 1rem !important;
}

.p-4
{
    padding: 1.5rem !important;
}

.pt-4,
.py-4
{
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4
{
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4
{
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4
{
    padding-left: 1.5rem !important;
}

.p-5
{
    padding: 3rem !important;
}

.pt-5,
.py-5
{
    padding-top: 3rem !important;
}

.pr-5,
.px-5
{
    padding-right: 3rem !important;
}

.pb-5,
.py-5
{
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5
{
    padding-left: 3rem !important;
}

.m-n1
{
    margin: -.25rem !important;
}

.mt-n1,
.my-n1
{
    margin-top: -.25rem !important;
}

.mr-n1,
.mx-n1
{
    margin-right: -.25rem !important;
}

.mb-n1,
.my-n1
{
    margin-bottom: -.25rem !important;
}

.ml-n1,
.mx-n1
{
    margin-left: -.25rem !important;
}

.m-n2
{
    margin: -.5rem !important;
}

.mt-n2,
.my-n2
{
    margin-top: -.5rem !important;
}

.mr-n2,
.mx-n2
{
    margin-right: -.5rem !important;
}

.mb-n2,
.my-n2
{
    margin-bottom: -.5rem !important;
}

.ml-n2,
.mx-n2
{
    margin-left: -.5rem !important;
}

.m-n3
{
    margin: -1rem !important;
}

.mt-n3,
.my-n3
{
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3
{
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3
{
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3
{
    margin-left: -1rem !important;
}

.m-n4
{
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4
{
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4
{
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4
{
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4
{
    margin-left: -1.5rem !important;
}

.m-n5
{
    margin: -3rem !important;
}

.mt-n5,
.my-n5
{
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5
{
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5
{
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5
{
    margin-left: -3rem !important;
}

.m-auto
{
    margin: auto !important;
}

.mt-auto,
.my-auto
{
    margin-top: auto !important;
}

.mr-auto,
.mx-auto
{
    margin-right: auto !important;
}

.mb-auto,
.my-auto
{
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto
{
    margin-left: auto !important;
}

@media screen and (min-width: 769px)
{
    /* =============
     Utilities
     ============== */
    .only-sp
    {
        display: none !important;
    }
}

@media screen and (max-width: 768px)
{
    /* =============
     Utilities
     ============== */
    .only-pc
    {
        display: none !important;
    }
    .d-sp-block
    {
        display: block !important;
    }
    .d-sp-inline
    {
        display: inline !important;
    }
    .d-sp-inline-block
    {
        display: inline-block !important;
    }
    .d-sp-none
    {
        display: none !important;
    }
    .d-sp-flex
    {
        display: flex !important;
    }
    .flex-sp-wrap
    {
        flex-wrap: wrap !important;
    }
    .flex-sp-nowrap
    {
        flex-wrap: nowrap !important;
    }
    .flex-sp-row
    {
        flex-direction: row !important;
    }
    .flex-sp-column
    {
        flex-direction: column !important;
    }
    .flex-sp-grow-1
    {
        flex-grow: 1 !important;
    }
    .align-items-sp-start
    {
        align-items: flex-start;
    }
    .align-items-sp-end
    {
        align-items: flex-end;
    }
    .align-items-sp-center
    {
        align-items: center;
    }
    .justify-content-sp-start
    {
        justify-content: flex-start;
    }
    .justify-content-sp-end
    {
        justify-content: flex-end;
    }
    .justify-content-sp-center
    {
        justify-content: center;
    }
    .justify-content-sp-between
    {
        justify-content: space-between;
    }
    .justify-content-sp-around
    {
        justify-content: space-around;
    }
    .text-sp-wrap
    {
        white-space: normal !important;
    }
    .text-sp-nowrap
    {
        white-space: nowrap !important;
    }
    .text-sp-left
    {
        text-align: left !important;
    }
    .text-sp-right
    {
        text-align: right !important;
    }
    .text-sp-center
    {
        text-align: center !important;
    }
    .text-sp-top
    {
        vertical-align: top !important;
    }
    .text-sp-middle
    {
        vertical-align: middle !important;
    }
    .text-sp-bottom
    {
        vertical-align: bottom !important;
    }
    .w-sp-10
    {
        width: 10% !important;
    }
    .w-sp-20
    {
        width: 20% !important;
    }
    .w-sp-30
    {
        width: 30% !important;
    }
    .w-sp-40
    {
        width: 40% !important;
    }
    .w-sp-50
    {
        width: 50% !important;
    }
    .w-sp-60
    {
        width: 60% !important;
    }
    .w-sp-70
    {
        width: 70% !important;
    }
    .w-sp-80
    {
        width: 80% !important;
    }
    .w-sp-90
    {
        width: 90% !important;
    }
    .w-sp-100
    {
        width: 100% !important;
    }
    .w-sp-auto
    {
        width: auto !important;
    }
    .h-sp-100
    {
        height: 100% !important;
    }
    .h-sp-auto
    {
        height: auto !important;
    }
    .m-sp-0
    {
        margin: 0 !important;
    }
    .mt-sp-0,
    .my-sp-0
    {
        margin-top: 0 !important;
    }
    .mr-sp-0,
    .mx-sp-0
    {
        margin-right: 0 !important;
    }
    .mb-sp-0,
    .my-sp-0
    {
        margin-bottom: 0 !important;
    }
    .ml-sp-0,
    .mx-sp-0
    {
        margin-left: 0 !important;
    }
    .m-sp-1
    {
        margin: .25rem !important;
    }
    .mt-sp-1,
    .my-sp-1
    {
        margin-top: .25rem !important;
    }
    .mr-sp-1,
    .mx-sp-1
    {
        margin-right: .25rem !important;
    }
    .mb-sp-1,
    .my-sp-1
    {
        margin-bottom: .25rem !important;
    }
    .ml-sp-1,
    .mx-sp-1
    {
        margin-left: .25rem !important;
    }
    .m-sp-2
    {
        margin: .5rem !important;
    }
    .mt-sp-2,
    .my-sp-2
    {
        margin-top: .5rem !important;
    }
    .mr-sp-2,
    .mx-sp-2
    {
        margin-right: .5rem !important;
    }
    .mb-sp-2,
    .my-sp-2
    {
        margin-bottom: .5rem !important;
    }
    .ml-sp-2,
    .mx-sp-2
    {
        margin-left: .5rem !important;
    }
    .m-sp-3
    {
        margin: 1rem !important;
    }
    .mt-sp-3,
    .my-sp-3
    {
        margin-top: 1rem !important;
    }
    .mr-sp-3,
    .mx-sp-3
    {
        margin-right: 1rem !important;
    }
    .mb-sp-3,
    .my-sp-3
    {
        margin-bottom: 1rem !important;
    }
    .ml-sp-3,
    .mx-sp-3
    {
        margin-left: 1rem !important;
    }
    .m-sp-4
    {
        margin: 1.5rem !important;
    }
    .mt-sp-4,
    .my-sp-4
    {
        margin-top: 1.5rem !important;
    }
    .mr-sp-4,
    .mx-sp-4
    {
        margin-right: 1.5rem !important;
    }
    .mb-sp-4,
    .my-sp-4
    {
        margin-bottom: 1.5rem !important;
    }
    .ml-sp-4,
    .mx-sp-4
    {
        margin-left: 1.5rem !important;
    }
    .m-sp-5
    {
        margin: 3rem !important;
    }
    .mt-sp-5,
    .my-sp-5
    {
        margin-top: 3rem !important;
    }
    .mr-sp-5,
    .mx-sp-5
    {
        margin-right: 3rem !important;
    }
    .mb-sp-5,
    .my-sp-5
    {
        margin-bottom: 3rem !important;
    }
    .ml-sp-5,
    .mx-sp-5
    {
        margin-left: 3rem !important;
    }
    .p-sp-0
    {
        padding: 0 !important;
    }
    .pt-sp-0,
    .py-sp-0
    {
        padding-top: 0 !important;
    }
    .pr-sp-0,
    .px-sp-0
    {
        padding-right: 0 !important;
    }
    .pb-sp-0,
    .py-sp-0
    {
        padding-bottom: 0 !important;
    }
    .pl-sp-0,
    .px-sp-0
    {
        padding-left: 0 !important;
    }
    .p-sp-1
    {
        padding: .25rem !important;
    }
    .pt-sp-1,
    .py-sp-1
    {
        padding-top: .25rem !important;
    }
    .pr-sp-1,
    .px-sp-1
    {
        padding-right: .25rem !important;
    }
    .pb-sp-1,
    .py-sp-1
    {
        padding-bottom: .25rem !important;
    }
    .pl-sp-1,
    .px-sp-1
    {
        padding-left: .25rem !important;
    }
    .p-sp-2
    {
        padding: .5rem !important;
    }
    .pt-sp-2,
    .py-sp-2
    {
        padding-top: .5rem !important;
    }
    .pr-sp-2,
    .px-sp-2
    {
        padding-right: .5rem !important;
    }
    .pb-sp-2,
    .py-sp-2
    {
        padding-bottom: .5rem !important;
    }
    .pl-sp-2,
    .px-sp-2
    {
        padding-left: .5rem !important;
    }
    .p-sp-3
    {
        padding: 1rem !important;
    }
    .pt-sp-3,
    .py-sp-3
    {
        padding-top: 1rem !important;
    }
    .pr-sp-3,
    .px-sp-3
    {
        padding-right: 1rem !important;
    }
    .pb-sp-3,
    .py-sp-3
    {
        padding-bottom: 1rem !important;
    }
    .pl-sp-3,
    .px-sp-3
    {
        padding-left: 1rem !important;
    }
    .p-sp-4
    {
        padding: 1.5rem !important;
    }
    .pt-sp-4,
    .py-sp-4
    {
        padding-top: 1.5rem !important;
    }
    .pr-sp-4,
    .px-sp-4
    {
        padding-right: 1.5rem !important;
    }
    .pb-sp-4,
    .py-sp-4
    {
        padding-bottom: 1.5rem !important;
    }
    .pl-sp-4,
    .px-sp-4
    {
        padding-left: 1.5rem !important;
    }
    .p-sp-5
    {
        padding: 3rem !important;
    }
    .pt-sp-5,
    .py-sp-5
    {
        padding-top: 3rem !important;
    }
    .pr-sp-5,
    .px-sp-5
    {
        padding-right: 3rem !important;
    }
    .pb-sp-5,
    .py-sp-5
    {
        padding-bottom: 3rem !important;
    }
    .pl-sp-5,
    .px-sp-5
    {
        padding-left: 3rem !important;
    }
    .m-sp-n1
    {
        margin: -.25rem !important;
    }
    .mt-sp-n1,
    .my-sp-n1
    {
        margin-top: -.25rem !important;
    }
    .mr-sp-n1,
    .mx-sp-n1
    {
        margin-right: -.25rem !important;
    }
    .mb-sp-n1,
    .my-sp-n1
    {
        margin-bottom: -.25rem !important;
    }
    .ml-sp-n1,
    .mx-sp-n1
    {
        margin-left: -.25rem !important;
    }
    .m-sp-n2
    {
        margin: -.5rem !important;
    }
    .mt-sp-n2,
    .my-sp-n2
    {
        margin-top: -.5rem !important;
    }
    .mr-sp-n2,
    .mx-sp-n2
    {
        margin-right: -.5rem !important;
    }
    .mb-sp-n2,
    .my-sp-n2
    {
        margin-bottom: -.5rem !important;
    }
    .ml-sp-n2,
    .mx-sp-n2
    {
        margin-left: -.5rem !important;
    }
    .m-sp-n3
    {
        margin: -1rem !important;
    }
    .mt-sp-n3,
    .my-sp-n3
    {
        margin-top: -1rem !important;
    }
    .mr-sp-n3,
    .mx-sp-n3
    {
        margin-right: -1rem !important;
    }
    .mb-sp-n3,
    .my-sp-n3
    {
        margin-bottom: -1rem !important;
    }
    .ml-sp-n3,
    .mx-sp-n3
    {
        margin-left: -1rem !important;
    }
    .m-sp-n4
    {
        margin: -1.5rem !important;
    }
    .mt-sp-n4,
    .my-sp-n4
    {
        margin-top: -1.5rem !important;
    }
    .mr-sp-n4,
    .mx-sp-n4
    {
        margin-right: -1.5rem !important;
    }
    .mb-sp-n4,
    .my-sp-n4
    {
        margin-bottom: -1.5rem !important;
    }
    .ml-sp-n4,
    .mx-sp-n4
    {
        margin-left: -1.5rem !important;
    }
    .m-sp-n5
    {
        margin: -3rem !important;
    }
    .mt-sp-n5,
    .my-sp-n5
    {
        margin-top: -3rem !important;
    }
    .mr-sp-n5,
    .mx-sp-n5
    {
        margin-right: -3rem !important;
    }
    .mb-sp-n5,
    .my-sp-n5
    {
        margin-bottom: -3rem !important;
    }
    .ml-sp-n5,
    .mx-sp-n5
    {
        margin-left: -3rem !important;
    }
    .m-sp-auto
    {
        margin: auto !important;
    }
    .mt-sp-auto,
    .my-sp-auto
    {
        margin-top: auto !important;
    }
    .mr-sp-auto,
    .mx-sp-auto
    {
        margin-right: auto !important;
    }
    .mb-sp-auto,
    .my-sp-auto
    {
        margin-bottom: auto !important;
    }
    .ml-sp-auto,
    .mx-sp-auto
    {
        margin-left: auto !important;
    }
}

/* ============================================================================================== */
/* layout
/* ============================================================================================== */
.header > .inner
{
    position: relative;

    width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    .header > .inner
    {
        width: auto;
    }
}

.footer > .inner
{
    position: relative;

    width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    .footer > .inner
    {
        width: auto;
    }
}

/* ============================================================================================== */
/* page
/* ============================================================================================== */

.header > .inner
{
    position: relative;

    /* display: flex; */

    width: 1000px;
    height: 70px;
    margin: 0 auto;

    /* align-items: center;
    justify-content: space-between; */
}
.header > .inner p
{
    margin: 0;
}
.header > .inner img
{
    display: block;

    width: 100%;
}
.header > .inner .logo {
  font-size: 0;
  position: absolute;
  left: 5px;
  top: 8px;
}
.header > .inner .logo .elevit,
.header > .inner .logo .menevit
{
    display: inline-block;

    margin-right: 10px;
}
.header > .inner .logo .elevit img,
.header > .inner .logo .menevit img
{
    width: auto;
    height: 48px;
}
.header > .inner .contact
{
    position: relative;

    /* width: 200px;
    padding-right: 40px; */
    padding-right: 55px;
    position: absolute;
    right: 0;
    top: 18px;
}
.header > .inner .contact .tel
{
    font-family: 'Noto Sans', sans-serif;
    font-size: 22px;
    line-height: 1.1;

    position: static !important;

    display: block;

    width: auto;

    text-decoration: none;
    letter-spacing: -.02em;

    color: #333;
}
.header > .inner .contact .tel:hover
{
    text-decoration: none;
}
.header > .inner .contact .time
{
    font-size: 11px;
    font-weight: 500;
    line-height: 1.1;

    display: block;

    margin-left: 2px;
}
.header > .inner .contact .time span
{
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;

    margin-left: 8px;

    letter-spacing: 1.5px;
}
.header > .inner .contact .bayer
{
    position: absolute;
    top: 50%;
    right: 0;

    width: 38px;
    margin-top: -19px;
}
@media screen and (max-width: 768px)
{
    .header
    {
        border-bottom: 0;
    }
    .header > .inner
    {
        width: 100%;
        padding: 0 10px;
    }
    .header > .inner .logo {
        top: 0;
        left: 15px;;
    }
    .header > .inner .logo .elevit,
    .header > .inner .logo .menevit
    {
        display: block;
        margin-right: 0;
    }
    .header > .inner .logo .elevit img,
    .header > .inner .logo .menevit img
    {
        height: 33px;
    }
    .header > .inner .contact {
        right: 15px;
    }
}

.footer-contact
{
    background: #e9f7fc;
}
.footer-contact .inner
{
    width: 1000px;
    margin: 0 auto;
    padding: 56px 0 30px 0;
}
.footer-contact .inner:before,
.footer-contact .inner:after
{
    display: table;

    content: '';
}
.footer-contact .inner:after
{
    clear: both;
}
.footer-contact .inner .ttl
{
    font-size: 26px;
    font-weight: bold;

    margin: 0 0 22px;

    text-align: center;
}
.footer-contact .inner .cont1
{
    font-size: 20px;

    float: left;

    width: 50%;
    padding: 0 20px 0 185px;
}
.footer-contact .inner .cont1 a:hover img
{
    opacity: 1;
}
.footer-contact .inner .cont1 p img
{
    display: block;
}
.footer-contact .inner .cont2
{
    line-height: 1.75;

    float: right;

    width: 50%;
    padding: 16px 185px 0 20px;
}
@media screen and (max-width: 768px)
{
    .footer-contact .inner
    {
        width: auto;
        padding: 50px 15px;
    }
    .footer-contact .inner .cont1
    {
        font-size: 3vw;

        padding: 0 10px;

        text-align: center;
    }
    .footer-contact .inner .cont1 p
    {
        display: inline-block;
    }
    .footer-contact .inner .cont1 p img
    {
        width: 100%;
        max-width: 278px;
    }
    .footer-contact .inner .cont2
    {
        font-size: 2.5vw;

        padding: 0 10px;

        text-align: center;
    }
    .footer-contact .inner .cont2 p
    {
        display: inline-block;
    }
}

.footer
{
    padding: 20px 0;
}
.footer .copyright
{
    font-size: 10px;

    margin: 0;

    text-align: center;
}
.footer .copyright span
{
    position: relative;

    display: inline-block;
}
.footer .copyright span:before
{
    position: absolute;
    top: 50%;
    left: -45px;

    display: block;

    width: 33px;
    height: 33px;

    content: '';
    transform: translate(0, -50%);

    background: url(../img/bayer.png) 50% no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px)
{
    .footer .copyright
    {
        padding: 0 15px;
    }
    .footer .copyright span
    {
        display: block;

        padding: 0 0 0 43px;
    }
    .footer .copyright span:before
    {
        left: 0;
    }
}

.main > .inner
{
    padding-bottom: 100px;
}
@media screen and (max-width: 768px)
{
    .main > .inner
    {
        padding-bottom: 50px;
    }
}
.main > .inner > .section
{
    position: relative;
}
.main > .inner > .section p
{
    margin-top: 1em;
}
.main > .inner > .section p:first-of-type
{
    margin-top: 0;
}
.main > .inner > .section > .inner
{
    position: relative;

    width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 768px)
{
    .main > .inner > .section > .inner
    {
        width: auto;
        padding: 0 20px;
    }
}
.main > .inner .intro
{
    margin-bottom: 100px;
}
.main > .inner .intro > .inner
{
    width: 900px;

    text-align: center;
}
.main > .inner .intro > .inner > .title
{
    font-size: 34px;
    font-weight: bold;

    display: flex;
    flex-direction: column;

    margin-bottom: 1em;

    color: #0a487d;

    align-items: center;
}
.main > .inner .intro > .inner > .title:before
{
    display: block;

    width: 70px;
    height: 70px;
    margin-bottom: 10px;

    content: '';

    background: url(../img/products-icon.png) no-repeat;
    background-size: contain;
}
.main > .inner .intro > .inner .content
{
    font-size: 16px;
    line-height: 2;
}
.main > .inner .intro > .inner .img
{
    margin-top: 20px;
}
.main > .inner .intro > .inner .img img
{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px)
{
    .main > .inner .intro
    {
        margin-bottom: 50px;
    }
    .main > .inner .intro > .inner
    {
        width: auto;
    }
    .main > .inner .intro > .inner > .title
    {
        font-size: 22px;
    }
    .main > .inner .intro > .inner > .title:before
    {
        width: 40px;
        height: 40px;
    }
    .main > .inner .intro > .inner .content
    {
        font-size: 14px;
    }
    .main > .inner .intro > .inner .img
    {
        margin-right: -20px;
        margin-left: -20px;
    }
}
.main > .inner .set-item
{
    margin-bottom: 100px;
}
.main > .inner .set-item > .inner p
{
    margin: 0;
}
.main > .inner .set-item > .inner img
{
    display: block;

    width: 100%;
}
.main > .inner .set-item > .inner > .title
{
    font-size: 30px;
    font-weight: bold;

    display: flex;
    flex-direction: column;

    margin: 0 0 -30px;

    color: #0a487d;

    align-items: center;
}
.main > .inner .set-item > .inner > .title:before
{
    display: block;

    width: 70px;
    height: 70px;
    margin-bottom: 20px;

    content: '';

    background: url(../img/products-icon.png) no-repeat;
    background-size: contain;
}
.main > .inner .set-item > .inner > .title:after
{
    z-index: 1;

    display: block;

    width: 900px;
    height: 39px;
    margin: 5px 0 0;

    content: '';

    background: url(../img/section-deco.png) no-repeat;
    background-size: contain;
}
.main > .inner .set-item > .inner .contents
{
    padding: 10px;

    background: #f1f9ff;
}
.main > .inner .set-item > .inner .contents .content
{
    position: relative;

    margin-bottom: 10px;
    padding: 30px;

    background: #fff;
}
.main > .inner .set-item > .inner .contents .content:last-of-type
{
    margin-bottom: 0;
}
.main > .inner .set-item > .inner .contents .content .to-details a
{
    font-size: 18px;

    display: flex;

    text-decoration: none;

    color: #0a487d;

    justify-content: flex-end;
    align-items: center;
}
.main > .inner .set-item > .inner .contents .content .to-details a:before
{
    display: block;

    width: 7px;
    height: 12px;
    margin-right: .5em;

    content: '';

    background: url(../img/common-cursor-blue.png) no-repeat;
    background-size: contain;
}
.main > .inner .set-item > .inner .contents .content[class*='product']
{
    padding-top: 50px;
}
.main > .inner .set-item > .inner .contents .content[class*='product'] .lead
{
    max-width: 800px;
    margin: 0 auto 20px;
}
.main > .inner .set-item > .inner .contents .content[class*='product'] .product
{
    display: flex;

    margin-bottom: 40px;
}
.main > .inner .set-item > .inner .contents .content[class*='product'] .product img
{
    flex: 1;
}
.main > .inner .set-item > .inner .contents .content[class*='product'] .buy
{
    margin-bottom: 1em;

    text-align: center;
}
.main > .inner .set-item > .inner .contents .content[class*='product'] .buy .to-cart
{
    max-width: 425px;
    padding: 0;

    cursor: pointer;
    text-decoration: none;

    border: 0;
    background: transparent;
}
.main > .inner .set-item > .inner .contents .content[class*='product'] .buy .to-cart:hover
{
    opacity: .8;
}
.main > .inner .set-item > .inner .contents .content[class*='elevit-user']
{
    font-size: 18px;

    text-align: center;
}
.main > .inner .set-item > .inner .contents .content[class*='elevit-user'] > .title
{
    font-size: 26px;
    font-weight: bold;

    margin-bottom: 10px;
}
.main > .inner .set-item > .inner .contents .content[class*='elevit-user'] p
{
    line-height: 2;
}
.main > .inner .set-item > .inner .contents .content[class*='elevit-user'] .buy
{
    margin: 10px 0;

    text-align: center;
}
.main > .inner .set-item > .inner .contents .content[class*='elevit-user'] .buy .to-cart
{
    max-width: 325px;
    padding: 0;

    cursor: pointer;
    text-decoration: none;

    border: 0;
    background: transparent;
}
.main > .inner .set-item > .inner .contents .content[class*='elevit-user'] .buy .to-cart:hover
{
    opacity: .8;
}
.main > .inner .set-item > .inner .contents .content[class*='elevit-user'] .to-details a
{
    justify-content: center;
}
@media screen and (max-width: 768px)
{
    .main > .inner .set-item
    {
        margin-bottom: 50px;
    }
    .main > .inner .set-item > .inner > .title
    {
        font-size: 22px;

        margin-bottom: -40px;
    }
    .main > .inner .set-item > .inner > .title:before
    {
        width: 40px;
        height: 40px;
    }
    .main > .inner .set-item > .inner > .title:after
    {
        width: 90%;
        min-width: 342px;
        height: 50px;

        background-image: url(../img/section-deco-sp.png);
    }
    .main > .inner .set-item > .inner .contents
    {
        padding: 8px;
    }
    .main > .inner .set-item > .inner .contents .content
    {
        padding: 16px;
    }
    .main > .inner .set-item > .inner .contents .content .to-details a
    {
        font-size: 14px;

        margin-bottom: .5em;
    }
    .main > .inner .set-item > .inner .contents .content[class*='product']
    {
        padding-top: 24px;
    }
    .main > .inner .set-item > .inner .contents .content[class*='product'] .lead
    {
        max-width: 500px;
        margin-bottom: 10px;
    }
    .main > .inner .set-item > .inner .contents .content[class*='product'] .product
    {
        margin: 0 -8px 20px;
    }
    .main > .inner .set-item > .inner .contents .content[class*='elevit-user']
    {
        font-size: 14px;
    }
    .main > .inner .set-item > .inner .contents .content[class*='elevit-user'] > .title
    {
        font-size: 18px;
    }
    .main > .inner .set-item > .inner .contents .content[class*='elevit-user'] p
    {
        line-height: 1.6;
    }
}
.main > .inner .single-item
{
    margin-top: 60px;
    margin-bottom: 90px;
}
.main > .inner .single-item > .inner p
{
    margin: 0;
}
.main > .inner .single-item > .inner img
{
    display: block;

    width: 100%;
}
.main > .inner .single-item > .inner > .title
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;

    display: flex;
    flex-direction: column;

    margin: 0 0 -30px;

    color: #0a487d;

    align-items: center;
}
.main > .inner .single-item > .inner > .title > span
{
    font-size: 20px;
}
.main > .inner .single-item > .inner > .title:before
{
    display: block;

    width: 70px;
    height: 70px;
    margin-bottom: 5px;

    content: '';

    background: url(../img/products-icon.png) no-repeat;
    background-size: contain;
}
.main > .inner .single-item > .inner > .title:after
{
    z-index: 1;

    display: block;

    width: 900px;
    height: 39px;
    margin: 5px 0 0;

    content: '';

    background: url(../img/section-deco.png) no-repeat;
    background-size: contain;
}
.main > .inner .single-item > .inner .contents
{
    padding: 10px;

    background: #f1f9ff;
}
.main > .inner .single-item > .inner .contents .content
{
    position: relative;

    margin-bottom: 10px;
    padding: 50px 30px 30px;

    background: #fff;
}
.main > .inner .single-item > .inner .contents .content:last-of-type
{
    margin-bottom: 0;
}
.main > .inner .single-item > .inner .contents .content .buy
{
    display: flex;

    margin-top: -130px;
    margin-bottom: 1em;

    justify-content: flex-end;
    align-items: flex-end;
}
.main > .inner .single-item > .inner .contents .content .buy .set-num
{
    margin-right: 22px;
}
@media screen and (max-width: 768px)
{
    .main > .inner .single-item > .inner .contents .content .buy .set-num
    {
        margin-right: 10px;
    }
}
.main > .inner .single-item > .inner .contents .content .buy .set-num input[type='number']
{
    width: 3em;
}
.main > .inner .single-item > .inner .contents .content .buy .to-cart
{
    width: 300px;
    padding: 0;

    cursor: pointer;
    text-decoration: none;

    border: 0;
    background: transparent;
}
.main > .inner .single-item > .inner .contents .content .buy .to-cart:hover
{
    opacity: .8;
}
.main > .inner .single-item > .inner .contents .content .to-details a
{
    font-size: 18px;

    display: flex;

    text-decoration: none;

    color: #0a487d;

    justify-content: flex-end;
    align-items: center;
}
.main > .inner .single-item > .inner .contents .content .to-details a:before
{
    display: block;

    width: 7px;
    height: 12px;
    margin-right: .5em;

    content: '';

    background: url(../img/common-cursor-blue.png) no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px)
{
    .main > .inner .single-item
    {
        margin-bottom: 50px;
    }
    .main > .inner .single-item > .inner > .title
    {
        font-size: 22px;

        margin-bottom: -40px;
    }
    .main > .inner .single-item > .inner > .title:before
    {
        width: 40px;
        height: 40px;
    }
    .main > .inner .single-item > .inner > .title:after
    {
        width: 90%;
        min-width: 342px;
        height: 50px;

        background-image: url(../img/section-deco-sp.png);
    }
    .main > .inner .single-item > .inner > .title > span
    {
        font-size: 15px;
    }
    .main > .inner .single-item > .inner .contents
    {
        padding: 8px;
    }
    .main > .inner .single-item > .inner .contents .content
    {
        padding: 16px;
    }
    .main > .inner .single-item > .inner .contents .content .buy
    {
        margin-top: 15px;
    }
    .main > .inner .single-item > .inner .contents .content .buy .to-cart
    {
        width: auto;

        flex: 1;
    }
    .main > .inner .single-item > .inner .contents .content .to-details a
    {
        font-size: 14px;

        margin-bottom: .5em;
    }
}
.main > .inner .prod-banner > .inner .title
{
    font-size: 20px;
    font-weight: bold;

    margin: .8em 0 .6em;
    padding-left: 15px;

    border-left: 6px solid #10384f;

    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}
.main > .inner .prod-banner > .inner .items
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.main > .inner .prod-banner > .inner .items .item
{
    margin: 0 30px 0 0;
    padding: 0;

    flex: 1;
}
.main > .inner .prod-banner > .inner .items .item img
{
    width: 100%;
    height: auto;
}
.main > .inner .prod-banner > .inner .items .item:last-of-type
{
    margin-right: 0;
}
@media screen and (max-width: 768px)
{
    .main > .inner .prod-banner > .inner > .title
    {
        font-size: 17px;

        padding-left: 8px;

        border-left-width: 4px;
    }
    .main > .inner .prod-banner > .inner .items .item
    {
        width: 100%;
        margin: 0 0 15px;

        flex: none;
    }
}



/* ============================================================================================== */
/* ã‚¯ã‚ªã‚«ãƒ¼ãƒ‰ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³
/* ============================================================================================== */
.quocard-campaign {
    width: 100%;
    height: auto;
    max-width: 980px;
    padding: 0;
    margin: 0 auto;
}

.february-detail {
    padding: 0;
    margin: 0 auto 60px;
    background: #f9f9f9;
}

.detail-text {
    width: 90%;
    height: auto;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
    display: table;
}

.detail-text li {
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.detail-text li:first-child {
    padding: 0 50px 0 0;
}

.detail-text li img {
    margin: 0;
}

.detail-text h2 {
    color: #040c60;
    font-weight: bold;
    font-size: 32px;
    padding: 0 0 5px;
}

.lp-title-boder {
    border-bottom: solid 5px rgb(174 214 239);
    display: inline-block;
    line-height: 0.9em;
}

.subject-text {
    font-size: 20px;
    color: #040c60;
    padding: 0 0 20px;
    font-weight: bold;
    margin: 0;
}

.present-text {
    font-size: 18px;
    color: #040c60;
    font-weight: bold;
    margin: 0;
}

.february-point {
    width: 90%;
    height: auto;
    max-width: 900px;
    margin: 0 auto 20px;
    padding: 30px 0 0;
    background: #fff;
    border: solid 3px #e160b1;
    border-radius: 10px;
}

.subject-box {
    width: 100%;
    height: auto;
    max-width: 840px;
    padding: 0 0 30px;
    margin: 0 auto;
}

.subject-box span {
    width: 210px;
    height: auto;
    border-radius: 10px;
    background: #e160b1;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    padding: 10px 0;
}

.subject-box p {
    display: inline-block;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.subject-attention {
    width: 90%;
    height: auto;
    max-width: 980px;
    padding: 0 0 40px;
    margin: 0 auto;
    color: #7f7f7f;
    font-size: 14px;
}

h2.title {
    color: #0d2d6c;
    font-weight: bold;
    font-size: 34px;
    padding: 0 0 30px;
    text-align: center;
}

h2.title:before {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    content: '';
    background: url("../img/products-icon.png") no-repeat;
    background-size: contain;
}

h2.title span {
    font-weight: normal;
    font-size: 24px;
    display: block;
}


h3.title02 {
    color: #0d2d6c;
    font-weight: bold;
    font-size: 34px;
    padding: 0 0 30px;
    text-align: center;
}




/*************************

ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³å¯¾è±¡å•†å“ã¯ã“ã¡ã‚‰!
    
**************************/
.another-area {
    width:  900px;
    height: auto;
    padding: 60px 0 40px;
    margin: 0 auto;
}

.couple-merchandise {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}

.another-title {
    font-size: 34px;
    color: #4c4c4c;
    font-weight: bold;
    text-align: center;
    padding: 0 0 50px;
}

.another-area ul {
    width: 900px;
    display: table;
    padding: 0;
}

.another-area li {
    position: relative;
    display: table-cell;
}

.another-area li:first-child {
    padding: 0 30px 0 0;
}

.another-area li div {
    position: absolute;
    bottom: 2.7vw;
    left: 3.1vw;
    display: block;
}

.buy {
    margin: 0.5vw 0 0;
    text-align: center;
}

.buy .to-cart {
    max-width: 425px;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    border: 0;
    background: transparent;
}

.elemene-product-left {
    width: 435px;
    height: auto;
    display: inline-block;
    padding: 0 0 30px;
    border: solid 1px #de8bbb;
    position: relative;
    vertical-align: top;
    background: linear-gradient(120deg, #fcf3f8 0%, #fcf3f8 50%, #eff7fc 50%, #eff7fc 100%);
    margin: 0 24px 0 0;
}

.elemene-product-left img {
    margin: 0 auto 20px;
    width: 388px;
    height: auto;
    display: block;
}

.single-product-title {
    background: #de8bbb;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 10px 80px;
    margin: 0 0 40px;
    color: #fff;
}

.icon-delivery {
    position: absolute;
    top: -2vw;
    left: 2vw;
    margin-top: 0!important;
}

.icon-delivery img {
    width: 110px!important;
    height: auto!important;
}

.eledha-product-right {
    width: 435px;
    height: auto;
    display: inline-block;
    padding: 0 0 30px;
    border: solid 1px #de8bbb;
    position: relative;
    vertical-align: top;
    background: linear-gradient(120deg, #fcf3f8 0%, #fcf3f8 50%, #eff7fc 50%, #eff7fc 100%);
}

.eledha-product-right img {
    margin: 0 auto 20px;
    width: 388px;
    height: auto;
    display: block;
}




/*************************

ã‚¨ãƒ¬ãƒ“ãƒƒãƒˆã®ãƒã‚¤ãƒ³ãƒˆ
    
**************************/
.addition-box {
    width: 100%;
    max-width: 980px;
    height: auto;
    padding: 40px;
    margin: 0 auto 60px;
    background: #fcf3f8;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.addition-box h2 {
    color: #0d2d6c;
    font-weight: bold;
    font-size: 36px;
    padding: 0 0 55px;
    text-align: center;
}

.point1-area {
    display: inline-block;
    background: #fff;
    width: 435px;
    height: 294px;
    border-radius: 5px;
    margin: 0 25px 50px 0;
    vertical-align: top;
    filter: drop-shadow(5px 5px 3px rgba(222,139,187,0.25));
}

.point3-area {
    display: inline-block;
    background: #fff;
    width: 435px;
    height: 248px;
    border-radius: 5px;
    margin: 0 25px 0 0;
    vertical-align: top;
    filter: drop-shadow(5px 5px 3px rgba(222,139,187,0.25));
}

.point2-area, .point4-area {
    margin: 0 ;
}

.elevit_point_box {
    position: relative;
    width: 220px;
    height: 45px;
    background: #DE8BBB;
    padding: 7px 0 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin: -20px auto 0;
}

.elevit_point_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(222, 139, 187, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#DE8BBB;
    top:100%;
    left:50%;
}

.heading-text {
    margin: 0 auto;
    display: table;
    padding: 34px 0 30px;
}

.heading-text ul {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0 auto;
}

.heading-text li {
    display: table-cell;
    font-size: 24px;
    font-weight: bold;
    color: #0d2d6c;
    line-height: 1.2em;
    vertical-align: middle;
}

.heading-text li:last-child {
    padding: 0 0 0 20px;
}

p.point-text {
    font-size: 16px;
    line-height: 1.4em;
    color: #4c4c4c;
    margin: 0 30px;
}

.point-text02 {
    font-size: 12px;
}

.point-text03 {
    color: #7f7f7f;
    font-size: 11px;
    display: block;
    letter-spacing: 0.05em;
    line-height: 1.3em;
    margin: 5px 0 0;
}

.heading-text img {
    padding: 0;
    display: block;
    margin: 0 auto;
    width: 55px;
    height: auto;
}



/*************************

ãƒ¡ãƒãƒ“ãƒƒãƒˆã®ãƒã‚¤ãƒ³ãƒˆ
    
**************************/
.addition02-box {
    width: 100%;
    max-width: 980px;
    height: auto;
    padding: 40px;
    margin: 0 auto 90px;
    background: #eff7fc;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}


.addition02-box h2 {
    color: #0d2d6c;
    font-weight: bold;
    font-size: 36px;
    padding: 0 0 55px;
    text-align: center;
}

.menevit-point1-area {
    display: inline-block;
    background: rgb(255 255 255);
    width: 435px;
    height: 300px;
    border-radius: 5px;
    margin: 0 25px 50px 0;
    vertical-align: top;
    filter: drop-shadow(5px 5px 3px rgba(94,174,224,0.25));
}

.menevit-point_box {
    position: relative;
    width: 220px;
    height: 45px;
    background: #5eaee0;
    padding: 7px 0 0;
    text-align: center;
    color: rgb(255 255 255);
    font-size: 20px;
    font-weight: bold;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin: -20px auto 0;
}

.menevit-point_box:after {
    border: solid rgb(0 0 0 / 0%);
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgb(222 139 187 / 0%);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    border-top-color: #5eaee0;
    top: 100%;
    left: 50%;
}
.menevit-point2-area {
    margin: 0;
}

.nutrition-left {
    display: inline-block;
    width: 270px;
    height: auto;
    padding: 0;
    margin: 0 30px 0 0;
    vertical-align: middle;
}

.nutrition-right {
    display: inline-block;
    width: 580px;
    height: auto;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.nutrition-right p {
    font-size: 16px;
    margin-top: 0;
}

.nutrition-right p span {
    font-size: 24px;
    display: block;
    font-weight: bold;
    padding: 0 0 20px;
}



/*************************

ä¸å¦Šæ²»ç™‚ï¼†ãµãŸã‚Šã§å¦Šæ´»
    
**************************/
.section-02 {
    padding: 0;
    margin: 0 auto;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.section-02 ul {
    width: 980px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    display: table;
}

.section-02 li {
    width: 470px;
    height: auto;
    display: table-cell;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.section-02 li img {
    margin: 0 40px 0 0;
}

.section-02 p {
    margin-top: 0;
}

.hospital-name {
    font-size: 20px;
    padding: 0 0 20px;
}

.doctor-name {
    text-align: right;
    font-weight: bold;
    font-size: 38px;
    padding: 0 0 30px;
}

.profile-text {
    font-size: 16px;
    letter-spacing: 0.04em;
}


/*************************

ã‚‚ã£ã¨è¦‹ã‚‹ãƒœã‚¿ãƒ³    
    
**************************/
a.open-btn {
    background: #de8bbb;
    text-align: center;
    display: block;
    color: #fff;
    width: 90%;
    height: auto;
    max-width: 540px;
    margin: 0 auto;
    padding: 22px 0;
    font-size: 24px;
    font-weight: bold;
    border-radius: 40px;
    position: relative;
}

a.open-btn:hover {
    text-decoration: none;
}

.btn-arrow::after {
    content: '';
    width: 13px;
    height: 13px;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 42%;
    right: 30px;
    margin-top: 0;
}

.doctor-point {
    font-weight: bold;
    font-size: 21px;
    color: #de8bbb;
}

.doctor-comment {
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 0 0 50px;
}

.doctor-img {
    padding: 0 0 40px;
}

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

2æœˆelevitã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³  
    
**************************/
    .february_campaign img {
        width: 100%;
        padding: 0 0 5vw;
    }

    .detail-text li {
        display: block;
    }

    .detail-text li:first-child {
        padding: 0;
    }

    .detail-text h2 {
        font-size: 6vw;
        text-align: center;
    }
    
    .subject-text {
        font-size: 4.6vw;
        text-align: center;
        font-weight: bold;
        margin: 0;
    }
    
    .present-text {
        font-size: 5.5vw;
        text-align: center;
        font-weight: bold;
        margin: 0;
    }
    
    .february-point {
        background: none;
        border: none;
        padding: 0;
    }
    
    .detail-text {
        padding: 10vw 0 5vw;
    }
    
    .subject-box {
        background: #fff;
        border: solid 5px #e160b1;
        border-radius: 10px;
        padding: 0;
        margin: 5vw 0 0;
    }
    
    .subject-box span {
        width: 100%;
        display: block;
        margin: 0;
        border-radius: 0;
    }
    
    .subject-box p {
        display: block;
        text-align: center;
        font-size: 4.6vw;
        padding: 5vw 0;
        margin: 0;
    }
    
    .campaign-text {
        padding: 0 0 10vw;
        font-size: 4.6vw;
    }
    
    .section-01 {
        width: 90%;
        height: auto;
        padding: 0;
        margin: 0 auto 5vw;
    }
    
    .section-02 ul, .section-02 li {
        display: block;
    }
    
    .section-02 ul {
        width: 90%;
    }
    
    .section-02 li {
        width: 100%;
    }
    
    .hospital-name {
        font-size: 5.2vw;
        padding: 0 0 2vw;
    }
    
    .doctor-name {
        font-size: 10vw;
        padding: 0 0 3vw;
    }
    
    .doctor-name span {
        font-size: 6vw;
        display: inline-block;
        font-weight: normal;
        padding: 0 5vw 0 0;
    }   
    
    .profile-text, .doctor-comment {
        font-size: 4.6vw;
    }
    
    .section-02, .doctor-comment {
        padding: 0 0 10vw;
    }
    
    h2.title, h3.title02 {
        font-size: 6.5vw;
    }
    
    h2.title span, .doctor-point {
        font-size: 4.5vw;
    }
    
    ul.title-list {
        width: 90%;
        height: auto;
        padding: 0;
        margin: 0 auto;
    }
    
    .doctor-title {
        padding: 0;
    }
    
    .doctor-img {
        padding: 0;
    }
    
    .subject-attention {
        margin: 0 auto;
        padding: 0 0 5vw;
    }
    
    
/*************************

ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³å¯¾è±¡å•†å“ã¯ã“ã¡ã‚‰!
    
**************************/
    .couple-merchandise {
        font-size: 4.5vw;
        padding: 0 0 6.5vw;
    }
    
    .elevit-product-right {
        width: 100%;
        margin: 0 0 5vw;
    }   
    
    .elevit-regular-cart > div:first-child {
        font-size: 1em;
    }
    
    .annotation-text {
        margin: 0 0 2vh;
        font-size: 1em;
        font-feature-settings: "palt";
    }
    
    .regular-cart-about {
        text-align: center;
    }
    
    .elevit-lp-title {
        font-size: 3em;
        margin: 0 0 4vh
    }
    
    .february-detail {
        margin: 0 auto 10vw;
    }
    
    .another-area {
        padding: 0;
        margin: 0 auto;
        width: 90%;
    }
    
    .another-title {
        font-size: 6.5vw;
        padding: 0 0 3vw;
    }
    
    .another-area ul {
        width: 100%;
        display: block;
    }
    
    .another-area li:first-child {
        padding: 0;
        margin: 0 0 6vw;
    }
    
    .another-area li {
        display: block;
        width: 100%;
    }
    
    .another-area li img {
        width: 100%;
    }
    
    .another-area li div {
        bottom: 7vw;
        left: 4.5vw;
    }
    
    .another-area li div {
        width: 90%;
        display: block;
    }

    .accordionbox-cart-arae label {
        font-size: 1.2em;
    }
    
    .item-benefits {
        display: block;
        font-size: 0.9em;
        margin: 0 0 0 10vw;
    }
    
    .elevit-accordion1-box img {
        display: block;
        margin: 0;
    }
    
    .btn-check-box, .btn-check-box02 {
        padding: 3%;
    }
    
    .sp-accordion1-box {
        margin:0 0 3vh;
    }
    
    .sp-accordion1-text img {
        display: inline-block;
        margin: 0 1vw 0 0;
    }
    
    .sp-accordion1-text span, .sp-accordion2-text span {
        color: #e061af;
    }
    
    p.sp-accordion1-text {
        width: 100%;
        padding: 0;
        margin: 0 0 2vh;
    }
    
    .elevit-multiple-cart.elevit-accordion1-cart {
        width: 100%;
    }
    
    .elevit-multiple-cart.elevit-accordion1-cart ul {
        display: flex;
        align-items: center;
        flex-wrap:wrap;
        justify-content: space-between;
        padding: 0;
    }
    
    .elevit-multiple-cart.elevit-accordion1-cart li:first-child {
        margin:0;
        flex-basis: 50%;
        font-size: 2em;
    }
    
    .elevit-multiple-cart.elevit-accordion1-cart li:last-child {
        margin: 0;
        flex-basis: 50%;
    }
    
    span.elevit-multiple-number.elevit-accordion1-number {
        /*font-size: 0.5em;*/
        margin: 10px 0 0;
    }
    
    button.btn.btn02.multiple-btn-color {
        width: 100%;
        /*font-size: 1.2em;*/
        margin: 0!important;
        padding: 3vw;
    }
    
    .sp-accordion1-price-text01 {
        width: 40vw;
        margin: 0;
        display: inline-block;
        font-weight: normal;
        font-size: 0.7em;
        position: relative;
    }
    
    .sp-accordion1-price-text01 span {
        font-weight: bold;
        font-size: 2em;
    }
    
    .sp-accordion1-price-text01::after {
        border: 10px solid transparent;
        border-left: 10px solid #de8bbb;
        position: absolute;
        top:35%;
        right: -15%;
        content: "";
    }
    
    .sp-accordion1-price-text02 {
        width: 35vw;
        margin: 0!important;
        display: inline-block;
        font-weight: normal;
        font-size: 0.7em;
        color: #002b6a;
        text-align: right;
    }
    
    .sp-accordion1-price-text02 span {
        font-size: 2.2em;
        font-weight: bold;
    }

    
    .elevit-single-cart.elevit-accordion1-cart, input.single_btn.btn_do {
        width: 100%;
    }
    
    .sp-accordion2-box {
        display: flex!important;
        align-items: center;
        justify-content: flex-start;
    }
    
    .sp-accordion2-text {
        width: 100%;
        padding: 0;
        margin: 0 0 0 5px;
        font-size: 2em;
        line-height: 1.2em;
    }
    
    p.sp-accordion1-price-text03 {
        font-weight: normal;
        font-size: 1em;
        display: inline-block;
        vertical-align: middle;
        text-align: left;   
        width: 30vw;
    }
    
    p.sp-accordion1-price-text04 {
        display: inline-block;
        text-align: right;
        font-weight: normal;
        font-size: 0.8em;
        margin: 0!important;
        vertical-align: middle; 
        width: 45vw;
    }
    
    p.sp-accordion1-price-text04 span {
        font-size: 2.5em;
        font-weight: bold;
    }
    
    .sp-accordion3-box {
        margin: 4vh 0;
    }
    
    .multiple-product-left {
        width: 100%;
        margin: 5vw 0;
    }
    
    .elemene-product-left, .eledha-product-right {
        width: 100%;
        margin: 0 0 10vw;
        padding: 0 0 5vw;
    }
    
    button.to-cart img {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    
    .multiple-product-title, .single-product-title {
        font-size: 6vw;
        padding: 2vw 0 2vw 15vw;
    }
    
    .icon-delivery {
        position: absolute;
        top: -3vw;
        left: 2vw;
        margin-top: 0!important;
    }
    
    .elevit-multiple-cart .btn {
        width: 100%;
    }
    
    .elevit-multiple-cart {
        margin: 0;
        padding: 0;
    }
    
    .elevit-multiple-cart ul {
        flex-wrap: wrap;
        justify-content: space-between;
        display: flex;
        padding: 0 3vw;
    }
    
    .elevit-multiple-cart li:nth-child(1), .elevit-multiple-cart li:nth-child(2) {
        padding: 0 0 2vh;
    }
    
    .elevit-multiple-cart li:nth-child(1) {
        flex-basis: 70%;
    }
    
    .elevit-multiple-cart li:nth-child(2) {
        text-align: right;
        flex-basis: 30%;
        font-size: 1.5em;
    }
    
    .elevit-multiple-cart li:nth-child(3) {
        flex-basis: 50%;
    }
    
    .elevit-multiple-cart li:nth-child(3) img {
        width: 90%;
        margin: 0;
    }
    
    .elevit-multiple-cart li:nth-child(4) {
        flex-basis: 50%;
        vertical-align: middle;
        padding: 0;
        margin: 0;
    }
    
    button.btn.multiple-btn-color.multiple-btn-color02 {
        width: 100%;
        font-size: 1em!important;
        margin: 0;
    }
    
    .fv-elevit-multiple {
        margin: 2% 0 0;
        font-weight: bold;
        font-size: 2em;
    }
    
    .fv-elevit-multiple span, .fv-elevit-multiple02 span {
        color: #dd85b9;
    }
    
    .elevit-multiple-number02 {
        font-size: 1em;
        color: #dd85b9;
        display: inline-block;
        margin: 0 0 2%;
        font-weight: bold;
    }
    
    .elevit-multiple-cart02 {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        padding: 0;
    }
    
    .elevit-multiple-cart02 img {
        width: 90%;
        margin: 0 auto;
    }
    
    .hukidasi_sp {
        margin: 0 auto;
        padding: 0!important;
    }

    .icon-delivery img {
        width: 22vw!important;
        height: auto!important;
    }
    
    .elevit-single-cart02 {
        margin: 0;
        padding: 0 2.5% 0 0;
        display: inline-block;
        width: 49%;
        vertical-align: middle;     
    }
    
    .elevit-single-cart02 input.single_btn.btn_do {
        font-size: 1em;
    }
    
    .fv-elevit-multiple02 {
        padding: 0 3% 3%;
        font-weight: bold;
        font-size: 2em;
    }

    .elevit-lp-product-area {
        margin: 0 auto;
    }
    
    .accordionbox-cart-arae {
        margin: 0 0 4vh;
    }
    
    .elevit-multiple-cart .form-text {
        width: 40%;
        padding: 10px 5px;
        margin: 1.5vw 0 0;
    }
    
    .elevit-multiple-cart.elevit-accordion1-cart input.form-text {
        width: 20%;
        vertical-align: middle;
    }
    
    
    /*ã”è³¼å…¥ã¯ã“ã¡ã‚‰*/
    .footer_fix_btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 2vh 0;
        text-align: center;
        background: #fff;
        font-size: 16px;
        top: auto;
        height: auto;
        border: none;
    }

    .footer_fix_btn a {
        display:block;
        width:100%;
    }
    .footer_fix_btn a:hover {
        opacity:0.8;
    }   
    
    .lp-footer {
        margin: 0 auto;
    }
    
    .lp-title-point {
        font-size: 0.5em;
    }


/*************************

ã‚¨ãƒ¬ãƒ“ãƒƒãƒˆã®ãƒã‚¤ãƒ³ãƒˆ
    
**************************/
    .addition-box, .addition02-box {
        padding: 5vw;
        margin: 0 auto 10vw;
    }
    
    .addition-box h2, .addition02-box h2 {
        font-size: 6.5vw;
        padding: 0 0 10vw;
    }
    
    .point1-area, .point3-area, .menevit-point1-area {
        width: 100%;
        height: auto;
        padding: 0 0 6vw;
        margin: 0 auto 15vw;
    }
    
    .point4-area {
        margin: 0 auto;
    }
    
    .heading-text img {
        width: 80%;
        padding: 0;
        margin: 0;
    }
    
    .heading-text li:last-child {
        padding: 0;
        font-size: 5vw;
    }
    
    .heading-text {
        padding: 8vw 0 5vw;
    }
    
    p.point-text {
        font-size: 4.6vw;
        margin: 0 5vw;
    }
    
    .point-text03 {
         font-size: 3.5vw;
        margin: 3vw 0 0;
    }
    
    
    
/*************************

ãƒ¡ãƒãƒ“ãƒƒãƒˆã®ãƒã‚¤ãƒ³ãƒˆ
    
**************************/ 
  .addition02-box img {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 5vw;
  }

    .nutrition-left {
        width: 60%;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    
    .nutrition-right {
        width: 100%;
    }
    
    .nutrition-right p span {
        font-size: 6vw;
        padding: 0 0 3vw;
    }
  .heading-text img {
    width: 80%;
    padding: 0;
    margin: 0;
  }

/*************************

ä¸å¦Šæ²»ç™‚ï¼†ãµãŸã‚Šã§å¦Šæ´»
    
**************************/
  .section-02 img {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 5vw;
  }
}


/*************************

ã‚‚ã£ã¨è¦‹ã‚‹ãƒœã‚¿ãƒ³

**************************/
.box_conts_brand{
    margin: 0 auto;
    padding: 0;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}
@media screen and (max-device-width: 768px) {
    .box_conts_brand{
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
  .box_conts_brand img {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 0 5vw;
  }

}



/*è¦‹å‡ºã—*/
@media screen and (max-device-width: 768px) {
    .box_conts_brand h2{
        letter-spacing: 0;
    }

    .box_conts_brand h2 span{
        letter-spacing: 0;
    }
}



.box_conts_brand.conts_list{
    margin-bottom:0;
}


#box_search_brand > div{
    padding: 0;

}

input#search_brand{
    display: none;
}

#box_search_brand::after{   
    margin-bottom: 24px;
}

/*ã‚¨ãƒªã‚¢é–‹é–‰*/
#box_search_brand{
    position: relative;
}

#box_search_brand::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 80px;
    background-size: contain;
    z-index: 2;
}

input#search_brand:checked + #box_search_brand::before{
    display: none;
}

#box_search_brand > div > ul{
    width: 990px;
    max-height: 0;
    overflow: hidden;
    transition:0.2s ease-out;
}

input#search_brand:checked + #box_search_brand > div > ul{
    max-height: 3000px;
    transition:0.5s ease-out;
}

/*ãƒ©ãƒ™ãƒ«æŒ™å‹•*/
#box_search_brand + label{
    display: block;
    width: 540px;
    height: 70px;
    font-size: 0;
    color: #fff;
    text-align: center;
    background: #de8bbb;
    border-radius: 40px;
    margin: 0 auto;
    position: relative;
}

#box_search_brand + label span::before{
    content: "ã‚‚ã£ã¨è¦‹ã‚‹";
    display: inline-block;
    font-size: 20px;
    line-height: 70px;
    vertical-align: top;
}

input#search_brand:checked + div + label{
    margin: 0 auto;
}

input#search_brand:checked + div + label span::before{
    content: "é–‰ã˜ã‚‹";
}

#box_search_brand + label span::after{
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/lp/pregnancy-takes-two/img/opn_white.png") no-repeat center;
    background-size: contain;
    vertical-align: top;
    position: absolute;
    right: 10%;
    top: 33%;
}

input#search_brand:checked + div + label span::after{
    background: url("/lp/pregnancy-takes-two/img/cls_white.png") no-repeat center;
    background-size: contain;
}

#box_search_brand + label:hover{
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
 transition:0.2s ease-out;
}

/*ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ*/
#box_search_brand > div > ul{
    margin: 60px auto 0;
    font-size: 0;
    letter-spacing: 0;
}

#box_search_brand > div > ul > li{
    margin: 0;
}



@media screen and (max-device-width: 768px) {
    #box_search_brand::after{   
        margin-bottom: 0;
    }
    
    /*ã‚¨ãƒªã‚¢é–‹é–‰*/
    #box_search_brand::before{
        height: 20vw;
    }

    #box_search_brand > div > ul{
        width: 100%;
        max-height: 0;
    }
    
    input#search_brand:checked + #box_search_brand > div > ul{
        max-height: 3000vw;
    }
    
    /*ãƒ©ãƒ™ãƒ«æŒ™å‹•*/
    #box_search_brand + label{
        width: 82vw;
        height: 14vw;
    }
    
    #box_search_brand + label span::before{
        font-size: 4.5vw;
        line-height: 14vw;
    }
    
    #box_search_brand + label span::after{
        width: 4vw;
        height: 4vw;
        margin-left: 2vw;
    }

    /*ãƒ¬ã‚¤ã‚¢ã‚¦ãƒˆ*/
    #box_search_brand > div > ul{
        width: 90%;
        height: auto;
        margin: 0 auto;
    }
    
    input#search_brand:checked + #box_search_brand > div > ul{
        margin: 0 auto;
    }   


    #box_search_brand > div > ul > li{
        width: 100%;
        margin: 0 auto;

    }
    
    #box_search_brand > div > ul > li a{
        font-size: 3.1vw;
        padding: 3.8vw 1.8vw;
        background-position: 98% 93%;
        background-size: 1.7vw;
    }
    
    #box_search_brand > div > ul > li a span{
        font-size: 2.75vw;
    }
}


/* ã‚­ãƒ£ãƒ³ãƒšãƒ¼ãƒ³ */
body {
    font-family: "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic, "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Arial, sans-serif;
    font-size: 14px;
    font-feature-settings: "palt";
}

/* .main-visual {
    margin-bottom: 0!important;
} */

.campaign-area {
    width: 100%;
    max-width: 1400px;
    background: url(../img/campaign-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 40px 0 60px;
    margin: 0 auto 40px;
}

.campaign-area .inner {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

.ribbon {
    position: absolute;
    z-index: 1;
    top: 0;
}

.campaign-area .inner .contents {
    padding: 10px;
    background: #f1f9ff;
}

.campaign-area .inner .contents .content {
    position: relative;
    padding: 30px;
    background: #fff;

}

.campaign-area .inner .contents[class*='product'] {
    padding-top: 50px;
}

.campaign-area .inner .contents[class*='product'] .lead {
    max-width: 800px;
    margin: 0 auto 20px;
}

.campaign-area .inner img {
    display: block;
    width: 100%;
}

.campaign-area [class*='product'] .product {
    display: flex;
    margin-bottom: 40px;
    padding: 0!important;
}

.campaign-area [class*='product'] .product img {
    flex: 1;
}

.campaign-area .content[class*='product'] .buy {
    margin-bottom: 1em;
    text-align: center;
}

.campaign-area .inner p {
    margin: 0;
    padding: 60px 0 40px;
}

.campaign-area .inner .contents .content .to-details a {
    font-size: 18px;
    display: flex;
    text-decoration: none;
    color: #0a487d;
    justify-content: flex-end;
    align-items: center;
}

.campaign-area .inner .contents .content .to-details a:before {
    display: block;
    width: 7px;
    height: 12px;
    margin-right: 0.5em;
    content: '';
    background: url(../img/common-cursor-blue.png) no-repeat;
    background-size: contain;
}

.campaign-area .inner .contents .content[class*='elevit-user'] {
    font-size: 18px;
    text-align: center;
}

section.section.campaign {
    padding: 0 0 60px;
}

.buy p {
    font-size: 28px;
    font-weight: bold;
    color: #0d2d6c;
    padding: 0 0 10px!important;
}

.buy p span {
    border-bottom: solid 5px #aed6ef;
    line-height: 0.6em;
    display: inline-block;
}

p.to-details {
    padding: 0!important;
}

.shipping {
    padding: 60px 0 0;
}

.shipping-left {
    width: 100%;
    max-width: 435px;
    height: auto;
    display: inline-block;
    padding: 0 0 30px;
    border: solid 1px #de8bbb;
    position: relative;
    vertical-align: top;
    background: #fcf3f8;
    margin: 58px 0 0;
}

.shipping-left h4, .shipping-right h4 {
    margin: -50px 0 20px;
}

.shipping-left img, .shipping-right img {
    margin: 0 auto;
    width: 388px!important;
    height: auto;
    display: block;
}

.shipping-left h4 img, .shipping-right h4 img {
    width: 365px!important;
}

.shipping-right {
    width: 100%;
    max-width: 435px;
    height: auto;
    display: inline-block;
    padding: 0 0 30px;
    border: solid 1px #5eaef4;
    position: relative;
    vertical-align: top;
    background: #eff7fc;
    margin: 58px 0 0 100px;
}

.buy02 {
    margin: 2vw 0 0;
    text-align: center;
}

.campaign-overview {
    width: 100%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.campaign-overview img {
    margin: 0;
    width: 980px;
}

.overview-service {
    background: #f8e8f1;
    margin: 0;
    padding: 40px 40px 0;
}

.overview-service p {
    text-align: center;
    color: #4c4c4c;
    font-weight: bold;
    font-size: 28px;
}

.overview-service p span {
    font-size: 20px;
    display: block;
}

.campaign-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.campaign-box div {
    border-bottom: solid 3px #de8abb;
    border-left: solid 3px #de8abb;
    border-right: solid 3px #de8abb;

}

.campaign-box div {
    background: #fff;
    margin: 30px 0 0;
}

.campaign-box h4 {
    background: #de8abb;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}

.campaign-box p {
    font-size: 20px;
    padding: 30px 0;
    text-align: center;
    color: #4c4c4c;
    font-weight: bold;
}

.annotation {
    margin: 0 auto;
    color: #7f7f7f!important;
    font-size: 14px!important;
    font-weight: normal!important;
    text-align: left!important;
    margin-top: 0!important;
    padding: 10px 0 0;
}

.exclusive-box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 80px 0 0;
}

.exclusive-box h2 {
    color: #101a69;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 50px;
    font-feature-settings: "palt";
}

.exclusive-box h2 span {
    border-bottom: solid 5px #aed6ef;
    display: inline-block;
    line-height: 0.8em;
}

.exclusive-box ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 0 60px;
}

.exclusive-box li {
    flex-basis: 33.3333%;
}

.exclusive-box li img {
    margin: 0;
    width: 280px;
}





@media screen and (max-width: 768px) {
    .only-sp {
        display: block !important;
    }

    .campaign-area .inner {
        width: 94%;
    }

    .campaign-area .inner .contents .content {
        padding: 4vw;
    }

    .campaign-area .inner p {
        padding: 5vw 0;
    }

    .campaign-area .inner .contents .content .to-details a {
        font-size: 14px;
        margin-bottom: 0.5em;
    }

    .campaign-area [class*='product'] .product {
        margin-bottom: 10vw;
    }

    .campaign-area {
        margin: 0 auto;
        padding: 40px 0 0;
    }

    .shipping {
        padding: 10vw 0 0;
    }

    .shipping-left, .shipping-right {
        margin: 14vw auto;
        padding: 0 4vw 5vw;
    }

    .shipping-left h4 img, .shipping-right h4 img, .shipping-left img, .shipping-right img {
        width: 100%!important;
    }

    .campaign-overview img {
        width: 100%;
    }

    .overview-service {
        padding: 0 4vw;
    }

    .overview-service p {
        font-size: 4.8vw;
        padding: 10vw 0 0;
    }

    .overview-service p span {
        font-size: 4vw;
        margin: 3vw 0 0;
    }

    .campaign-box h4 {
        font-size: 6.5vw;
        padding: 2vw 0;
    }

    .campaign-box div:first-child p {
        text-align: left;
        padding: 5vw;
        font-size: 5vw;
    }

    .campaign-box div p {
        padding: 5vw
    }

    p.annotation {
        width: 100%!important;
        font-size: 3.5vw!important;
    }

    .exclusive-box {
        padding: 10vw 0;
    }

    .exclusive-box h2 {
        font-size: 8vw;
        margin: 0 auto;
    }

    .exclusive-box h2 span.only-sp {
        display: inline-block !important;
    }

    .service-point {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 5vw 0 0;
    }

    .service-point img {
        margin: 0;
        display: inline-block;
        width: 30vw;
    }

    .service-point p {
        width: 50vw;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        padding: 0 0 0 5vw;
        font-size: 5vw;
    }

    .service-point p span {
        color: #de8abb;
        display: inline-block;

        font-size: 6vw;
    }
}

#closeBtn{
    background: #999;
    cursor: default!important;
    width: 300px;
    height: 60px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    border-radius: 9px;
    text-align: center;
    padding-top: 10px;
}

@media (max-width: 768px){
    #closeBtn{
        width: 100%;
    }
}

/* 20230301ãƒ›ãƒ¯ã‚¤ãƒˆãƒ‡ãƒ¼CPå¯¾å¿œ */
@charset "UTF-8";
.img_wrap img{
    width: 100%;
    height: auto;
}
.main-visual{
    position: relative;
    margin-bottom: 0;
}

.vc_mv_ribon{
    position: absolute;
    right: 0;
    top: -8%;
    z-index: 2;
}



.v_campaign_intro{
    background: #f2d0e4;    
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
}


.v_campaign_inner{
    max-width: 980px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    padding: 30px;
    transform: translateY(-19vw);
    margin-bottom: -19vw;
}
.v_campaign_prd{
    padding-top: 30px;
}
.v_campaign_prd img{
    max-width: 907px;
}

.v_campaign_inner .buy{
    margin-top: 18px;
}
.v_campaign_attn{
    color: #0d2d6c;
    border: 1px solid #0d2d6c ;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 332px;
    border-radius: 30px;
    line-height: 1.38;
    padding:6px  0;
    margin: 20px auto 0;
    text-align: left;
}
.v_campaign_attn img{
    vertical-align: text-bottom;
    margin-right: 12px;
}
.v_campaign_attn p{
    margin-top: 0;
}
.v_campaign_attn strong{
    font-weight: bold;
}
.v_campaign_attn span{
    color: #de8bbb;
    font-weight: bold;
}

.regular-cart-about {
    text-align: center;
    margin: 10px 0;
}

.regular-cart-about .link {
    color: #001e68;
    font-weight: bold;
    text-decoration: none;
}

.regular-cart-about span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin-right: 5px;
    border: 1px solid #292929;
    border-radius: 50%;
}

.v_campaign_inner .to-details a
{
    font-size: 18px;
    display: flex;
    text-decoration: none;
    color: #0a487d;
    justify-content: flex-end;
    align-items: center;
}
.v_campaign_inner .to-details a:before
{
    display: block;
    width: 7px;
    height: 12px;
    margin-right: .5em;
    content: '';
    background: url(https://www.shop.bayer.jp/lp/pregnancy-takes-two/img/common-cursor-blue.png) no-repeat;
    background-size: contain;
}
.v_campaign_inner .to-cart:hover{
    opacity: 0.8;
}



.v_campaign_detail{
    background: #fff;
    padding-bottom: 32px;
}
.v_campaign_detail #v_campaign_tit{
    padding-top: 32px;
}
.v_campaign_detail #v_campaign_tit::after{
    content: none;
}
#vc_gift_f_txt{
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;
    margin-top: 8px;
}

.vc_giftee_area{
    background: #fcf3f8;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.vc_giftee_area h3{
    width: 85%;
    padding-top: 32px;
    margin: 0 auto 16px;
color: #0d2d6c;
font-weight: bold;
font-size: 24px;
line-height: 1.5;
}
.vc_giftee_area dl {
    max-width: 820px;
    margin: 32px auto 0;
    padding-bottom: 32px;
    font-weight: bold;
}
.vc_giftee_area dl dt{
    background: #de8abb;
    color: #fff;
    padding: 6px 0;
    font-size: 28px;
    letter-spacing: 0.05em;
    border-radius: 10px 10px 0 0;
}
.vc_giftee_area dl dd{
    background: #fff;
    padding: 20px;
    border: 3px solid #de8abb;
    border-top: none;
    font-size: 20px;
    border-radius: 0 0  10px 10px;
    color: #4c4c4c;
    margin-bottom: 32px;
}
.vc_giftee_area dl dd:last-of-type{
    margin-bottom: 0;
}
.vc_giftee_area dl dd a{
  color: #fff;
  text-decoration: none;
  /* text-underline-offset:0.2em; */
  background: #a4832a;
  border-radius: 24px;
  font-size: 20px;
  padding: 11px 68px;
  position: relative;
  display: inline-block;
  margin-top: 16px;
  box-shadow: 5px 8px 3px 0px rgba(71, 53, 5, 0.12);
}
.vc_giftee_area dl dd .vc_giftee_link a:after{
  content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/opn_white.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 10%;
    top: calc(50% - 10px);
    transform: rotate(-90deg);
  }
  .vc_giftee_area dl dd .vc_giftee_link a:hover{
    opacity: 0.8;
  }
.btn_vc_detail{
    display: none;
}
input#vc_more{
    display: none;
}
.prod-banner{
    margin-top: 50px;
}
@media screen and (max-width:768px) {
    .vc_mv_ribon{
        top: 0;
    }
    .v_campaign_inner {
        width: 89.9vw;
        padding: 4vw;
        transform: translateY(-26vw);
        margin-bottom: -26vw;
    }
    .v_campaign_intro::before{
        background-position-x: center;
    }
    .v_campaign_intro button.to-cart img{
        width: 100%;
    }
    .v_campaign_attn{
        font-size: 14px;
        width: 93%;
        /* max-width: 286px; */
        padding: 6px 20px;
        border-radius: 40px;
    }
    .v_campaign_attn span,.v_campaign_attn strong{
        font-size: 16px;
    }
    .v_campaign_attn img{
        width: 54px;
    }
    .main > .inner > .section > .inner.vc_cont_in{
        width: 89.9vw;
        padding: 0;
    }
    .v_campaign_inner .to-details a{
        font-size: 14px;
    }
    .v_campaign_inner .regular-cart-about{
        margin-bottom: 16px;
    }



    .v_campaign_detail{
        width: 89.9vw!important;
        padding: 4vw 4vw 8vw!important;
    }
    .v_campaign_detail #v_campaign_tit{
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .v_campaign_detail #v_campaign_tit::before{
        margin-bottom: 8px;
    }
    #vc_gift_f_txt{
        font-size: 16px;
        margin-bottom: 20px;
    }
    #vc_gift_f_txt .only-sp{
        height: 10px;
    }
    .vc_giftee_area h3{
        width: 90%;
        font-size: 18px;
    }
    .vc_giftee_area h3 + p{
        width: 88%;
        margin: 0 auto !important;
    }
    .vc_giftee_area dl{
        width: 90%;
    }
    .vc_giftee_area dl dt{
        font-size: 18px;
        padding: 6px 16px;
    }
    .vc_giftee_area dl dd{
        font-size: 16px;
        padding:  16px;
    }
    .vc_giftee_link{
        margin-top: 10px;
    }
    .vc_giftee_area dl dd .vc_giftee_link a{
      font-size: 14px;
      border-radius: 20px;
      padding: 11px 42px;
      margin-top:0;
    }
    .vc_giftee_area dl dd .vc_giftee_link a:after{
      width: 12px;
      height: 12px;
      top: calc(50% - 6px);
    }
    .btn_vc_detail{
        display: block;
        color: #fff;
        font-size: 18px;
        background: #de8bbb;
        border-radius: 25px;
        padding: 12px;
        text-align: center;
        position: relative;
    }
    .btn_vc_detail:after{
        content: "";
        display: inline-block;
        width: 4vw;
        height: 4vw;
        background: url(../img/opn_white.png) no-repeat center;
        background-size: contain;
        vertical-align: top;
        position: absolute;
        top: 50%;
        right: 10%;
        margin-left: 2vw;
        transform: translateY(-50%);
    }

    input#vc_more{
        display: none;
    }
    .vc_giftee_area{
        display: none;
        margin-top: 32px;
    }
    input#vc_more:checked  + .vc_giftee_area{
        display: block;
    }

}

/* ãƒ¢ãƒ¼ãƒ€ãƒ« */
.modal > input {
    display: none;
}
.modal > input {
    display: none;
  }
  
  .modal-dialog {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  
  .modal > :checked ~ .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(209, 209, 209, .5);
  }
  
  .modal-content {
    position: relative;
    background: #fff;
    width: 960px;
    max-height: 90vh;
    padding: 40px 200px;
    font-size: 14px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .modal-content .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 29px;
    height: 29px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2229px%22%20height%3D%2229px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(123%2C%20123%2C%20123)%22%20d%3D%22M-0.000%2C-0.000%20L29.000%2C-0.000%20L29.000%2C29.000%20L-0.000%2C29.000%20L-0.000%2C-0.000%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M10.800%2C9.496%20L19.503%2C18.199%20L18.198%2C19.505%20L9.494%2C10.801%20L10.800%2C9.496%20Z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(255%2C%20255%2C%20255)%22%20d%3D%22M18.188%2C9.501%20L19.491%2C10.804%20L10.805%2C19.490%20L9.502%2C18.188%20L18.188%2C9.501%20Z%22%2F%3E%3C%2Fsvg%3E') 0 0 no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  
  .modal-content .modal-header {
    margin-bottom: 30px;
  }
  
  .modal-content .modal-header h2 {
    font-size: 24px;
    margin: 0;
    font-weight: bold;
  }
  
  .modal-content .modal-body p + p {
    margin-top: 1em;
  }
  
  .modal-content .modal-body img {
    max-width: 100%;
  }
  .box {
    padding: 20px;
    margin: .5em 0;
  }
  .border {
    border: 1px solid #dadada;
  }
  
  .border-color1 {
    border-color: #93c9e6;
  }
  .mb-2{
    margin-bottom: 0.5rem !important
  }
  .list:first-child {
    margin-top: -.5em;
  }
  
  .list:last-child {
    margin-bottom: -.5em;
  }

.list > li {
    margin: .5em 0;
  }
  .list-dot > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  
  .list-dot > li:before {
    content: 'ãƒ»';
  }
  .list-ref > li {
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
  
  .list-ref > li:before {
    content: '\0203B';
    display: inline-block;
    width: 1.4em;
    text-indent: 0;
  }
  .h3 {
    font-size: 20px;
    border-left: 6px solid #10384f;
    padding-left: 15px;
    margin: .8em 0 .6em;
    font-weight: bold;
  }
  .layout-col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  
  .layout-col2 > * {
    width: 49%;
    margin-bottom: 10px;
  }
  
  .layout-col2 + .layout-col2 {
    margin-top: 10px;
  }
  
  .layout-col2-space-large {
    margin-bottom: -25px;
  }
  
  .layout-col2-space-large > * {
    width: 48%;
    margin-bottom: 25px;
  }
  
  .layout-col2-space-large + .layout-col2-space-large {
    margin-top: 25px;
  }
  
  .area-guide-menu > section {
    border: 1px solid #b2def5;
  }
  
  .area-guide-menu h3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 68px;
    margin: 0;
    padding: 0 10px;
    background: #b2def5;
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
  }
  
  .area-guide-menu h3 > span {
    font-size: 14px;
  }
  
  .area-guide-menu ul {
    padding: 20px;
  }
  
  .area-guide-menu li + li {
    margin-top: 15px;
  }

  @media screen and (max-width:768px) {
    .modal-content {
        width: 90%;
        padding: 30px 20px;
      }
      .modal-body .box {
        padding: 10px;
    }
      .modal-content .modal-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 23px;
        height: 23px;
      }
    
      .modal-content .modal-header {
        margin-bottom: 20px;
      }
    
      .modal-content .modal-header h2 {
        font-size: 19px;
      }
      .modal-content .list-dot > li {
        padding-left: 0.5em;
        text-indent: -0.5em;
    }
    .modal-content .h3 {
        font-size: 17px;
        border-left-width: 4px;
        padding-left: 8px;
    }
    .layout-col2 > *{
        width: 100%;
    }
  }




  .link-box ul {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 1vw;
}
.link-box ul li {
    margin-right: 0.5vw;
    margin-left: 0.5vw;
}
.link-box ul li::after {
    content: "|";
    margin-left: 0.5vw;
}
@media (min-width: 1001px) {
.link-box ul {
}
}

@media screen and (max-width: 768px) {
    .link-box ul {
        flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: 10vw;
        margin-bottom: 5vw;
    }
}