@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: 65.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: 14px;
    font-weight: 400;
    line-height: 1.6;

    display: flex;
    flex-direction: column;

    min-height: 100vh;

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

    color: #000;
    background: url(../images/common/body-bg.jpg) center top;
}

@media screen and (max-width: 640px)
{
    body
    {
        background: url(../images/common/body-bg.jpg) top left;
    }
}

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

    margin-inline: auto;
}

.inner._large
{
    --width: 1200px;
}

#contents_wrap
{
    overflow: hidden;

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

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

@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.75000%;
}

.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;
}

small
{
    font-size: 80%;
}

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;
}

.header
{
    background: #ffe400;
}

.header-wrap
{
    display: flex;

    width: 100%;
    max-width: 570px;
    margin-left: auto;

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

@media screen and (max-width: 834px)
{
    .header-wrap
    {
        display: block;

        padding-top: 65px;
    }
}

@media screen and (max-width: 834px)
{
    .header-contact
    {
        position: fixed;
        z-index: 1000;
        right: 165px;
        bottom: 0;
    }
}

.nav
{
    border-bottom: 1px solid rgba(255, 228, 0, .5);
    background: #fff;
}

.nav-list
{
    display: flex;

    max-width: 1000px;

    margin-inline: auto;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 834px)
{
    .nav-list
    {
        display: block;
    }
}

.nav-item
{
    flex-grow: 1;
}

.nav-item:not(:last-child)
{
    border-right: 1px solid rgba(255, 228, 0, .5);
}

.nav-item a
{
    display: flex;
    flex-direction: column;

    padding: 10px 0 10px;

    color: #000;

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

.nav-item a:before
{
    font-size: 9px;

    content: '▼';
}

@media screen and (max-width: 834px)
{
    .nav-item a:before
    {
        display: none;
    }
}

.nav-item a:hover
{
    opacity: 1;
    background: #ffe400;
}

.drop
{
    position: relative;
}

.drop:hover .drop-item
{
    overflow: visible;

    height: 3rem;
}

@media screen and (max-width: 834px)
{
    .drop:hover .drop-item
    {
        height: auto;
    }
}

.drop-list
{
    position: absolute;
    z-index: 10;
    top: 2rem;
    left: 0;

    width: 100%;
    height: 100%;
}

@media screen and (max-width: 834px)
{
    .drop-list
    {
        position: static;
    }
}

.drop-item
{
    overflow: hidden;

    height: 0;

    transition: .5s;
}

@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: #ffe400;
}

.main
{
    position: relative;

    max-width: 1200px;
    margin-top: 20px;
    padding: var(--pd, 40px) 30px;

    margin-inline: auto;
}

@media screen and (max-width: 834px)
{
    .main
    {
        --pd: 20px;
    }
}

.main-copy
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    left: 0;

    display: block;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin: auto;
}

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

.mean-bar
{
    line-height: 2;

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

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

.mean-bar span
{
    background: #000 !important;
}

.mean-bar a
{
    color: #000 !important;
}

.slick-prev,
.slick-next
{
    z-index: 10;
}

.slick-next
{
    right: -5px !important;
}

.slick-prev:before
{
    display: block;

    width: 40px !important;
    height: 40px !important;

    content: '' !important;

    background: url(../images/common/left.png) center/contain no-repeat !important;
}

.slick-next:before
{
    display: block;

    width: 40px !important;
    height: 40px !important;

    content: '' !important;

    background: url(../images/common/right.png) center/contain no-repeat !important;
}

#global_footer
{
    margin-top: auto !important;
}

#global_footer .shop
{
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
}

.fnav
{
    border-top: 1px solid rgba(255, 228, 0, .5);
    background: #fff;
}

@media screen and (max-width: 834px)
{
    .fnav
    {
        display: none;
    }
}

.fnav-list
{
    display: flex;

    max-width: 1000px;

    margin-inline: auto;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 834px)
{
    .fnav-list
    {
        display: block;
    }
}

.fnav-item
{
    flex-grow: 1;
}

.fnav-item:not(:last-child)
{
    border-right: 1px solid rgba(255, 228, 0, .5);
}

.fnav-item a
{
    display: flex;
    flex-direction: column;

    padding: 10px 0 10px;

    color: #000;

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

.fnav-item a:before
{
    font-size: 9px;

    content: '▼';
}

@media screen and (max-width: 834px)
{
    .fnav-item a:before
    {
        display: none;
    }
}

.fnav-item a:hover
{
    opacity: 1;
    background: #ffe400;
}

.footer
{
    background: #ffe400;
}

.footer-inner
{
    display: flex;

    padding: 20px 0;

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

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

        height: 109px;
        padding: 8px 0;

        text-align: left;

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

@media screen and (max-width: 640px)
{
    .footer-inner
    {
        height: auto;
        padding-bottom: 120px;

        align-items: center;
    }
}

@media screen and (max-width: 834px)
{
    .footer-logo
    {
        width: 50%;
    }
}

.footer-copy
{
    font-weight: bold;
}

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

    border: none !important;
    background: none !important;
}

.news dl
{
    display: block !important;

    color: #000;
}

.news dl:not(:last-child)
{
    margin-bottom: 20px;
}

.news dt
{
    font-size: 16px;

    display: flex !important;
    flex-direction: row !important;

    padding: 10px 40px 10px 0 !important;

    background: url(../images/common/yaji.png) center right/auto no-repeat !important;

    justify-content: flex-start !important;
}

.news dt._active
{
    background: url(../images/common/yaji_active.png) center right/auto no-repeat !important;
}

.news dt:hover
{
    cursor: pointer;
}

.news dt span
{
    font-weight: bold;
}

.news dt h3
{
    font-weight: bold;

    margin-left: 20px;

    color: #e50057;
}

.news dd
{
    display: none;
}

.news dd div
{
    font-weight: bold;

    padding: 30px !important;

    border: 1px solid #ddd !important;
    border-radius: 20px !important;
    background: #fff;
}

.index-corona
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-corona:before
{
    width: calc(100% / 3 - 1%);

    content: '';

    order: 1;
}

.index-corona .box
{
    width: calc(100% / var(--width,5) - 1%);
}

@media screen and (max-width: 640px)
{
    .index-corona .box
    {
        margin-bottom: 2%;

        --width: 3;
    }
}

.index-01 .wrap
{
    width: 90%;
    padding: var(--pd, 50px);

    border-radius: 20px;
    background: #ffe400;

    margin-inline: auto;
}

@media screen and (max-width: 640px)
{
    .index-01 .wrap
    {
        --pd: 30px;
    }
}

.index-01 .Service
{
    display: flex;

    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-01 .Service .box
{
    position: relative;

    width: calc(100% / var(--width,3) - 1%);
    margin-bottom: 2%;

    border: 5px solid rgba(238, 238, 238, .3);
    border-radius: 20px;
}

@media only screen and (max-width: 1200px)
{
    .index-01 .Service .box
    {
        --width: 2;
    }
}

@media screen and (max-width: 640px)
{
    .index-01 .Service .box
    {
        --width: 1;
    }
}

.index-01 .Service .box:before
{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;

    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: flex;

    width: 50px;
    height: 50px;

    color: #fff;
    border-bottom-right-radius: 10px;

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

.index-01 .Service .box:nth-child(1):before
{
    content: '1';

    background: #0094ff;
}

.index-01 .Service .box:nth-child(2):before
{
    content: '2';

    background: #00ffa7;
}

.index-01 .Service .box:nth-child(3):before
{
    content: '3';

    background: #ff7302;
}

.index-01 .Service .box:nth-child(4):before
{
    content: '4';

    background: #ff0b00;
}

.index-01 .Service .box:nth-child(5):before
{
    content: '5';

    background: #ff00fc;
}

.index-01 .Service .box:nth-child(6):before
{
    content: '6';

    background: #0cff00;
}

.index-01 .Service .box div
{
    font-size: 16px;
    font-weight: bold;

    height: 100%;
    padding: 15px 0;

    text-align: center;

    background: #fff;
}

.index-01 .Service .box div span
{
    font-size: 13px;
}

/*タブ切り替え全体のスタイル*/
/*タブのスタイル*/
.tab_item
{
    font-size: 16px;
    font-weight: bold;
    line-height: 70px;

    display: block;
    float: left;

    width: calc(100% / 4);

    transition: all .2s ease;
    text-align: center;
    text-align: center;

    color: #fff;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 15px 15px 0 0;
    background-color: #e50057;
}

.tab_item._last
{
    border-right: 1px solid #ddd;
}

.tab_item:hover
{
    opacity: .75;
}

/*ラジオボタンを全て消す*/
input[name='tab_item']
{
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content
{
    display: none;
    clear: both;
    overflow: hidden;

    padding: 40px;

    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
}

/*選択されているタブのコンテンツのみを表示*/
#tokyo:checked ~ #tokyo_content,
#kanagawa:checked ~ #kanagawa_content,
#chiba:checked ~ #chiba_content,
#okayama:checked ~ #okayama_content
{
    display: block;
}

/*選択されているタブのスタイルを変える*/
input:checked + .tab_item
{
    opacity: 1;
    color: #000;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.tab-shop
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 834px)
{
    .tab-shop
    {
        display: block;
    }
}

.tab-shop:not(:last-child)
{
    margin-bottom: 40px;
    padding-bottom: 40px;

    border-bottom: 1px solid #ddd;
}

.tab-shop > article
{
    font-size: 16px;

    width: 40%;
}

@media screen and (max-width: 834px)
{
    .tab-shop > article
    {
        width: 100%;
        margin-bottom: 20px;

        text-align: center;
    }
}

.tab-shop > article h5
{
    font-weight: bold;

    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
    padding: 10px 0;

    text-align: center !important;

    color: #fff;
    border-radius: 30px;
    background: #000;
}

@media screen and (max-width: 834px)
{
    .tab-shop > article h5
    {
        margin-inline: auto;
    }
}

.tab-shop > article div
{
    font-weight: bold;
}

.tab-shop > article a
{
    font-weight: bold;

    display: block;

    color: #000;
}

.tab-shop ul
{
    display: flex;

    width: 60%;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 834px)
{
    .tab-shop ul
    {
        width: 100%;
    }
}

.tab-shop ul li
{
    font-size: 13px;
    font-weight: bold;

    display: block;

    width: calc(100% / 3 - 1%);
    margin-bottom: 2%;
    padding: 10px 0;

    text-align: center !important;

    border-radius: 30px;
    background: #ffe400;
}

@media screen and (max-width: 640px)
{
    .tab-shop ul li
    {
        width: calc(100% / 2 - 1%);
    }
}

.tab-sns
{
    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
}

@media screen and (max-width: 640px)
{
    .tab-sns
    {
        margin-top: 20px;
    }
}

.tab-sns .box
{
    margin: 0 5px 5px 0;
}

.campaign
{
    padding: 30px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.campaign h2
{
    font-size: 35px;
    font-weight: 900;

    margin-bottom: 20px;

    text-align: center !important;
}

@media screen and (max-width: 640px)
{
    .campaign h2
    {
        font-size: 30px;
    }
}

.campaign h2 span
{
    font-size: 16px;

    display: inline-block;

    padding: 15px;

    color: #fff;
    background: #e50057;
}

.campaign div
{
    padding: 30px;

    background: rgba(255, 255, 255, .8);
}

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: 250px;
    margin-top: 20px;
    padding: 10px 0;

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

    color: #fff;
    background: #e50057;
}

@media screen and (max-width: 640px)
{
    .btn a
    {
        margin-right: auto;
        margin-left: auto;
    }
}

.btn a
{
    font-weight: bold;
}

.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;
}

.flex5
{
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
}

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

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

.flex5:before
{
    width: calc(100% / 5 - 1%);

    content: '';

    order: 1;
}

.flex5:before
{
    width: calc(100% / 5 - 1%);

    content: '';

    order: 1;
}

.flex5:after
{
    width: calc(100% / 5 - 1%);

    content: '';

    order: 2;
}

.flex5 .box
{
    width: calc(100% / 5 - 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%);
    }
}

.flex5 .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;
    }
}

.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
{
    background: #ffe400;
}

.title-01._common h1
{
    font-size: 35px;
    font-weight: bold;

    display: flex;

    padding: 40px 0;

    color: #000;

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

@media screen and (max-width: 640px)
{
    .title-01._common h1
    {
        font-size: 28px;
    }
}

.title-01._common h1:before,
.title-01._common h1:after
{
    display: block;

    width: 60px;
    height: 65px;
    padding: 10px;

    content: '';
}

.title-01._common h1:before
{
    background: url(../images/common/title-left.png) center/auto no-repeat;
}

.title-01._common h1:after
{
    background: url(../images/common/title-right.png) center/auto no-repeat;
}

.title-02._index h2
{
    font-size: 30px;
    font-weight: 900;

    padding: 6px var(--pd, 0);

    border: 1px solid #ddd;
    border-top: 5px solid #e50057;
    border-radius: 0 0 10px 10px;
    background: #fff;
}

@media screen and (max-width: 834px)
{
    .title-02._index h2
    {
        font-size: 24px;

        --pd: 15px;
    }
}

.title-02._normal h2
{
    padding: 0;

    border: none;
    background: none;
}

.title-02._common h2
{
    font-size: 24px;
    font-weight: bold;

    padding: 7px;
    padding-left: 15px;

    border: 1px solid #ddd;
    border-left: 5px solid #e50057;
    border-radius: 5px;
    background: #fff;
}

.title-02._common b
{
    display: inline-block;

    margin-top: 10px;
}

.title-02._icon h2
{
    padding-left: 40px;

    background: url(../images/common/megane.png) center left 10px/20px auto no-repeat #fff;
}

.title-02._icon div
{
    font-size: 20px;

    width: -webkit-fit-content;
    width:    -moz-fit-content;
    width:         fit-content;
    margin-top: 10px;

    border-bottom: 1px solid #000;
}

.title-02._icon div:empty
{
    display: none;
}

.title-03._common h3
{
    font-size: 18px;
    font-weight: bold;

    position: relative;

    padding: 5px;
    padding-left: 20px;

    border-radius: 5px;
    background: #ffe400;
}

.title-03._common h3:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;

    display: block;

    width: 2px;
    height: 2px;
    margin: auto;

    content: '';

    background: #000;
}

._h3title h3
{
    margin-bottom: 15px;
}

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

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

    width: 100%;

    align-items: flex-start;
    justify-content: space-between;
}

.text-left .box > img,
.text-right .box > img
{
    width: 35% !important;
}

.text-left .box > div,
.text-right .box > div
{
    width: 63%;
}

.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: 20px;
    font-weight: bold;

    display: inline-block;

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

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

.pankuzu
{
    line-height: 1.3;

    margin: 30px 0;
}

.pankuzu a
{
    position: relative;

    display: inline-block;

    padding-right: 20px;

    color: #ffe400;
}

.pankuzu a:before
{
    font-size: 10px;

    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: 26px;

    display: block;

    margin: 10px 0 !important;

    color: #031a40;
}

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

    width: -webkit-fit-content !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: #ffe400 !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: 100px;
    font-weight: bold;

    color: #aaa;
}

.img-option .box
{
    overflow: inherit !important;
}

.img-option img
{
    padding: 5px !important;

    border: 1px solid #ddd;
    background: #fff;
}

.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: calc(100% / 4 - 1%);

    content: '';

    order: 1;
}

@media screen and (max-width: 834px)
{
    .anc-list ul:before,
    .anc-list ul:after
    {
        width: calc(100% / 2 - 1%);
    }
}

.anc-list ul li
{
    float: none;

    width: calc(100% / 4 - 1%);
    margin-bottom: 2%;
}

@media screen and (max-width: 834px)
{
    .anc-list ul li
    {
        width: calc(100% / 2 - 1%);
    }
}

.anc-list ul li a
{
    display: block;

    padding: 10px 0;

    text-align: center;

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

.list
{
    padding: 30px;

    border: 2px solid #ccc;
    border-radius: 10px;
    background: #fff;
}

.list ul li
{
    font-weight: bold;

    display: block;

    padding: 10px;
    padding-left: 30px;

    background: url(../images/common/check.png) center left/20px auto no-repeat;
}

.list ul li:not(:last-child)
{
    margin-bottom: 10px;

    border-bottom: 1px dotted #999;
}

.recruit-btn ul
{
    display: flex;

    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.recruit-btn ul:before,
.recruit-btn ul:after
{
    width: calc(100% / var(--column, 4) - 1%);

    content: '';

    order: 1;
}

@media screen and (max-width: 834px)
{
    .recruit-btn ul:before,
    .recruit-btn ul:after
    {
        --column: 3;
    }
}

@media screen and (max-width: 640px)
{
    .recruit-btn ul:before,
    .recruit-btn ul:after
    {
        --column: 2;
    }
}

.recruit-btn ul li
{
    width: calc(100% / var(--column, 4) - 1%);
    margin-bottom: 1%;
}

@media screen and (max-width: 834px)
{
    .recruit-btn ul li
    {
        --column: 3;
    }
}

@media screen and (max-width: 640px)
{
    .recruit-btn ul li
    {
        --column: 2;
    }
}

.recruit-btn ul li a
{
    font-weight: bold;

    display: block;

    padding: 10px 0;

    text-align: center;

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