@charset 'UTF-8';
a.itext
{
    width: auto !important;
    height: auto !important;
}

.annot,
section form h2.mail.title
{
    display: none !important;
}

::-moz-selection
{
    background-color: #d0d0ff;
}

::selection
{
    background-color: #d0d0ff;
}

*
{
        box-sizing: border-box;

     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

li
{
    list-style: none;
}

html
{
    font-size: 62.5% !important;
}

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,
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
{
    font-weight: 400;
}

body
{
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2;

    counter-reset: number 0;
    letter-spacing: .05em;
    word-wrap: break-word;

    color: #000;
}

.inner
{
    width: min(100% - 4rem, var(--width,1000px));

    margin-inline: auto;
}
.inner._large
{
    --width: 1200px;
}
.inner._xlarge
{
    --width: 1400px;
}

#contents_wrap
{
    font-size: 1.6rem;
    line-height: 2;

    overflow: hidden;

    width: 100%;
    min-width: 100%;
}

#contents
{
    width: min(100% - 4rem, var(--width,1000px));
    padding-bottom: 100px;

    margin-inline: auto;
}
@media screen and (max-width: 834px)
{
    #contents
    {
        padding: 0 30px 50px;
    }
}
@media screen and (max-width: 640px)
{
    #contents
    {
        padding: 0 30px 50px;
    }
}

#main
{
    width: 100%;
}

#main #col_main
{
    width: 100%;
}

#side
{
    width: 18.75%;
}

.map
{
    margin: 56px 20px 0;
}

.map li
{
    margin: 0 0 15px;
    padding: 0 0 0 10px;

    list-style: none;

    text-align: left;

    border-left: 5px solid #ccc;
}

table
{
    table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
    table
    {
        table-layout: fixed;
    }
}
.tlfix table
{
    table-layout: fixed;
}

table td
{
    margin-bottom: -1px !important;
}
table td img
{
    height: auto !important;
}

pre
{
    margin: 0;
    padding: 0;

    white-space: pre-line;
}

b,
strong
{
    font-weight: bold;
}

u
{
    text-decoration: line-through;
}

img
{
    max-width: 100%;
    height: auto !important;
}

hr
{
    height: 0;

    border: none;
    border-bottom: 1px dashed #b3b3b3;
}

span
{
    font-weight: inherit;
}

u
{
    text-decoration: underline;
}

input[type=button]
{
    padding: 5px 10px;

    cursor: pointer;
}

a
{
    text-decoration: none;

    color: #17e012;
}

a:hover
{
    opacity: .6;
}

@media screen and (max-width: 834px)
{
    .imgR,
    .imgL
    {
        max-width: 30% !important;
    }
}
@media screen and (max-width: 640px)
{
    .imgR,
    .imgL
    {
        display: block;
        float: none;

        max-width: 100% !important;
        margin: 0 auto 10px;

        text-align: center;
    }
}

.mincho
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.gothic
{
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width: 640px)
{
    .fltL
    {
        float: none;

        width: 100% !important;
    }
    .fltR
    {
        float: none;

        width: 100% !important;
    }
    .sptal
    {
        text-align: left !important;
    }
    .sptar
    {
        text-align: right !important;
    }
    .sptac
    {
        text-align: center !important;
    }
    .spcenter
    {
        display: block;

        margin-top: 10px;

        text-align: center;
    }
}
header#global_header
{
    min-width: auto;
}

footer#global_footer
{
    min-width: auto;
}

#global_header .fade
{
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;

    width: 100%;
    height: 100svh;

    background: #fff;
}
#global_header .fade-item
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;

    width: -moz-fit-content;
    width:      fit-content;
    height: -moz-fit-content;
    height:      fit-content;
    margin: auto;
    padding: 0 5%;
}

.header-inner
{
    display: flex;

    width: min(100% - 4rem, 1600px);

    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    padding-block: 15px;
}
@media only screen and (max-width: 1100px)
{
    .header-inner
    {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 834px)
{
    .header-inner
    {
        display: block;

        padding: 60px 0 20px;
    }
}
@media screen and (max-width: 834px)
{
    .header-ID
    {
        width: 100%;
    }
}
.header-wrap
{
    display: flex;

    width: var(--width, 70%);
    max-width: var(--width, 1400px);

    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 1100px)
{
    .header-wrap
    {
        --width: 100%;
    }
}
.header-list._sns
{
    display: flex;

    width: -moz-fit-content;
    width:      fit-content;

    align-items: center;
    justify-content: space-between;
    order: 2;
}
@media screen and (max-width: 834px)
{
    .header-list._sns
    {
        width: 100%;

        justify-content: center;
    }
}
.header-list._sns .header-item
{
    font-size: 3rem;
}
.header-list._sns .header-item._fb
{
    margin-right: 8px;
}
.header-list._sns .header-item._insta
{
    margin-right: 5px;
}
.nav
{
    width: 100%;

    order: 1;
}
@media screen and (max-width: 834px)
{
    .nav
    {
        display: none !important;
    }
}
.nav-list
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 834px)
{
    .nav-list
    {
        display: block;
    }
}
.nav-item
{
    flex-grow: 1;
}
.nav-item a
{
    font-weight: bold;

    display: block;

    color: #000;
}

.nav-en
{
    display: none;

    width: 100%;
}
@media screen and (max-width: 834px)
{
    .nav-en
    {
        display: none !important;
    }
}

.mean-bar._en
{
    position: fixed !important;
    z-index: 9999999999;
    top: 0;
    left: 0;
}

.drop
{
    position: relative;
}
.drop:hover .drop-item
{
    display: block;
}
@media screen and (max-width: 834px)
{
    .drop:hover .drop-item
    {
        height: auto;
    }
}
.drop-list
{
    position: absolute;
    z-index: 10;
    left: 0;

    width: 200px;
    height: 100%;
}
@media screen and (max-width: 834px)
{
    .drop-list
    {
        position: static;
    }
}
.drop-item
{
    display: none;
}
@media screen and (max-width: 834px)
{
    .drop-item
    {
        overflow: inherit;

        height: auto;

        transition: 0;
    }
}
.drop-item a
{
    display: block;

    padding: 5px 10px;

    text-align: left;

    color: #fff;
    background: rgba(0, 0, 0, .8);
}

.main
{
    position: relative;

    overflow: hidden;
}
.main-copy
{
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 2%;

    display: block;

    width: 65%;
    height: -moz-fit-content;
    height:      fit-content;
    margin: auto;
}
@media screen and (max-width: 640px)
{
    .main-copy
    {
        top: auto;
        right: 0;
        bottom: 3%;
        left: 0;

        width: 100%;
        padding: 0 3%;
    }
}
.main-img img
{
    width: 100%;

    background: #1789ad;
}
@media screen and (max-width: 640px)
{
    .main-img img
    {
        height: 50vh !important;

        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: right 10%;
           object-position: right 10%;
    }
}

.mean-container .mean-bar,
.mean-container .mean-nav
{
    background: #008caf !important;
}

.mean-bar
{
    line-height: 2;

    position: fixed !important;
    top: 0;
    left: 0;

    margin-bottom: 20px;
    padding: 0 !important;
}

.mean-push
{
    display: none;
}

.mean-container .mean-nav ul li a
{
    text-transform: none !important;
}

.contact
{
    position: relative;

    padding: 80px 0;

    background: #008caf;
}
.contact-dog
{
    position: absolute;
    z-index: 11;
    right: 0;
    bottom: 0;

    width: 20%;
}
@media screen and (max-width: 834px)
{
    .contact-dog
    {
        display: none;
    }
}
.contact-inner
{
    position: relative;
    z-index: 10;

    padding: 40px;

    background: #fff;
    box-shadow: 0 0 30px rgba(0, 51, 66, .2);
}
.contact-list
{
    display: flex;

    max-width: 540px;
    margin: 20px auto 0;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 640px)
{
    .contact-item._btn1,
    .contact-item._btn2
    {
        width: 100%;
    }
}
@media screen and (max-width: 640px)
{
    .contact-item._btn1._btn1,
    .contact-item._btn2._btn1
    {
        margin-bottom: 20px;
    }
}
.contact-item._btn1 a,
.contact-item._btn2 a
{
    font-weight: bold;

    display: block;

    padding: 3px 30px 4px;

    color: #fff;
    border-radius: 30px;
    background: #008caf;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 640px)
{
    .contact-item._btn1 a,
    .contact-item._btn2 a
    {
        padding: 20px 0;

        border-radius: 50px;
    }
}
@media screen and (max-width: 640px)
{
    .contact-item._sns
    {
        width: -moz-fit-content;
        width:      fit-content;
        margin-bottom: 20px;

        margin-inline: auto;
    }
}
.contact .sns i
{
    font-size: 4rem;
}

.footer
{
    text-align: center;
}
.footer-copy
{
    line-height: 40px;

    display: block;

    color: #666;
}

.news-wrap .blog_list
{
    overflow-y: auto;

    max-height: 200px;

    border: none !important;
}
.news-wrap .blog_list > div
{
    margin-bottom: 20px;
}
.news-wrap .blog_list > div .blog_photo
{
    display: none !important;
}
.news-wrap .blog_list > div .blog_text
{
    display: flex;

    width: 100% !important;
    padding: 0 !important;

    align-items: flex-start;
    justify-content: space-between;
    justify-content: flex-start;
}
@media screen and (max-width: 640px)
{
    .news-wrap .blog_list > div .blog_text
    {
        display: block !important;
    }
}
.news-wrap .blog_list > div .blog_date
{
    width: 120px !important;

    color: #000 !important;
}
@media screen and (max-width: 640px)
{
    .news-wrap .blog_list > div .blog_date
    {
        width: 100% !important;
    }
}
.news-wrap .blog_list > div h3
{
    width: 100% !important;
}
.news-wrap .blog_list > div .detail
{
    display: none;

    margin: 0 !important;
}

.news .blog_list
{
    flex-direction: row;

    border: none;

    gap: 20px;
}
@media screen and (max-width: 640px)
{
    .news .blog_list
    {
        flex-wrap: wrap;
    }
}
.news .blog_list > div
{
    flex-direction: column;

    padding: 20px;

    border: none;
    background: #fff;
}
@media screen and (max-width: 640px)
{
    .news .blog_list > div
    {
        width: 100%;
    }
}
.news .blog_list > div .blog_photo
{
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}
.news .blog_list > div .blog_photo img
{
    width: 100%;
}
.news .blog_list > div .blog_text
{
    width: 100%;
    padding: 0;
}
.news .blog_list > div .blog_text h3
{
    display: none;
}
.news .blog_list > div .blog_text .detail
{
    margin-top: 0;
}

.index-01
{
    color: #1f4e79;
}
.index-01 .box
{
    display: flex;
    flex-direction: row-reverse;

    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-01 .box > img
{
    width: 20% !important;
    margin: auto;
}
@media screen and (max-width: 640px)
{
    .index-01 .box > img
    {
        width: 60% !important;

        order: 1;
        margin-block: 20px;
    }
}
.index-01 .box > div
{
    width: 57%;
}
@media screen and (max-width: 640px)
{
    .index-01 .box > div
    {
        width: 100%;

        order: 2;
    }
}
.index-01 .box > div img
{
    display: block;

    width: 145px !important;
    margin: 10px auto 0;
}
.index-02
{
    padding-bottom: 200px;

    background-repeat: no-repeat;
    background-attachment: var(--fixed, fixed);
    background-position: center;
    background-size: cover;
}
@media screen and (max-width: 834px)
{
    .index-02
    {
        --fixed: auto;
    }
}
.index-02 article
{
    width: -moz-fit-content;
    width:      fit-content;
    margin-left: auto;
    padding: 30px;

    color: #fff;
    background: rgba(0, 0, 0, .6);
}
.index-02 article h3
{
    font-size: 2.4rem;
    font-weight: bold;

    margin-bottom: 15px;
}
@media screen and (max-width: 640px)
{
    .index-02 article h3
    {
        font-size: 2rem;
    }
}
@media screen and (max-width: 834px)
{
    .index-02 article br
    {
        display: none;
    }
}
.index-midashi h2
{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;

    color: #1f4e79;
}
.index-num ul li
{
    position: relative;

    float: none !important;

    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 50px;

    border-bottom: 1px solid #ccc;
}
.index-num ul li:nth-child(1):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '1';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(2):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '2';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(3):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '3';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(4):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '4';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(5):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '5';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(6):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '6';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(7):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '7';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(8):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '8';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(9):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '9';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(10):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '10';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(11):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '11';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(12):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '12';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(13):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '13';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(14):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '14';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(15):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '15';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(16):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '16';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(17):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '17';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(18):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '18';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(19):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '19';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(20):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '20';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(21):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '21';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(22):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '22';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(23):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '23';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(24):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '24';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(25):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '25';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(26):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '26';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(27):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '27';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(28):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '28';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(29):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '29';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(30):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '30';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(31):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '31';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(32):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '32';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(33):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '33';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(34):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '34';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(35):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '35';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(36):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '36';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(37):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '37';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(38):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '38';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(39):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '39';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(40):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '40';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(41):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '41';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(42):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '42';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(43):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '43';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(44):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '44';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(45):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '45';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(46):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '46';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(47):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '47';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(48):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '48';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(49):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '49';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(50):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '50';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(51):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '51';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(52):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '52';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(53):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '53';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(54):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '54';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(55):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '55';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(56):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '56';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(57):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '57';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(58):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '58';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(59):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '59';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(60):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '60';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(61):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '61';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(62):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '62';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(63):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '63';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(64):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '64';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(65):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '65';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(66):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '66';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(67):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '67';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(68):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '68';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(69):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '69';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(70):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '70';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(71):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '71';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(72):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '72';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(73):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '73';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(74):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '74';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(75):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '75';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(76):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '76';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(77):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '77';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(78):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '78';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(79):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '79';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(80):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '80';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(81):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '81';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(82):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '82';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(83):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '83';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(84):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '84';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(85):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '85';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(86):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '86';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(87):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '87';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(88):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '88';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(89):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '89';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(90):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '90';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(91):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '91';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(92):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '92';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(93):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '93';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(94):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '94';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(95):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '95';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(96):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '96';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(97):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '97';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(98):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '98';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(99):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '99';

    color: #fff;
    background: #008caf;
}
.index-num ul li:nth-child(100):before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    padding: 0 15px;

    content: '100';

    color: #fff;
    background: #008caf;
}
.index-num._index ul li
{
    padding-left: 25px;
}
.index-num._index ul li:before
{
    top: 12px;

    width: 10px;
    height: 10px;
    padding: 0;

    content: '';
}
.index-origo
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-origo .text
{
    position: relative;

    display: flex;

    width: 68%;
    padding-bottom: 20px;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 640px)
{
    .index-origo .text
    {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 0;

        order: 1;
    }
}
.index-origo .text:before
{
    font-size: 2rem;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 10%;
    left: 0;

    display: block;

    width: -moz-fit-content;
    width:      fit-content;
    height: -moz-fit-content;
    height:      fit-content;
    margin: auto;
    padding-left: 10px;

    content: '〉';

    color: #008caf;
}
.index-origo .text:after
{
    font-size: 1.6rem;
    line-height: 1.6;

    position: absolute;
    top: 100%;
    left: 0;

    padding: 20px;

    content: 'オリゴ乳酸®は通常の単⼀な乳酸分⼦とは異なり、乳酸分⼦が直鎖状につながった独⾃の構造を持つ。';

    background: #f6f6f6;
}
@media screen and (max-width: 640px)
{
    .index-origo .text:after
    {
        position: relative;

        margin-top: 20px;
    }
}
.index-origo .text .box
{
    width: 46%;
}
.index-origo .text .box img
{
    width: 100% !important;
}
.index-origo .text .box div
{
    font-size: 1.4rem;
    font-weight: bold;

    margin-top: 10px;

    text-align: center;
}
.index-origo .text .box:last-child div
{
    width: -moz-fit-content;
    width:      fit-content;
    padding: 0 15px;

    color: #fff;
    border-radius: 30px;
    background: #008caf;

    margin-inline: auto;
}
.index-origo .text2
{
    width: 100%;
}
@media screen and (max-width: 640px)
{
    .index-origo .text2
    {
        order: 2;
    }
}
.index-origo .img
{
    width: 30%;
}
@media screen and (max-width: 640px)
{
    .index-origo .img
    {
        width: 100%;

        order: 3;
    }
}
.index-mission
{
    display: flex;

    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-mission .box
{
    width: 50%;
}
@media screen and (max-width: 834px)
{
    .index-mission .box
    {
        width: 100%;
    }
}
.index-mission .title
{
    display: flex;

    background: #008caf;

    order: 1;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
.index-mission .title h2
{
    font-size: 5.6rem;
    font-weight: 900;

    color: #fff;
}
.index-mission .text
{
    display: flex;

    padding: 3%;

    order: 3;
    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
@media screen and (max-width: 834px)
{
    .index-mission .text
    {
        order: 2;
    }
}
@media screen and (max-width: 834px)
{
    .index-mission .img
    {
        order: 3;
    }
}
.index-mission .img._01
{
    order: 2;
}
.index-mission .img._02
{
    order: 4;
}
.index-03
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 834px)
{
    .index-03
    {
        flex-wrap: wrap;
    }
}
.index-03 > img
{
    width: 50% !important;
}
@media screen and (max-width: 834px)
{
    .index-03 > img
    {
        width: 100% !important;
    }
}
.index-03.title-02._index h2
{
    margin-bottom: 20px;
}
@media only screen and (max-width: 1000px)
{
    .index-03.title-02._index h2
    {
        font-size: 4.5rem;
    }
}
@media screen and (max-width: 834px)
{
    .index-03.title-02._index h2
    {
        text-align: center;
    }
}
.index-03.title-02._index h2:before
{
    right: inherit !important;
}
@media screen and (max-width: 834px)
{
    .index-03.title-02._index h2:before
    {
        right: 0 !important;
    }
}
.index-03 div
{
    width: 50%;
    padding: 0 5%;
}
@media screen and (max-width: 834px)
{
    .index-03 div
    {
        width: 100%;
        padding: 5%;
    }
}
.index-item .box div
{
    position: relative;

    padding-left: 20px;
}
.index-item .box div:before
{
    font-size: 1.2rem;

    position: absolute;
    top: 6px;
    left: 0;

    width: 10px;
    height: 10px;

    content: '▶';

    color: #008caf;
}
.index-04
{
    margin-top: 80px !important;

    padding-inline: 5%;
}
.index-04 .box
{
    position: relative;

    display: flex;
    flex-direction: row-reverse;

    max-width: 1800px;

    align-items: flex-start;
    justify-content: space-between;
    margin-inline: auto;
}
@media screen and (max-width: 834px)
{
    .index-04 .box
    {
        flex-wrap: wrap;
    }
}
.index-04 .box:before
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 70%;

    content: '';

    background: #eee;
}
@media screen and (max-width: 834px)
{
    .index-04 .box:before
    {
        display: none;
    }
}
.index-04 .box > img
{
    position: relative;
    z-index: 10;

    width: 50% !important;
    padding: 5% 2%;
}
@media screen and (max-width: 834px)
{
    .index-04 .box > img
    {
        width: 100% !important;
        padding: 0;
    }
}
.index-04 .box div
{
    position: relative;
    z-index: 10;

    width: 50%;
    padding: 2% 5%;
}
@media screen and (max-width: 834px)
{
    .index-04 .box div
    {
        width: 100%;
        padding: 0;
    }
}
.index-04 .box div h2
{
    margin-bottom: 10px;
}
@media screen and (max-width: 834px)
{
    .index-04 .box div h2
    {
        text-align: center;
    }
}
.index-04 .box div h2:before
{
    right: inherit !important;
}
@media screen and (max-width: 834px)
{
    .index-04 .box div h2:before
    {
        right: 0 !important;
    }
}
@media screen and (max-width: 834px)
{
    .index-04 .box div a
    {
        margin-inline: auto;
    }
}
.index-news
{
    margin-bottom: -100px !important;
}
@media screen and (max-width: 834px)
{
    .index-news
    {
        margin-bottom: -50px !important;
    }
}
@media screen and (max-width: 834px)
{
    .index-news h2
    {
        text-align: center !important;
    }
}
.index-news h2:before
{
    right: inherit !important;
}
@media screen and (max-width: 834px)
{
    .index-news h2:before
    {
        right: 0 !important;
    }
}

div.items > article a
{
    font-size: 16px;

    text-decoration: none !important;

    color: #111;
}

div.under ul li a
{
    font-family: 'Times New Roman', 'Noto Serif JP', '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 400;

    padding: 10px;

    opacity: 1;
    color: #333 !important;
    border: 1px solid #333;
}
div.under ul li a:hover
{
    color: #fff !important;
    border: 1px solid #b0ddd9;
    background: #b0ddd9;
}

div.select > select
{
    height: 100%;
}

div.search form input
{
    padding: 10px 37px 10px 5px;
}

div.order ul li a
{
    color: #111;
}

div.items > article p.price
{
    color: red;
}

div.crumb
{
    display: none;
}

div.item_view div.item_option
{
    width: 100% !important;
}

div.item_option dl,
button.addcart
{
    width: 50% !important;
}
@media screen and (max-width: 834px)
{
    div.item_option dl,
    button.addcart
    {
        margin: 0 auto;
    }
}

@media screen and (max-width: 834px)
{
    .addcart
    {
        display: flex;
        flex-direction: column;

        align-items: center;
        justify-content: center;
    }
}

div.item_view div.struct
{
    display: block;
}

div.photo div.large
{
    width: auto;
}

div.photo
{
    margin-left: 0;
}

h2.title_h2
{
    font-size: 20px !important;
    line-height: 1.3;

    margin: 65px 0 20px !important;
    padding: 10px !important;

    border-top: none !important;
    border-bottom: 1px solid #ccc;
    background: none !important;
}

h2.title_h2 span
{
    padding: 0 !important;

    border: none !important;
}

ul.item_list li
{
    margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3
{
    font-size: 18px !important;
}

.btn_cart a
{
    display: block !important;

    width: 100% !important;
    padding: 10px 10px 10px 50px !important;

    color: #fff !important;
    border: 1px solid #fff;
    background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000 !important;
    background-size: 30px auto !important;
}

.btn_cart a:hover
{
    background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #ccc !important;
    background-size: 30px auto !important;
}

.sort_catalog
{
    overflow: hidden;
}

.sort_catalog ul
{
    display: flex;
}

.item_title,
.wishlist
{
    margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2
{
    border-top: 2px solid #ccc;
}

.shop_cont a,
.item_info a
{
    color: #ccc;
}

.shop_cont a:hover,
.item_info a:hover
{
    text-decoration: none;
}

.item_title h2
{
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.shop_cont table
{
    table-layout: auto;
}

.btn a
{
    display: block;

    width: 100%;
    max-width: 300px;
    margin-top: 20px;
    padding: 5px 0;

    text-align: center;
    text-decoration: none;

    color: #fff;
    background: #008caf;
}
@media screen and (max-width: 640px)
{
    .btn a
    {
        margin-right: auto;
        margin-left: auto;
    }
}
.btn a
{
    font-size: 1.3rem;

    border-radius: 100px;
}

.flex1
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.flex1._top
{
    align-items: flex-start;
}
.flex1._center
{
    align-items: center;
}
.flex1:before
{
    width: calc(100% / 1 - 1%);

    content: '';

    order: 1;
}
.flex1:before
{
    width: calc(100% / 1 - 1%);

    content: '';

    order: 1;
}
.flex1:after
{
    width: calc(100% / 1 - 1%);

    content: '';

    order: 2;
}
.flex1 .box
{
    width: calc(100% / 1 - 1%);
    margin-bottom: 2%;
}
@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
.flex1 .box img
{
    width: 100% !important;
}

.flex2
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.flex2._top
{
    align-items: flex-start;
}
.flex2._center
{
    align-items: center;
}
.flex2:before
{
    width: calc(100% / 2 - 1%);

    content: '';

    order: 1;
}
.flex2:before
{
    width: calc(100% / 2 - 1%);

    content: '';

    order: 1;
}
.flex2:after
{
    width: calc(100% / 2 - 1%);

    content: '';

    order: 2;
}
.flex2 .box
{
    width: calc(100% / 2 - 1%);
    margin-bottom: 2%;
}
@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
.flex2 .box img
{
    width: 100% !important;
}

.flex3
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.flex3._top
{
    align-items: flex-start;
}
.flex3._center
{
    align-items: center;
}
.flex3:before
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 1;
}
.flex3:before
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 1;
}
.flex3:after
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 2;
}
.flex3 .box
{
    width: calc(100% / 3 - 1%);
    margin-bottom: 2%;
}
@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
.flex3 .box img
{
    width: 100% !important;
}

.flex4
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}
.flex4._top
{
    align-items: flex-start;
}
.flex4._center
{
    align-items: center;
}
.flex4:before
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 1;
}
.flex4:before
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 1;
}
.flex4:after
{
    width: calc(100% / 4 - 1%);

    content: '';

    order: 2;
}
.flex4 .box
{
    width: calc(100% / 4 - 1%);
    margin-bottom: 2%;
}
@media screen and (max-width: 834px)
{
    ._tabwidth1 .box
    {
        width: 100%;
    }
    ._tabwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
@media screen and (max-width: 640px)
{
    ._spwidth1 .box
    {
        width: 100%;
    }
    ._spwidth2 .box
    {
        width: calc(100% / 2 - 1%);
    }
}
.flex4 .box img
{
    width: 100% !important;
}

.bg100
{
    margin: 0 calc(50% - 50vw);
}
.bg100._mgT
{
    margin-top: 10% !important;
}

@media screen and (max-width: 834px)
{
    .br-tab br
    {
        display: none;
    }
}
@media screen and (max-width: 640px)
{
    .br-sp br
    {
        display: none;
    }
}

.fadein
{
    transition: all .8s;
    transform: translate(0, 50px);

    opacity: 0;
}
.fadein.scrollin
{
    transform: translate(0, 0);

    opacity: 1;
}

.mg1
{
    margin: 1% !important;
}

.mgT1
{
    margin-top: 1% !important;
}

.mgR1
{
    margin-right: 1% !important;
}

.mgB1
{
    margin-bottom: 1% !important;
}

.mgL1
{
    margin-left: 1% !important;
}

.pd1
{
    padding: 1% !important;
}

.pdT1
{
    padding-top: 1% !important;
}

.pdR1
{
    padding-right: 1% !important;
}

.pdB1
{
    padding-bottom: 1% !important;
}

.pdL1
{
    padding-left: 1% !important;
}

.mg2
{
    margin: 2% !important;
}

.mgT2
{
    margin-top: 2% !important;
}

.mgR2
{
    margin-right: 2% !important;
}

.mgB2
{
    margin-bottom: 2% !important;
}

.mgL2
{
    margin-left: 2% !important;
}

.pd2
{
    padding: 2% !important;
}

.pdT2
{
    padding-top: 2% !important;
}

.pdR2
{
    padding-right: 2% !important;
}

.pdB2
{
    padding-bottom: 2% !important;
}

.pdL2
{
    padding-left: 2% !important;
}

.mg3
{
    margin: 3% !important;
}

.mgT3
{
    margin-top: 3% !important;
}

.mgR3
{
    margin-right: 3% !important;
}

.mgB3
{
    margin-bottom: 3% !important;
}

.mgL3
{
    margin-left: 3% !important;
}

.pd3
{
    padding: 3% !important;
}

.pdT3
{
    padding-top: 3% !important;
}

.pdR3
{
    padding-right: 3% !important;
}

.pdB3
{
    padding-bottom: 3% !important;
}

.pdL3
{
    padding-left: 3% !important;
}

.mg4
{
    margin: 4% !important;
}

.mgT4
{
    margin-top: 4% !important;
}

.mgR4
{
    margin-right: 4% !important;
}

.mgB4
{
    margin-bottom: 4% !important;
}

.mgL4
{
    margin-left: 4% !important;
}

.pd4
{
    padding: 4% !important;
}

.pdT4
{
    padding-top: 4% !important;
}

.pdR4
{
    padding-right: 4% !important;
}

.pdB4
{
    padding-bottom: 4% !important;
}

.pdL4
{
    padding-left: 4% !important;
}

.mg5
{
    margin: 5% !important;
}

.mgT5
{
    margin-top: 5% !important;
}

.mgR5
{
    margin-right: 5% !important;
}

.mgB5
{
    margin-bottom: 5% !important;
}

.mgL5
{
    margin-left: 5% !important;
}

.pd5
{
    padding: 5% !important;
}

.pdT5
{
    padding-top: 5% !important;
}

.pdR5
{
    padding-right: 5% !important;
}

.pdB5
{
    padding-bottom: 5% !important;
}

.pdL5
{
    padding-left: 5% !important;
}

.mg6
{
    margin: 6% !important;
}

.mgT6
{
    margin-top: 6% !important;
}

.mgR6
{
    margin-right: 6% !important;
}

.mgB6
{
    margin-bottom: 6% !important;
}

.mgL6
{
    margin-left: 6% !important;
}

.pd6
{
    padding: 6% !important;
}

.pdT6
{
    padding-top: 6% !important;
}

.pdR6
{
    padding-right: 6% !important;
}

.pdB6
{
    padding-bottom: 6% !important;
}

.pdL6
{
    padding-left: 6% !important;
}

.mg7
{
    margin: 7% !important;
}

.mgT7
{
    margin-top: 7% !important;
}

.mgR7
{
    margin-right: 7% !important;
}

.mgB7
{
    margin-bottom: 7% !important;
}

.mgL7
{
    margin-left: 7% !important;
}

.pd7
{
    padding: 7% !important;
}

.pdT7
{
    padding-top: 7% !important;
}

.pdR7
{
    padding-right: 7% !important;
}

.pdB7
{
    padding-bottom: 7% !important;
}

.pdL7
{
    padding-left: 7% !important;
}

.mg8
{
    margin: 8% !important;
}

.mgT8
{
    margin-top: 8% !important;
}

.mgR8
{
    margin-right: 8% !important;
}

.mgB8
{
    margin-bottom: 8% !important;
}

.mgL8
{
    margin-left: 8% !important;
}

.pd8
{
    padding: 8% !important;
}

.pdT8
{
    padding-top: 8% !important;
}

.pdR8
{
    padding-right: 8% !important;
}

.pdB8
{
    padding-bottom: 8% !important;
}

.pdL8
{
    padding-left: 8% !important;
}

.mg9
{
    margin: 9% !important;
}

.mgT9
{
    margin-top: 9% !important;
}

.mgR9
{
    margin-right: 9% !important;
}

.mgB9
{
    margin-bottom: 9% !important;
}

.mgL9
{
    margin-left: 9% !important;
}

.pd9
{
    padding: 9% !important;
}

.pdT9
{
    padding-top: 9% !important;
}

.pdR9
{
    padding-right: 9% !important;
}

.pdB9
{
    padding-bottom: 9% !important;
}

.pdL9
{
    padding-left: 9% !important;
}

.mg10
{
    margin: 10% !important;
}

.mgT10
{
    margin-top: 10% !important;
}

.mgR10
{
    margin-right: 10% !important;
}

.mgB10
{
    margin-bottom: 10% !important;
}

.mgL10
{
    margin-left: 10% !important;
}

.pd10
{
    padding: 10% !important;
}

.pdT10
{
    padding-top: 10% !important;
}

.pdR10
{
    padding-right: 10% !important;
}

.pdB10
{
    padding-bottom: 10% !important;
}

.pdL10
{
    padding-left: 10% !important;
}

.title-01._common
{
    display: flex;

    height: 90px;

    background: #008caf;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
}
@media screen and (max-width: 640px)
{
    .title-01._common
    {
        height: 70px;
    }
}
.title-01._common article
{
    display: block;
}
.title-01._common h1
{
    font-size: 3.4rem;
    font-weight: bold;

    color: #fff;
}
.title-01._common h1 span
{
    display: block;
}
.title-02._index h2
{
    font-size: 5.6rem;
    font-weight: 900;

    position: relative;
}
.title-02._index h2:before
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100px;
    height: 1px;
    margin: auto;

    content: '';

    background: #000;
}
@media screen and (max-width: 834px)
{
    .title-02._index._left h2
    {
        font-size: 4rem;
    }
}
@media screen and (max-width: 640px)
{
    .title-02._index._left h2
    {
        font-size: 3rem;
    }
}
.title-02._index._left h2:before
{
    display: none;
}
.title-02._item h2
{
    font-size: 5.6rem;
    font-weight: 900;

    border-top: 1px solid #ddd;
}
@media screen and (max-width: 640px)
{
    .title-02._item h2
    {
        font-size: 4.8rem;
    }
}
.title-02._common
{
    line-height: 1.6;

    padding: 10px;

    border: 1px solid #ddd;
    border-left: 5px solid #008caf;
    background: #fff;
}
.title-02._common h2
{
    font-size: 2.4rem;
    font-weight: bold;

    padding-left: 10px;
}
.title-03._common h3
{
    font-size: 2.2rem;
    font-weight: bold;

    position: relative;

    padding-bottom: 10px;

    border-bottom: 2px solid #ddd;
}
.title-03._common h3:before
{
    position: absolute;
    bottom: -2px;
    left: 0;

    width: 200px;
    height: 2px;

    content: '';

    background: #008caf;
}

._h3title h3
{
    margin-bottom: 15px;
}
@media screen and (max-width: 640px)
{
    ._h3title h3
    {
        margin-top: 15px;
    }
}

.text-right .box,
.text-left .box
{
    display: flex;

    width: 100%;

    align-items: flex-start;
    justify-content: space-between;
}
.text-right .box > img,
.text-left .box > img
{
    width: 45% !important;
}
.text-right .box > div,
.text-left .box > div
{
    width: 53%;
}
.text-right .box > div img,
.text-left .box > div img
{
    width: auto !important;
}

.text-left .box
{
    flex-direction: row-reverse;
}
@media screen and (max-width: 834px)
{
    ._tab100 .box
    {
        display: block;
    }
    ._tab100 .box > img
    {
        width: 100% !important;
        margin-bottom: 10px;
    }
    ._tab100 .box > div
    {
        width: 100%;
    }
}

@media screen and (max-width: 640px)
{
    ._sp100 .box
    {
        display: block;
    }
    ._sp100 .box > img
    {
        width: 100% !important;
        margin-bottom: 10px;
    }
    ._sp100 .box > div
    {
        width: 100%;
    }
}

.policy h2
{
    font-size: 2rem;
    font-weight: bold;

    display: inline-block;

    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;

    color: #008caf;
    border-bottom: 1px dotted #ccc;
}

.pankuzu
{
    line-height: 1.3;

    margin: 30px 0;
}
.pankuzu a
{
    position: relative;

    display: inline-block;

    padding-right: 20px;

    color: #008caf;
}
.pankuzu a:before
{
    font-size: 1rem;

    position: absolute;
    top: 3px;
    right: -6px;

    display: block;

    width: 20px;
    height: 20px;

    content: '〉';
}

.faq dl,
.faq dt,
.faq dd
{
    width: 100% !important;
    padding: 0 !important;

    border: none !important;
    background: none !important;
}
.faq dl
{
    display: block !important;

    margin-bottom: 5px;
}
.faq dt
{
    font-weight: bold;

    position: relative;

    padding: 10px !important;
    padding-right: 30px;
    padding-left: 15px !important;

    border: 1px solid #ccc !important;
}
.faq dt:before
{
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;

    display: block;

    width: 20px;
    height: 30px;
    margin: auto;

    content: '';

    background: url(../images/common/icon_plus.png) center/20px no-repeat;
}
.faq dt:hover
{
    cursor: pointer;
}
.faq dd
{
    display: none;
}
.faq dd span
{
    display: block !important;

    padding: 10px !important;
}

aside div#search button
{
    background-size: 13px !important;
}

section.blog aside nav > div
{
    font-weight: bold;

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

    border-bottom: 1px solid #ddd;
}
section.blog #contents h1 .translate
{
    font-size: 2.6rem;

    display: block;

    margin: 10px 0 !important;

    color: #031a40;
}

section div#contents article div.date
{
    line-height: 2 !important;

    width: -moz-fit-content !important;
    width:      fit-content !important;
    padding: 0 !important;
    padding: 0 15px !important;

    border-radius: 0 !important;
    border-radius: 3px !important;
    background: #008caf !important;
}

section div#contents > dl ul li
{
    float: none !important;
}

section div#contents > dl ul li a
{
    margin-bottom: 0 !important;
}

.notfound h2
{
    font-family: 'Oswald', sans-serif;
    font-size: 10rem;
    font-weight: bold;

    color: #aaa;
}

.img-option .box
{
    overflow: inherit !important;
}
.img-option img
{
    box-shadow: 0 0 20px rgba(102, 102, 102, .1);
}

.table td:first-child
{
    width: 30%;

    text-align: center !important;

    background: #eee;
}

.anc-list ul
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.anc-list ul:before,
.anc-list ul:after
{
    width: 24%;

    content: '';

    order: 1;
}
@media screen and (max-width: 834px)
{
    .anc-list ul:before,
    .anc-list ul:after
    {
        width: 49%;
    }
}
.anc-list ul li
{
    float: none;

    width: 24%;
    margin-bottom: 2%;
}
@media screen and (max-width: 834px)
{
    .anc-list ul li
    {
        width: 49%;
    }
}
.anc-list ul li a
{
    display: block;

    padding: 10px 0;

    text-align: center;

    color: #000;
    border: 1px solid #000;
    background: #fff;
}

#media
{
    width: min(100% - 4rem, var(--width,1000px));
    padding: 5% 0;

    margin-inline: auto;
}
#media div.row .box
{
    display: flex;

    margin-bottom: 40px;
    padding-bottom: 40px;

    border-bottom: 1px dotted #999;

    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
#media div.row .box a
{
    width: 30%;
}
@media screen and (max-width: 640px)
{
    #media div.row .box a
    {
        width: 100%;
    }
}
#media div.row .box h3
{
    width: 68%;

    text-align: left;
}
@media screen and (max-width: 640px)
{
    #media div.row .box h3
    {
        width: 100%;
    }
}
#media div.row .box p
{
    display: none;
}

.item-list
{
    line-height: 1.6;
}
.item-list .summary
{
    font-size: 1.2rem;

    text-align: left !important;
}

.bio-01
{
    margin-bottom: -100px !important;
}
@media screen and (max-width: 834px)
{
    .bio-01
    {
        margin-bottom: -50px !important;
    }
}

.scroll-obj
{
    transition: all .8s ease .3s;

    opacity: 0;
}
@media screen and (max-width: 640px)
{
    .scroll-obj
    {
        transform: none;

        opacity: 1;
    }
}

.scroll-hop
{
    transform: translate(0, 48px);
}
@media screen and (max-width: 640px)
{
    .scroll-hop
    {
        transform: none;

        opacity: 1;
    }
}

.scroll-left
{
    transform: translate(-48px, 0);
}
@media screen and (max-width: 640px)
{
    .scroll-left
    {
        transform: none;

        opacity: 1;
    }
}

.scroll-right
{
    transform: translate(48px, 0);
}
@media screen and (max-width: 640px)
{
    .scroll-right
    {
        transform: none;

        opacity: 1;
    }
}

.modal-wrap
{
    padding: 20px;

    background: #92c7d0;
}
.modal-wrap ul
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
}
.modal-wrap ul li
{
    width: calc(100% / var(--width, 4));
    padding: 5px;
}
@media screen and (max-width: 834px)
{
    .modal-wrap ul li
    {
        --width: 2;
    }
}
@media screen and (max-width: 640px)
{
    .modal-wrap ul li
    {
        --width: 1;
    }
}
.modal-wrap h5
{
    display: block;

    padding: 5px;

    text-align: center;

    color: #fff;
    border: 1px solid var(--color, #fff);
    border-radius: 60px;
    background: rgba(0, 140, 175, var(--bg, 0));
}
.modal-wrap h5:hover
{
    cursor: pointer;

    --color: $main-color;
    --bg: 1;
}
.modal-wrap div:not(.modal-wrap div:has(img)) h6
{
    margin-bottom: 20px;
}
.modal-wrap div h6
{
    padding: 5px;

    text-align: center;

    color: #fff;
    background: #008caf;
}
.modal-wrap div img
{
    display: block;

    margin: 20px auto;
}

/*モーダルを開くボタン*/
.modal-open
{
    font-weight: bold;

    position: fixed;
    top: 50%;
    left: 0;

    display: flex;

    width: 300px;
    height: 50px;
    margin: auto;

    cursor: pointer;

    color: #fff;
    background: #000;

    align-items: center;
    justify-content: center;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container
{
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;

    visibility: hidden;
    overflow: auto;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 40px 20px;

    transition: .3s;
    text-align: center;

    opacity: 0;
    background: rgba(0, 0, 0, .5);
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before
{
    display: inline-block;

    height: 100%;

    content: '';
    vertical-align: middle;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active
{
    visibility: visible;

    opacity: 1;
}

/*モーダル枠の指定*/
.modal-body
{
    position: relative;

    display: inline-block;

    width: 90%;
    max-width: 1000px;

    vertical-align: middle;
}

/*モーダルを閉じるボタンの指定*/
.modal-close
{
    font-size: 40px;

    position: absolute;
    top: -40px;
    right: -40px;

    display: flex;

    width: 40px;
    height: 40px;

    cursor: pointer;

    color: #fff;

    align-items: center;
    justify-content: center;
}

/*モーダル内のコンテンツの指定*/
.modal-content
{
    padding: 30px;

    text-align: left;

    background: #fff;
}

div.items
{
    display: flex;

    margin-left: 0;

    align-items: flex-start;
    justify-content: space-between;
    justify-content: flex-start;
    flex-wrap: wrap;
}
div.items > article
{
    display: flex;
    flex-direction: column;

    width: calc(100% / var(--column, 4) - 1%);
    margin-bottom: 0;
    margin-bottom: 40px;
    margin-left: 0;

    align-items: center;
}
@media screen and (max-width: 834px)
{
    div.items > article
    {
        --column: 2;
    }
}
div.items .photo
{
    width: 100% !important;
    height: 100% !important;
}
div.items .photo:before
{
    display: block;

    padding-top: 110%;

    content: '';
}
div.items .name
{
    font-size: 1.4rem;
    font-weight: bold;

    width: 100%;

    text-align: center;
}
@media screen and (max-width: 834px)
{
    div.items .name
    {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 640px)
{
    div.items .name
    {
        font-size: 3vw;
    }
}
div.items .summary
{
    font-size: 1.2rem;

    display: -webkit-box;
    overflow: hidden;

    width: 100%;

    text-align: left !important;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media screen and (max-width: 640px)
{
    div.items .summary
    {
        font-size: 2vw;
    }
}
div.items .price
{
    color: #000 !important;
}

#sumcart ul li a.photo
{
    height: 100px !important;
}

.movetop
{
    display: none !important;
}

.movetoplink
{
    display: block;

    width: 180px;
    height: 42px;
    margin: 50px 0 30px 0;

    text-indent: -9999px;

    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f5f5f5 url(../images/common/bt_purchase_movetop.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.syosai-01 .box
{
    align-items: center !important;
}
.syosai-01 .box > div
{
    padding-bottom: 40px;

    background: url(../images/common/syosai-img2.png) right bottom/200px no-repeat;
}
.syosai-01 .box > div h3
{
    font-size: 2rem;

    color: #1f4e79;
}
.syosai-icon
{
    padding: 40px 30px 20px;
}
.syosai-icon ul
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 1200px)
{
    .syosai-icon ul
    {
        flex-wrap: wrap;
        justify-content: start;
    }
}
.syosai-icon ul li
{
    font-size: 1.3rem;

    display: flex;

    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
@media screen and (max-width: 1200px)
{
    .syosai-icon ul li
    {
        width: 50%;
        margin-top: 15px;

        justify-content: start;
    }
}
@media screen and (max-width: 834px)
{
    .syosai-icon ul li
    {
        width: 100%;
    }
}
.syosai-img
{
    position: relative;
}
.syosai-img > img
{
    width: 60% !important;
}
@media screen and (max-width: 640px)
{
    .syosai-img > img
    {
        width: 100% !important;
    }
}
.syosai-img div .img1
{
    position: absolute;
    bottom: 0;
    left: 7%;

    width: 13% !important;
}
@media screen and (max-width: 640px)
{
    .syosai-img div .img1
    {
        display: none;
    }
}
.syosai-img div .img2
{
    position: absolute;
    right: 1%;
    bottom: 10px;

    width: 13% !important;
}
.syosai-wrap
{
    display: flex;

    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.syosai-wrap .box
{
    position: relative;

    width: 50%;
}
@media screen and (max-width: 1000px)
{
    .syosai-wrap .box
    {
        width: 100%;
    }
}
.syosai-wrap .box img
{
    width: 100% !important;
    max-width: 100% !important;
    height: 600px !important;
    margin: 0 !important;

    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 640px)
{
    .syosai-wrap .box img
    {
        height: 500px !important;
    }
}
.syosai-wrap .box article
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 80%;
    padding: 20px;

    color: #fff;
    background: rgba(0, 0, 0, .6);
}
@media screen and (max-width: 640px)
{
    .syosai-wrap .box article
    {
        width: 100%;
    }
}
.syosai-wrap .box article h3
{
    font-size: 2rem;
    font-weight: bold;

    margin-bottom: 10px;
}

div.item_view h2 span
{
    display: none;
}

.btn2
{
    position: fixed;
    z-index: 99999;
    right: 5px;
    bottom: 60px;

    width: 100% !important;
    max-width: 320px;
}

.btn2 a
{
    display: flex;

    width: 100%;
    height: 42px;

    color: #333;
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f9f9f9;
    background-position: center center;
    background-size: contain;

    justify-content: center;
    align-items: center;
}

#builingual
{
    z-index: 999999 !important;
}

#sumcart ul li p.deliv,
.struct p.postage
{
    display: none;
}

.supplement-midashi h3
{
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;

    color: #fff;
}
@media screen and (max-width: 640px)
{
    .supplement-midashi h3
    {
        font-size: 2rem;
    }
}
.supplement-list ul
{
    display: flex;

    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.supplement-list ul li
{
    width: calc(100% / var(--column, 3) - 1%);
    margin-bottom: 2%;
}
@media screen and (max-width: 834px)
{
    .supplement-list ul li
    {
        --column: 2;
    }
}
@media screen and (max-width: 640px)
{
    .supplement-list ul li
    {
        --column: 1;
        margin-block: 30px 20px;
    }
}
.supplement-list ul li:not(:last-child)
{
    border-radius: 20px;
    background: #fff;
}
.supplement-list ul li:last-child
{
    display: flex;
    flex-direction: column;

    justify-content: end;
    align-items: center;
}
@media screen and (max-width: 834px)
{
    .supplement-list ul li:last-child
    {
        width: 100%;
        padding: 30px;
    }
}
.supplement-list ul li article
{
    display: flex;
    flex-direction: column;

    height: 100%;

    color: #396288;

    justify-content: start;
    align-items: center;
    gap: 30px;
}
.supplement-list ul li article img
{
    width: 100% !important;
    margin-top: auto;

    order: 3;
}
.supplement-list ul li article h5
{
    font-size: 2rem;
    font-weight: bold;

    display: block;

    text-align: center !important;

    order: 1;
    padding-inline: 20px;
    padding-block: 30px;
}
.supplement-list ul li article div
{
    font-weight: bold;

    order: 2;
    padding-inline: 20px;
}
.supplement-list ul li article span
{
    padding-inline: 20px;
}

.inu-bg
{
    height: 600px;

    background: url(../images/common/Enewater01.jpg) center/cover no-repeat;
    background-attachment: fixed;
}
@media screen and (max-width: 834px)
{
    .inu-bg
    {
        height: 400px;

        background: url(../images/common/Enewater01.jpg) center/100% no-repeat;
    }
}
@media screen and (max-width: 640px)
{
    .inu-bg
    {
        height: 200px;

        background: url(../images/common/Enewater01.jpg) center/100% no-repeat;
    }
}

._bgnone .box > div
{
    padding-bottom: 0;

    background: none;
}
