@charset 'UTF-8';
@layer base, special;
@layer special
{
}
@layer base
{
}
.container-wrap
{
    container-type: inline-size;
    container-name: card-container;
}

@container card-container (max-width: 600px)
{
    .containe-inner
    {
        background: #000;
    }
}
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: 1.6;

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

#contents_wrap
{
    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% !important;
    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;
}

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

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

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

body
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

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

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

html
{
    font-size: 16px;
}

/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
02
   v2.0 | 20110126
03
   License: none (public domain)
04
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font: inherit;
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}

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

body
{
    line-height: 1;
}

ol,
ul
{
    list-style: none;
}

blockquote,
q
{
    quotes: none;
}

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

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

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

html
{
    font-size: 16px;
}

.header
{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    width: 100%;

    background-color: #fff !important;
}
.header-inner
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
.header-left
{
    display: flex;
    flex-direction: column;

    margin-left: 20px;

    align-items: flex-start;
}
@media only screen and (max-width: 1000px)
{
    .header-left
    {
        margin-left: 10px;
    }
}
.header-left-top
{
    font-size: 10px;

    margin-bottom: 10px;
}
@media only screen and (max-width: 1200px)
{
    .header-left-top
    {
        display: none;
    }
}
.header-logo img
{
    width: auto;
    height: 45px;
}
@media only screen and (max-width: 1200px)
{
    .header-logo img
    {
        height: 32px !important;
    }
}
@media only screen and (max-width: 600px)
{
    .header-logo img
    {
        height: 25px;
    }
}
.header-right
{
    display: flex;

    justify-content: flex-end;
    align-items: center;
}
.header-btn
{
    display: flex;
    flex-direction: column;

    width: 100px;
    height: 100px;

    color: #fff !important;

    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1200px)
{
    .header-btn
    {
        width: 70px;
        height: 70px;
    }
}
@media only screen and (max-width: 600px)
{
    .header-btn
    {
        width: 55px;
        height: 55px;
    }
}
.header-btn i
{
    font-size: 20px;

    margin-bottom: 8px;
}
@media only screen and (max-width: 1200px)
{
    .header-btn i
    {
        font-size: 16px;

        margin-bottom: 0;
    }
}
.header-btn span
{
    font-size: 11px;
}
@media only screen and (max-width: 1200px)
{
    .header-btn span
    {
        display: none;
    }
}
.header-tel
{
    background-color: #0f96cf;
}
.header-contact
{
    background-color: #e00000;
}
@media only screen and (max-width: 1000px)
{
    .header-nav
    {
        position: fixed;
        top: 70px;
        left: 0;

        display: none;

        width: 100vw;
        height: 100vh;
        padding: 60px 20px;

        background-color: #fff;
    }
}
@media only screen and (max-width: 600px)
{
    .header-nav
    {
        top: 55px;
    }
}
.header-nav ul
{
    display: flex;

    align-items: center;
}
@media only screen and (max-width: 1000px)
{
    .header-nav ul
    {
        flex-direction: column;
    }
}
.header-nav ul li
{
    margin-right: 25px;
}
@media only screen and (max-width: 1200px)
{
    .header-nav ul li
    {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1000px)
{
    .header-nav ul li
    {
        margin-right: 0;
        margin-bottom: 35px;
    }
}
.header-nav ul li a
{
    font-size: 14px;

    display: block;

    color: #333;
}
@media only screen and (max-width: 1200px)
{
    .header-nav ul li a
    {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1000px)
{
    .header-nav ul li a
    {
        font-size: 15px;
    }
}

.res-menu
{
    position: fixed;
    z-index: 100;
    top: 0;
    right: 140px;

    display: none;

    width: 70px;
    height: 70px;

    background-color: #fff;
}
@media only screen and (max-width: 1000px)
{
    .res-menu
    {
        display: block;
    }
}
@media only screen and (max-width: 600px)
{
    .res-menu
    {
        right: 110px;

        width: 55px;
        height: 55px;
    }
}
.res-menu span
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    display: block;

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

    content: '';
    transition: .2s;

    background-color: #0f96cf;
}
.res-menu span:first-child
{
    transform: translateY(-6px);
}
.res-menu span:last-child
{
    transform: translateY(6px);
}
.res-menu.active span:first-child
{
    transform: rotate(45deg);
}
.res-menu.active span:nth-child(2)
{
    opacity: 0;
}
.res-menu.active span:last-child
{
    transform: rotate(-45deg);
}

.mv
{
    position: relative;

    margin-top: 100px;
}
@media only screen and (max-width: 1200px)
{
    .mv
    {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 600px)
{
    .mv
    {
        margin-top: 55px;
    }
}
.mv-img img
{
    min-height: 500px;

    -o-object-fit: cover;
       object-fit: cover;
}
.mv-text
{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;

    display: block;

    width: 60%;
    max-width: 650px;
    margin: auto;

    transform: translateY(-50%);
}
@media only screen and (max-width: 600px)
{
    .mv-text
    {
        width: 80%;
    }
}

.footer
{
    margin-top: 120px;
    padding: 80px 20px;

    color: #fff;
    background-color: #0f96cf;
}
@media only screen and (max-width: 1000px)
{
    .footer
    {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 600px)
{
    .footer
    {
        margin-top: 80px;
    }
}
.footer-inner
{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.footer-map
{
    margin-bottom: 40px;
}
.footer-map iframe
{
    width: 100%;
    height: 350px;
}
@media only screen and (max-width: 600px)
{
    .footer-map iframe
    {
        height: 200px;
    }
}
.footer-logo
{
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
}
@media only screen and (max-width: 600px)
{
    .footer-logo
    {
        max-width: 240px;
    }
}
.footer-info
{
    font-size: 14px;
    line-height: 1.6;
}
@media only screen and (max-width: 600px)
{
    .footer-info
    {
        font-size: 12px;
    }
}
.footer-nav
{
    margin-top: 40px;
}
.footer-nav ul
{
    display: flex;

    justify-content: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 800px)
{
    .footer-nav ul
    {
        text-align: center;

        justify-content: flex-start;
    }
}
.footer-nav ul li
{
    font-size: 14px;

    margin-right: 15px;
    margin-left: 15px;
}
@media only screen and (max-width: 800px)
{
    .footer-nav ul li
    {
        font-size: 12px;

        width: 33%;
        margin-right: 0;
        margin-bottom: 25px;
        margin-left: 0;
    }
}
.footer-nav ul li a
{
    color: #fff;
}
.footer-copy
{
    font-size: 12px;

    margin-top: 60px;
}
@media only screen and (max-width: 800px)
{
    .footer-copy
    {
        margin-top: 30px;
    }
}

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

.p2-content
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.p2-h1
{
    margin-top: 100px;
    margin-bottom: 10px;
    padding: 100px 0 80px 80px;

    color: #fff;
    background-color: #0f96cf;
}
@media only screen and (max-width: 1200px)
{
    .p2-h1
    {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 800px)
{
    .p2-h1
    {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 600px)
{
    .p2-h1
    {
        margin-top: 55px;
        padding: 80px 0 60px 20px;
    }
}
.p2-h1 article
{
    display: flex;
    flex-direction: column-reverse;
}
.p2-h1 h1
{
    font-size: 40px;
    font-weight: 900;

    position: relative;
}
@media only screen and (max-width: 600px)
{
    .p2-h1 h1
    {
        font-size: 28px;
    }
}
.p2-h1 div
{
    font-size: 16px;

    margin-bottom: 20px;
}
@media only screen and (max-width: 600px)
{
    .p2-h1 div
    {
        font-size: 13px;

        margin-bottom: 10px;
    }
}
.p2-h2 h2
{
    font-size: 38px;
    font-weight: 900;

    position: relative;

    margin-top: 80px;
    margin-bottom: 40px;
    padding-top: 40px;
}
@media only screen and (max-width: 600px)
{
    .p2-h2 h2
    {
        font-size: 30px;
    }
}
.p2-h2 h2::before
{
    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 4px;

    content: '';

    border-radius: 4px;
    background-color: #0f96cf;
}
.p2-btn
{
    line-height: 70px;

    display: block;

    width: 320px;
    height: 70px;
    margin: 40px auto 0;

    text-align: center;

    color: #fff !important;
    border-radius: 5px;
    background-color: #0f96cf;
    box-shadow: #0d6d95 2px 2px 0;
}
@media only screen and (max-width: 400px)
{
    .p2-btn
    {
        width: 100%;
    }
}

.pan
{
    margin-bottom: 60px;
}
.pan ul
{
    display: flex;

    max-width: 1200px;
    margin: 5px auto 0;
}
.pan ul a
{
    color: #0f96cf !important;
}
.pan ul i
{
    padding: 0 10px;
}

.recruit-table td
{
    padding: 20px 10px !important;
}
@media only screen and (max-width: 600px)
{
    .recruit-table td
    {
        width: 100%;
    }
}
@media only screen and (max-width: 600px)
{
    .recruit-table tr
    {
        display: flex;
        flex-direction: column;
    }
}
.recruit-table-left
{
    background-color: #cbefff !important;
}

.const-flex
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.const-flex .box
{
    font-size: 14px;

    width: 31%;
    margin-bottom: 40px;
}
@media only screen and (max-width: 1000px)
{
    .const-flex .box
    {
        width: 48%;
    }
}
@media only screen and (max-width: 600px)
{
    .const-flex .box
    {
        width: 100%;
    }
}
.const-flex .box div
{
    line-height: 1.4;

    margin-top: 12px;

    text-align: center;
}
.const-flex2
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.const-flex2 .box
{
    width: 48%;
}
@media only screen and (max-width: 1000px)
{
    .const-flex2 .box
    {
        width: 100%;
    }
}
.const-movie iframe
{
    display: block;

    margin: 0 auto;
}
@media only screen and (max-width: 600px)
{
    .const-movie iframe
    {
        width: 100% !important;
    }
}

.access-map iframe
{
    width: 100% !important;
}
@media only screen and (max-width: 600px)
{
    .access-map iframe
    {
        height: 300px !important;
    }
}

.policy-top
{
    line-height: 1.7;
}
@media only screen and (max-width: 600px)
{
    .policy-top br
    {
        display: none;
    }
}
.policy-flex
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
@media only screen and (max-width: 600px)
{
    .policy-flex
    {
        flex-direction: column;
    }
}
.policy-img
{
    width: 30%;
}
@media only screen and (max-width: 600px)
{
    .policy-img
    {
        width: 70%;
        margin: 0 auto 30px;
    }
}
.policy-text
{
    line-height: 1.7;

    width: 70%;
    margin-left: 60px;
}
@media only screen and (max-width: 600px)
{
    .policy-text
    {
        width: 100%;
        margin-left: 0;
    }
}
.policy-text .name
{
    font-size: 20px;
    font-weight: bold;

    margin-bottom: 30px;
}
@media only screen and (max-width: 600px)
{
    .policy-text .name
    {
        font-size: 18px;
    }
}
@media only screen and (max-width: 600px)
{
    .policy-table tr
    {
        display: flex;
        flex-direction: column;
    }
}
.policy-table td
{
    line-height: 1.5;

    padding: 20px 10px !important;
}
@media only screen and (max-width: 600px)
{
    .policy-table td
    {
        width: 100%;
    }
}
.policy-table-left
{
    border: none;
    border-bottom: 2px solid #0f96cf;
}
@media only screen and (max-width: 600px)
{
    .policy-table-left
    {
        width: 150px !important;
    }
}
.policy-table-right
{
    border: none;
    border-bottom: 2px solid #ddd;
}

.works-table td
{
    padding: 20px 10px !important;
}
.works-table-top
{
    color: #fff;
    background-color: #0f96cf;
}
.works-table-left
{
    background-color: #cbefff !important;
}

.client-table table
{
    border-spacing: 10px !important;
    border-collapse: separate !important;
}
@media only screen and (max-width: 600px)
{
    .client-table tr
    {
        display: flex;

        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.client-table td
{
    font-size: 14px;
    line-height: 1.5;

    padding: 20px 10px !important;

    border: none !important;
    box-shadow: rgba(50, 50, 93, .1) 0 2px 2px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px;
}
@media only screen and (max-width: 600px)
{
    .client-table td
    {
        display: block;

        width: 50% !important;
    }
}

.contact-form
{
    max-width: 1000px;
    margin: 30px auto 0;
    padding: 0 20px;
}
.contact-form dd,
.contact-form dt
{
    padding: 20px 10px !important;
}
.contact-form dt
{
    display: flex;
    flex-direction: row !important;

    color: #fff !important;
    background-color: #0f96cf !important;

    align-items: center !important;
    justify-content: flex-start !important;
}
.contact-form dd input
{
    width: 100% !important;
    height: 45px;
}
.contact-form dd textarea
{
    height: 150px;
}
.contact-text
{
    margin-top: 30px;
}

button
{
    text-indent: 1px !important;
}

.submit button
{
    font-weight: bold;
    line-height: 70px;

    display: block;

    width: 320px;
    height: 70px;
    margin: 40px auto 0;

    text-align: center;

    color: #fff !important;
    border: none;
    border-radius: 5px;
    background: #0f96cf;
    box-shadow: #0d6d95 2px 2px 0;
}
@media only screen and (max-width: 400px)
{
    .submit button
    {
        width: 100%;
    }
}

.error,
.confirm,
.message
{
    margin-top: 100px !important;
}

.message
{
    line-height: 1.8;
}
.message a
{
    font-weight: bold;
    line-height: 70px;

    display: block;

    width: 320px;
    height: 70px;
    margin: 40px auto 0;

    text-align: center;

    color: #fff !important;
    border: none;
    border-radius: 5px;
    background: #0f96cf;
    box-shadow: #0d6d95 2px 2px 0;
}
@media only screen and (max-width: 400px)
{
    .message a
    {
        width: 100%;
    }
}

.blog
{
    margin-top: 120px !important;
}
.blog .date
{
    color: #fff !important;
    background-color: #0f96cf !important;
}

ul.pages a
{
    color: #333 !important;
}

a
{
    text-decoration: none;
}

ul
{
    list-style: none;
}

img
{
    width: 100%;
    max-width: 100%;
    height: auto;

    vertical-align: bottom;
}

body
{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;

    color: #333;
}
@media only screen and (max-width: 600px)
{
    body
    {
        font-size: 14px;
    }
}

i
{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.disnone
{
    display: none;
}

.imgL
{
    float: none;

    margin: 0;
}

#contents_wrap
{
    overflow: visible;
}

#contents
{
    width: 100%;
    margin: 0;
    padding: 0;
}

.cont-wrap
{
    padding-bottom: 120px;

    background-image: url(../images/main/cont-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen and (max-width: 600px)
{
    .cont-wrap
    {
        padding-bottom: 80px;
    }
}

.cont-title
{
    font-size: 40px;
    font-weight: 900;

    position: relative;

    color: #fff;
}
@media only screen and (max-width: 600px)
{
    .cont-title
    {
        font-size: 34px;
    }
}
.cont-title::before
{
    font-size: 90px;
    font-weight: 900;

    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;

    letter-spacing: 0;

    opacity: .2;
    color: #fff;
}
@media only screen and (max-width: 600px)
{
    .cont-title::before
    {
        font-size: 70px;
    }
}
.cont-title h2
{
    position: relative;
}
.cont-title h2::before
{
    position: absolute;
    z-index: 2;
    bottom: -30px;
    left: 0;

    display: block;

    width: 60px;
    height: 3px;

    content: '';

    border-radius: 3px;
    background-color: #fff;
}

.cont1
{
    position: relative;
    z-index: 2;

    width: 90%;
    margin: -60px 0 0 auto;
    padding: 160px 120px 120px 60px;

    background-color: #0f96cf;
}
@media only screen and (max-width: 1000px)
{
    .cont1
    {
        width: 100%;
        margin-top: 0;
        padding: 100px 20px;
    }
}
@media only screen and (max-width: 600px)
{
    .cont1
    {
        padding: 80px 20px;
    }
}
.cont1-inner
{
    display: flex;

    align-items: flex-start;
}
@media only screen and (max-width: 1000px)
{
    .cont1-inner
    {
        flex-direction: column;
    }
}
.cont1-title
{
    margin-right: 100px;
}
@media only screen and (max-width: 1000px)
{
    .cont1-title
    {
        margin-right: 0;
        margin-bottom: 50px;
    }
}
.cont1-title:before
{
    content: 'NEWS';
}
.cont1 .cont1-news
{
    overflow-y: scroll;

    width: calc(100% - 400px);
    height: 240px;
    margin-top: -40px;
    margin-right: 0;
    margin-left: auto;
}
@media only screen and (max-width: 1000px)
{
    .cont1 .cont1-news
    {
        width: 100%;
        margin-top: 0;
    }
}
.cont1 .cont1-news .blog_list
{
    border: none;
}
.cont1 .cont1-news dl
{
    margin-top: 30px;
    padding-bottom: 25px;

    border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 600px)
{
    .cont1 .cont1-news dl
    {
        flex-direction: column;
    }
}
.cont1 .cont1-news dl:last-of-type dt,
.cont1 .cont1-news dl:last-of-type dd
{
    border: none;
}
.cont1 .cont1-news dd
{
    font-size: 14px;
    line-height: 1.5;

    display: flex;

    width: 100%;
    padding: 0;

    color: #fff;
    border: none;
    background-color: inherit;
}
@media only screen and (max-width: 600px)
{
    .cont1 .cont1-news dd
    {
        width: 100% !important;
    }
}
.cont1 .cont1-news dt
{
    font-size: 14px;

    margin-right: 30px;
    padding: 0;

    color: #fff;
    border: none;
    background-color: inherit;
}
@media only screen and (max-width: 600px)
{
    .cont1 .cont1-news dt
    {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.cont2
{
    margin-top: 120px;
    padding: 0 20px;
}
.cont2-title
{
    font-size: 34px;
    font-weight: 900;

    position: relative;

    margin-bottom: 40px;
    padding-bottom: 30px;
}
@media only screen and (max-width: 600px)
{
    .cont2-title
    {
        font-size: 26px;
    }
}
.cont2-title::before
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 60px;
    height: 3px;
    margin: auto;

    content: '';

    border-radius: 3px;
    background-color: #0f96cf;
}
.cont2-title span
{
    color: #e00000;
}
.cont2-text
{
    line-height: 2.2;

    margin-bottom: 60px;
}
@media only screen and (max-width: 800px)
{
    .cont2-text br
    {
        display: none;
    }
}

.cont3
{
    padding: 120px 20px;

    background-color: #0f96cf;
}
@media only screen and (max-width: 1000px)
{
    .cont3
    {
        padding: 100px 20px;
    }
}
@media only screen and (max-width: 600px)
{
    .cont3
    {
        padding: 80px 20px;
    }
}
.cont3-title
{
    position: relative;

    margin-bottom: 80px;
}
.cont3-title::before
{
    content: 'CONSTRUCTION';
}
@media only screen and (max-width: 800px)
{
    .cont3-title::before
    {
        font-size: 46px;
    }
}
.cont3-inner
{
    max-width: 1200px;
    margin: 0 auto;
}
.cont3-flex
{
    display: flex;

    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.cont3-flex .box
{
    width: 31%;

    color: #fff;
}
@media only screen and (max-width: 800px)
{
    .cont3-flex .box
    {
        width: 48%;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 600px)
{
    .cont3-flex .box
    {
        width: 100%;
    }
}
.cont3-flex .box img
{
    width: 100% !important;
}
.cont3-flex .box div
{
    line-height: 1.8;

    margin-top: 20px;
}
.cont3-btnwrap
{
    display: flex;

    margin-top: 60px;

    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 800px)
{
    .cont3-btnwrap
    {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 600px)
{
    .cont3-btnwrap
    {
        flex-direction: column;
    }
}
.cont3-btn
{
    line-height: 70px;

    position: relative;

    display: block;

    width: 300px;
    height: 70px;
    margin-right: 10px;
    margin-left: 10px;

    text-align: center;

    color: #0f96cf !important;
    background-color: #fff;
}
@media only screen and (max-width: 600px)
{
    .cont3-btn
    {
        margin-bottom: 20px;
    }
}
.cont3-btn i
{
    position: absolute;
    top: 50%;
    right: 15px;

    transform: translateY(-50%);
}

.cont4
{
    max-width: 1200px;
    margin: 120px auto 0;
    padding: 0 20px;

    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media only screen and (max-width: 1000px)
{
    .cont4
    {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 600px)
{
    .cont4
    {
        margin-top: 80px;
    }
}
.cont4 .box
{
    width: 31%;
}
@media only screen and (max-width: 800px)
{
    .cont4 .box
    {
        width: 48%;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 600px)
{
    .cont4 .box
    {
        width: 100%;
    }
}
.cont4 .box img
{
    width: 100% !important;
}
