@charset 'UTF-8';
html
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

*,
*::after,
*::before
{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary
{
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video
{
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls])
{
    display: none;

    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template
{
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html
{
    font-family: sans-serif;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body
{
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a
{
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover
{
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title]
{
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong
{
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn
{
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr
{
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp
{
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre
{
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q
{
    quotes: '\201C' '\201D' '\2018' '\2019';
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.5em;
}

sub
{
    bottom: -.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img
{
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root)
{
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure
{
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset
{
    margin: 0;
    padding: 0; 

    border: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend
{
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea
{
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */

    margin: 0;
    /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input
{
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select
{
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled]
{
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio']
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search']
{
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
            box-sizing: content-box; 

    -webkit-appearance: textfield;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0; 

    border: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea
{
    overflow: auto;
    /* 1 */

    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table
{
    width: 100%;

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

/* === /NORMALIZE ===========================================*/
.grid-container
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 58.75em;
    margin-right: auto; 
    margin-left: auto;
}
.grid-container::after
{
    display: table; 
    clear: both;

    content: '';
}

.grid-column
{
    float: left;
}

.span-columns_d1
{
    width: 6.3829787234%;
    margin-right: 2.1276595745%;
}

.span-columns_d2
{
    width: 14.8936170213%;
    margin-right: 2.1276595745%;
}

.span-columns_d3
{
    width: 23.4042553191%;
    margin-right: 2.1276595745%;
}

.span-columns_d4
{
    width: 31.914893617%;
    margin-right: 2.1276595745%;
}

.span-columns_d5
{
    width: 40.4255319149%;
    margin-right: 2.1276595745%;
}

.span-columns_d6
{
    width: 48.9361702128%;
    margin-right: 2.1276595745%;
}

.span-columns_d7
{
    width: 57.4468085106%;
    margin-right: 2.1276595745%;
}

.span-columns_d8
{
    width: 65.9574468085%;
    margin-right: 2.1276595745%;
}

.span-columns_d9
{
    width: 74.4680851064%;
    margin-right: 2.1276595745%;
}

.span-columns_d10
{
    width: 82.9787234043%;
    margin-right: 2.1276595745%;
}

.span-columns_d11
{
    width: 91.4893617021%;
    margin-right: 2.1276595745%;
}

.span-columns_d12
{
    width: 100%;
    margin-right: 2.1276595745%;
}

.column_d1
{
    width: 6.3829787234%;
}

.column_d2
{
    width: 14.8936170213%;
}

.column_d3
{
    width: 23.4042553191%;
}

.column_d4
{
    width: 31.914893617%;
}

.column_d5
{
    width: 40.4255319149%;
}

.column_d6
{
    width: 48.9361702128%;
}

.column_d7
{
    width: 57.4468085106%;
}

.column_d8
{
    width: 65.9574468085%;
}

.column_d9
{
    width: 74.4680851064%;
}

.column_d10
{
    width: 82.9787234043%;
}

.column_d11
{
    width: 91.4893617021%;
}

.column_d12
{
    width: 100%;
}

.column-omega
{
    margin-right: 0;
}

body
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 100%;
    font-weight: 300; 
    line-height: 1.5;

    color: #34362f;
    background-color: #f5f5f4;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    body
    {
        font-size: 100%;
    }
}
@media screen and (max-width: 767px)
{
    body
    {
        font-size: 87.5%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd,
p
{
    margin: 0;
}

b
{
    font-weight: bold;
}

i
{
    display: inline-block;
}

em
{
    font-style: normal;
}

ul,
ol
{
    padding-left: 0; 

    list-style: none;
}

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

    vertical-align: middle; 

    border: 0;
}

th
{
    font-weight: normal;
}

fieldset
{
    margin: 0;
    padding: 0;
}

select,
button,
input,
textarea
{
    font-size: 1em; 

    display: block;

    width: 100%;
    margin: 0;
    padding: 0;

    -webkit-appearance: none;
}

.mod
{
    margin: 20px;
}

.mgn
{
    margin: 0 !important;
}

.mtn
{
    margin-top: 0 !important;
}

.mts
{
    margin-top: 10px !important;
}

.mtm
{
    margin-top: 20px !important;
}

.mtl
{
    margin-top: 40px !important;
}

.mtx
{
    margin-top: 60px !important;
}

.mbn
{
    margin-bottom: 0 !important;
}

.mbs
{
    margin-bottom: 10px !important;
}

.mbm
{
    margin-bottom: 20px !important;
}

.mbl
{
    margin-bottom: 40px !important;
}

.mbx
{
    margin-bottom: 60px !important;
}

.mln
{
    margin-left: 0 !important;
}

.mls
{
    margin-left: 10px !important;
}

.mlm
{
    margin-left: 20px !important;
}

.mll
{
    margin-left: 40px !important;
}

.mlx
{
    margin-left: 60px !important;
}

.mrn
{
    margin-right: 0 !important;
}

.mrs
{
    margin-right: 10px !important;
}

.mrm
{
    margin-right: 20px !important;
}

.mrl
{
    margin-right: 40px !important;
}

.mrx
{
    margin-right: 60px !important;
}

.mra
{
    margin-right: auto !important;
}

.mla
{
    margin-left: auto !important;
}

.mca
{
    margin-right: auto !important; 
    margin-left: auto !important;
}

.ptn
{
    padding-top: 0 !important;
}

.pts
{
    padding-top: 10px !important;
}

.ptm
{
    padding-top: 20px !important;
}

.ptl
{
    padding-top: 40px !important;
}

.ptx
{
    padding-top: 60px !important;
}

.pbn
{
    padding-bottom: 0 !important;
}

.pbs
{
    padding-bottom: 10px !important;
}

.pbm
{
    padding-bottom: 20px !important;
}

.pbl
{
    padding-bottom: 40px !important;
}

.pbx
{
    padding-bottom: 60px !important;
}

.pln
{
    padding-left: 0 !important;
}

.pls
{
    padding-left: 10px !important;
}

.plm
{
    padding-left: 20px !important;
}

.pll
{
    padding-left: 40px !important;
}

.plx
{
    padding-left: 60px !important;
}

.prn
{
    padding-right: 0 !important;
}

.prs
{
    padding-right: 10px !important;
}

.prm
{
    padding-right: 20px !important;
}

.prl
{
    padding-right: 40px !important;
}

.prx
{
    padding-right: 60px !important;
}

@font-face
{
    font-family: 'chatworkfont';
    font-weight: normal;
    font-style: normal; 

    src: url('../font/chatworkfont-5b37cc4de2acdac5b104d4c5e6af6527.woff') format('woff'), url('../font/chatworkfont-5b37cc4de2acdac5b104d4c5e6af6527.ttf') format('truetype');
}
.iconfont
{
    font-family: 'chatworkfont';
    font-weight: normal;
    font-style: normal;
    line-height: 1;

    display: inline-block;

    vertical-align: middle;
    text-decoration: inherit;
    text-transform: none;

    speak: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon_arrow_circle_down:before
{
    content: '\f101';
}

.icon_arrow_circle_left:before
{
    content: '\f102';
}

.icon_arrow_circle_right:before
{
    content: '\f103';
}

.icon_arrow_circle_up:before
{
    content: '\f104';
}

.icon_box_facebook:before
{
    content: '\f105';
}

.icon_box_google:before
{
    content: '\f106';
}

.icon_box_linkedin:before
{
    content: '\f107';
}

.icon_cw:before
{
    content: '\f108';
}

.icon_facebook:before
{
    content: '\f109';
}

.icon_google:before
{
    content: '\f10a';
}

.icon_linkedin:before
{
    content: '\f10b';
}

.icon_quote:before
{
    content: '\f10c';
}

.icon_sp_menu:before
{
    content: '\f10d';
}

.icon_twitter:before
{
    content: '\f10e';
}

/* Buttons

Variations of Button

Markup: <a class="btn  {$modidiers}" href="#">Button</a>

.btn--primary   - Primary Button.
.btn--secondary - Secondary Button.
.btn--wire      - Wired Button.
.btn--icon      - Button with Icon.

Styleguide 1
*/
.btn
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-weight: 400; 
    line-height: 44px;

    position: relative;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 44px;
    margin: 0;

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

    color: #fff;
    border: solid 1px #df1c13;
    border-radius: 4px;
    background-color: #df1c13;
}
@media screen and (max-width: 767px)
{
    .btn
    {
        font-size: .8571em;
    }
}
.btn:hover,
.btn:focus
{
    text-decoration: none; 

    color: #fff;
    border: solid 1px #eb0800;
    background-color: #eb0800;
}
.btn:active
{
    text-decoration: none; 

    color: #fff;
    border: solid 1px #d51f16;
    background-color: #d51f16;
}
.btn.btn--primary
{
    border: solid 1px #13202f;
    background-color: #13202f;
}
.btn.btn--primary:hover,
.btn.btn--primary:focus
{
    color: #fff;
    border: solid 1px #484b41;
    background-color: #484b41;
}
.btn.btn--primary:active
{
    color: #fff;
    border: solid 1px #23251f;
    background-color: #23251f;
}
.btn.btn--secondary
{
    border: solid 1px #645b4a;
    background-color: #645b4a;
}
.btn.btn--secondary:hover,
.btn.btn--secondary:focus
{
    color: #fff;
    border: solid 1px #a59474;
    background-color: #a59474;
}
.btn.btn--secondary:active
{
    color: #fff;
    border: solid 1px #777063;
    background-color: #777063;
}
.btn.btn--wire
{
    color: #13202f; 
    border: solid 1px #13202f;
    background-color: #fff;
}
.btn.btn--wire:hover,
.btn.btn--wire:focus
{
    color: #eb0800;
    border: solid 1px #eb0800;
    background-color: #fff;
}
.btn.btn--wire:active
{
    color: #d51f16;
    border: solid 1px #d51f16;
    background-color: #fff5f5;
}
.btn.btn--icon > .iconfont
{
    font-size: 1.5em;

    position: absolute;
    top: 0;
    left: 0;

    margin: .375em 0 .375em .375em;

    vertical-align: middle;
}
@media screen and (max-width: 767px)
{
    .btn.btn--icon > .iconfont
    {
        font-size: 2em;
    }
}
.btn.btn--icon:hover > .iconfont,
.btn.btn--icon:focus > .iconfont
{
    color: #fff;
}
.btn.btn--icon:active > .iconfont
{
    color: #fff;
}
.btn.btn--document
{
    border: solid 1px #566b00;
    background-color: #566b00;
}
.btn.btn--document:hover,
.btn.btn--document:focus
{
    color: #fff;
    border: solid 1px #566b00;
    background-color: #5e7802;
}
.btn.btn--document:active
{
    color: #fff;
    border: solid 1px #566b00;
    background-color: #4f6300;
}

.btn-expand
{
    font-size: 1.25em;
    line-height: 36px;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 36px;
    height: 36px;
    margin: 0 auto;

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

    color: #df1c13;
    border: solid 1px #df1c13;
    border-radius: 50%;
    background-color: #fff;
}
.btn-expand:hover,
.btn-expand:focus
{
    color: #fff; 
    border: solid 1px #df1c13;
    background-color: #df1c13;
}
.btn-expand:active
{
    border: solid 1px #13202f;
    background-color: #13202f;
}
.btn-expand.btn-expand--l
{
    font-size: 2.5rem; 

    width: 48px;
    height: 48px;
}
.btn-expand[data-opened]
{
    -webkit-animation: rotate_45deg .3s ease-in;
            animation: rotate_45deg .3s ease-in;

    -webkit-animation-fill-mode: forwards;
}
.btn-expand[data-closed]
{
    -webkit-animation: rotate_0deg .3s ease-in;
            animation: rotate_0deg .3s ease-in;

    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes rotate_45deg
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
}

@keyframes rotate_45deg
{
    0%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%
    {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
}
@-webkit-keyframes rotate_0deg
{
    0%
    {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    100%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
@keyframes rotate_0deg
{
    0%
    {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    100%
    {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
}
.btn-detail
{
    width: 23.4042553191%;
    margin-right: 2.1276595745%;
    margin-left: 76.7682386985%;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .btn-detail
    {
        width: 31.7708333333%;
        margin-right: 2.3148148148%;
        margin-left: 68.2384343986%;
    }
}
@media screen and (max-width: 767px)
{
    .btn-detail
    {
        width: 100%;
        margin-right: 1.3157894737%;
        margin-left: 0;
    }
}

.btn--mail
{
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .35);
            box-shadow: 0 2px 0 rgba(0, 0, 0, .35);
}

.input,
.textarea
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 44px;
    padding: .5em;

    border: solid 1px #df1c13;
    border-radius: 0;
    background-color: #fff; 

    -webkit-appearance: none;
}

.input--signup
{
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .35);
            box-shadow: 0 2px 0 rgba(0, 0, 0, .35);
}
.input--signup:focus
{
    -webkit-box-shadow: 0 0 0 1px #df1c13;
            box-shadow: 0 0 0 1px #df1c13;
}

.input::-webkit-input-placeholder
{
    font-weight: 300;

    color: #a6a6a6;
}

.input:-moz-placeholder
{
    font-weight: 300;

    color: #a6a6a6;
}

.textarea
{
    height: 6em;

    resize: none;
}

select
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 50px;

    border: solid 1px #df1c13;
    background-color: #fff;

    -webkit-appearance: menulist-button;
}

button
{
    border-style: none;
}

.list
{
    font-size: inherit; 

    margin: .8333em 0 1.6667em;
    padding-left: 1.4286em;

    list-style-position: outside;
    list-style-type: disc;
}
.list > li
{
    line-height: 1.5; 

    margin-bottom: .5556em;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .list
    {
        margin: 1.25em 0 1.875em;
    }
    .list > li
    {
        margin-bottom: .625em;
    }
}
@media screen and (max-width: 767px)
{
    .list
    {
        margin: 1.4286em 0 2.1429em;
    }
    .list > li
    {
        margin-bottom: .7143em;
    }
}
.list.list--child
{
    margin: .5556em 0;
    padding-left: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .list.list--child
    {
        margin: .625em 0;
    }
}
@media screen and (max-width: 767px)
{
    .list.list--child
    {
        margin: .7143em 0;
    }
}
.list.list--style-decimal
{
    list-style-type: decimal;
}
.list.list--style-upperlatin
{
    list-style-type: upper-latin;
}
.list.list--style-lowerroman
{
    list-style-type: lower-roman;
}
.list.list--style-none
{
    list-style-type: none;
}
.list.list--horizontal::after
{
    display: table; 
    clear: both;

    content: '';
}
.list.list--horizontal > li
{
    float: left;

    margin: .5556em 1.1111em 0 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .list.list--horizontal > li
    {
        margin: .625em 1.25em 0 0;
    }
}
@media screen and (max-width: 767px)
{
    .list.list--horizontal > li
    {
        margin: .7143em 1.4286em 0 0;
    }
}

.list--terms
{
    list-style-type: decimal;
}
.list--terms p
{
    margin-bottom: 0 !important;
}
.list--terms ul > li
{
    margin-bottom: .7em;
}

.definition
{
    font-size: inherit; 

    margin: 1.4286em 0 2.1429em;
}
.definition dt
{
    margin-bottom: 0;
}
.definition dd
{
    margin-bottom: 1.3889em;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .definition dd
    {
        margin-bottom: 1.5625em;
    }
}
@media screen and (max-width: 767px)
{
    .definition dd
    {
        margin-bottom: 1.7857em;
    }
}
.definition dd:last-child
{
    margin-bottom: 0;
}

.info__box
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 1em;
}
.info__box dt
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    min-width: 3.5em;
    padding: 4px 8px;

    color: #fff; 
    border-radius: 6px 0 0 6px;
    background: #e04145;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
.info__box dd
{
    padding: 4px 8px;

    border-radius: 0 6px 6px 0; 
    background: #fff;
}

.table
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;

    border: solid 1px #a6a6a6;
    background-color: #fff;
}
.table td,
.table th
{
    font-size: inherit;

    padding: 10px;

    vertical-align: middle;
}
.table.is_horizontal tr + tr td,
.table.is_horizontal tr + tr th
{
    border-top: solid 1px #d9d9d9;
}
.table.is_horizontal td + td,
.table.is_horizontal th + th
{
    border-left: solid 1px #d9d9d9;
}
.table .table__title
{
    text-align: center; 

    background-color: #f2f2f2;
}
@media screen and (min-width: 768px)
{
    .table
    {
        margin: 1.6667em 0 3.3333em;
    }
    .table .table__title
    {
        font-weight: 500; 

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
}

.archive-pricing-table
{
    width: 100%;

    text-align: center;
}
.archive-pricing-table td,
.archive-pricing-table th
{
    padding: .7143em;

    border: 1px solid #d9d9d9;
}
.archive-pricing-table th
{
    font-weight: bold; 

    background-color: #f2f2f2;
}
.archive-pricing-table td
{
    background-color: #fff;
}
.archive-pricing-table .archive-pricing-table__plan
{
    width: 33%;
}
.archive-pricing-table .archive-pricing-table__note
{
    font-weight: normal;
}

.table--compact th,
.table--compact td
{
    text-align: center;
}

.heading
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.25; 

    margin-bottom: .9375em;
}

.sub-heading
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 1.2222em;
    font-weight: 300;
    line-height: 1.5; 

    margin-bottom: 1.1364em;
}

.catch-copy
{
    font-size: 3em;
    line-height: 1.2em; 

    margin: 0 0 .3125em;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .catch-copy
    {
        font-size: 2.75em; 

        margin-bottom: .3409em;
    }
}
@media screen and (max-width: 767px)
{
    .catch-copy
    {
        font-size: 2.1429em; 

        margin-bottom: .3333em;
    }
}

.content-title
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 2em;
    font-weight: 300; 
    line-height: 1.4;

    margin-bottom: 1em;
}
.content-title:before
{
    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1.875em;
    height: .9375em;

    content: ''; 

    border-top: solid 1px #13202f;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .content-title
    {
        font-size: 1.75em;
        line-height: 1.4; 

        margin-bottom: 1.0714em;
    }
}
@media screen and (max-width: 767px)
{
    .content-title
    {
        font-size: 2em;
        line-height: 1.25; 

        margin-bottom: 1.25em;
    }
}

.content-sub-title
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif; 
    font-size: 1.25em;
    font-weight: 600;
    line-height: 1.5;

    margin-bottom: .4545em;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .content-sub-title
    {
        font-size: 1.25em;
        line-height: 1.4; 

        margin-bottom: .5em;
    }
}
@media screen and (max-width: 767px)
{
    .content-sub-title
    {
        font-size: 1.2857em;
        line-height: 1.3; 

        margin-bottom: 1.1111em;
    }
}

.content-smallest-title
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif; 
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;

    margin-bottom: .4545em;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .content-smallest-title
    {
        font-size: 1.25em;
        line-height: 1.4; 

        margin-bottom: .5em;
    }
}
@media screen and (max-width: 767px)
{
    .content-smallest-title
    {
        font-size: 1.2857em;
        line-height: 1.3; 

        margin-bottom: 1.1111em;
    }
}

.tagline
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.4; 

    margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .tagline
    {
        font-size: 1.125em;
    }
}
@media screen and (max-width: 767px)
{
    .tagline
    {
        font-size: 1.1429em;
    }
}

.content-container p,
.paragraph
{
    font-size: 1em; 

    margin-bottom: 1.1111em;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .content-container p,
    .paragraph
    {
        margin-bottom: 1.25em;
    }
}
@media screen and (max-width: 767px)
{
    .content-container p,
    .paragraph
    {
        margin-bottom: 1.4285em;
    }
}
.content-container p:last-child,
.paragraph:last-child
{
    margin-bottom: 0;
}
.content-container p:nth-of-type(1):nth-last-of-type(1),
.paragraph:nth-of-type(1):nth-last-of-type(1)
{
    margin-bottom: 0;
}

.small-text
{
    font-size: .7778em;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .small-text
    {
        font-size: .75em;
    }
}
@media screen and (max-width: 767px)
{
    .small-text
    {
        font-size: .7143em;
    }
}

.font-sans-serif
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-weight: 300;
}

.font-serif
{
    font-family: 'adobe-caslon-pro', serif;
    font-weight: 700;
}

.bold-text
{
    font-weight: bold;
}

.italic-text
{
    font-style: italic;
}

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

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

a
{
    text-decoration: none; 

    color: #df1c13;
}
a:hover
{
    text-decoration: underline; 

    color: #645b4a;
}

.pos-right
{
    margin: 0 0 0 auto;
}

.pos-center
{
    margin: 0 auto;
}

.media::after
{
    display: table; 
    clear: both;

    content: '';
}

.media__image
{
    float: left;

    margin-right: 2.1276595745%;
}
.media__image.is_rev
{
    float: right;

    margin-right: 0;
    margin-left: 2.1276595745%;

    text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .media__image.is_rev
    {
        float: none;

        margin-left: 0;
        padding: 1.25em 0 1.75em;

        text-align: center;
    }
}
@media screen and (max-width: 767px)
{
    .media__image.is_rev
    {
        float: none;

        margin-left: 0;
        padding: 1.25em 0 1.75em;

        text-align: center;
    }
}
.media__image.media__image--center
{
    text-align: center;
}
.media__image > img + img
{
    margin-top: 1.1111em;
}

.media__body
{
    overflow: hidden;
}

.content-body
{
    margin-bottom: 1.85em;
}

.figure
{
    margin-bottom: 1.1111em;

    text-align: center;
}
.figure.figure--with-mt
{
    margin-top: 2.5em;
}

.note
{
    margin: 2.5em 0;
    padding: .9375em;

    background-color: #e8e6e4;
}

.note__paragraph
{
    font-size: .77em; 

    margin-bottom: 1.383333333em;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .note__paragraph
    {
        font-size: .85em;
    }
}
@media screen and (max-width: 767px)
{
    .note__paragraph
    {
        font-size: .85em;
    }
}

.section
{
    padding: 2.7778em 0 3.3333em;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .section
    {
        padding: 3.125em 0 3.75em;
    }
}
@media screen and (max-width: 767px)
{
    .section
    {
        padding: 3.5714em 0 4.2857em;
    }
}
.section.section--plane
{
    background-color: #fff;
}

.section--company-policy
{
    padding-bottom: 5em;

    background: url(../image/company/bg_make-happiness.jpg) no-repeat center top;
}
@media screen and (min-width: 1212px)
{
    .section--company-policy
    {
        -webkit-background-size: 100% auto;
                background-size: 100% auto;
    }
}
@media screen and (max-width: 767px)
{
    .section--company-policy
    {
        padding-bottom: 2.7778em;
    }
}

.section__inner
{
    width: 940px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .section__inner
    {
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px)
{
    .section__inner
    {
        width: 95%;
        margin: 0 auto;
    }
}

.section__inner--filled-mobile
{
    width: 940px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .section__inner--filled-mobile
    {
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px)
{
    .section__inner--filled-mobile
    {
        width: 100%;
        margin: 0 auto;
    }
}

.content-container
{
    margin-bottom: 3.3333em;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .content-container
    {
        margin-bottom: 3.75em;
    }
}
@media screen and (max-width: 767px)
{
    .content-container
    {
        margin-bottom: 4.2857em;
    }
}
.content-container:last-child
{
    margin-bottom: 0;
}

.section--header
{
    position: relative;

    background-color: #fff;
}

.section--header--index
{
    background-image: url(../image/home/bg_main_index.jpg);
    background-position: center top;
    -webkit-background-size: cover;
            background-size: cover;
}

.section--header--index__inner
{
    background-color: rgba(0, 0, 0, .6);
}

.header
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 940px;
    height: 85px;
    margin: 0 auto;
    padding: 1.25em 0;

    background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .header
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        height: 72px;
        margin: 0 auto; 
        padding: 0 0 0 5%;
    }
}
@media screen and (max-width: 767px)
{
    .header
    {
        position: relative;

        width: 100%;
        height: 75px;
        padding: 0;
    }
}

.header--index
{
    background: none;
}

.header__logo
{
    line-height: 100%; 

    float: left;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 23.4042553191%;
}
.header__logo img
{
    max-height: 100%;
}
@media screen and (max-width: 767px)
{
    .header__logo
    {
        line-height: 75px; 

        margin-left: 4.5%;
    }
    .header__logo img
    {
        max-height: 40px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .header__logo
    {
        width: 23.2494212963%;
        margin: 1em 0;
    }
}
@media screen and (max-width: 767px)
{
    .header__logo
    {
        width: 49.3421052632%;
        margin-right: 1.3157894737%;
    }
}

.header__nav
{
    position: relative;
    top: 0;

    width: 74.4680851064%;
    margin: 0 0 0 auto;
}
@media screen and (max-width: 1023px)
{
    .header__nav
    {
        position: absolute;
        z-index: 2; 
        top: -353px;
        left: 0;

        width: 100%;
    }
}

.header__menu--open
{
    top: 75px;
}

.header__nav-btn
{
    font-size: 1.75em;
    line-height: 75px;

    width: 24.0131578947%;
    margin: 0 0 0 auto;

    cursor: pointer; 
    text-align: center;
}
.header__nav-btn > .iconfont
{
    color: #13202f;
}
@media screen and (min-width: 1024px)
{
    .header__nav-btn
    {
        display: none;
    }
}

.header--index__nav-btn > .iconfont
{
    color: #fff;
}

.header__nav-btn--open
{
    background-color: #df1c13;
}
.header__nav-btn--open > .iconfont
{
    color: #fff;
}

.global-nav
{
    text-align: right;

    border-radius: 0;
}
@media screen and (max-width: 1023px)
{
    .global-nav
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;

        border-radius: 0 0 30px 0;
        background-color: #df1c13;
    }
}

.global-nav__item
{
    line-height: 50px; 

    height: 50px;

    text-align: center;
}
@media screen and (max-width: 1023px)
{
    .global-nav__item:after
    {
        display: block;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 2em;
        height: 1px;
        margin: 0 auto;

        content: ''; 

        border-bottom: solid 1px #fff;
    }
    .global-nav__item > a
    {
        font-size: 1.4286em;

        display: block;

        width: 100%;

        text-decoration: none; 

        color: #fff;
    }
}
@media screen and (min-width: 1024px)
{
    .global-nav__item
    {
        line-height: 18px;

        display: inline-block;

        height: 18px;
        padding-left: 2em; 

        text-align: left;
        vertical-align: top;
    }
    .global-nav__item > a
    {
        font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
        font-weight: normal;

        height: auto;

        text-decoration: none; 

        color: #13202f;
    }
    .global-nav__item:before
    {
        display: block;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 1.5em;
        height: 1em;

        content: ''; 

        border-top: solid 1px #fff;
    }
    .global-nav__item:hover > a
    {
        color: #eb0800;
    }
    .global-nav__item:hover:before
    {
        border-top: solid 1px #eb0800;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .global-nav__item
    {
        padding-left: 1.3em;
    }
}
.global-nav__item.is_active:before
{
    border-top: solid 1px #13202f;
}
@media screen and (max-width: 767px)
{
    .global-nav__item.is_active > a
    {
        color: #d6d2c4;
    }
}

.btn-signin > .btn.btn--wire
{
    font-size: 1em; 
    line-height: 36px;

    margin-top: 3px;
    padding: 0 2em;
}
.btn-signin:before
{
    display: none;
}
@media screen and (max-width: 1023px)
{
    .btn-signin
    {
        width: 100%;
    }
    .btn-signin > .btn.btn--wire
    {
        font-size: 1.4286em;

        color: #fff;
        border-style: none;
        background-color: transparent;
    }
}

.global-nav--index > .global-nav__item:before
{
    border-color: transparent;
}
.global-nav--index > .global-nav__item:hover:before
{
    border-top: solid 1px #ffd016;
}
.global-nav--index > .global-nav__item > a
{
    color: #fff;
}
.global-nav--index > .global-nav__item:hover > a
{
    color: #ffd016;
}
.global-nav--index > .btn-signin > .btn.btn--wire
{
    color: #fff; 
    border-color: #fff;
    background: none;
}
.global-nav--index > .btn-signin > .btn.btn--wire:hover,
.global-nav--index > .btn-signin > .btn.btn--wire:focus
{
    color: #ffd016; 
    border-color: #ffd016;
    background: none;
}

.footer-closing__lead::after
{
    display: table; 
    clear: both;

    content: '';
}

.footer-closing__lead__item
{
    width: 50%;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.footer-closing__lead__item:nth-child(odd)
{
    float: left;

    padding-right: 1em;
}
@media screen and (max-width: 767px)
{
    .footer-closing__lead__item:nth-child(odd)
    {
        float: none;

        padding-right: 0;
    }
}
.footer-closing__lead__item:nth-child(even)
{
    float: right;
}
@media screen and (max-width: 767px)
{
    .footer-closing__lead__item:nth-child(even)
    {
        float: none;
    }
}
@media screen and (max-width: 767px)
{
    .footer-closing__lead__item
    {
        width: 100%;
    }
}

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

.footer-closing__lead__item__description
{
    font-size: .875em; 

    margin-top: .25em;
    margin-bottom: .25em;
}

.footer-closing__lead__item__link
{
    font-size: .875em;
}
.footer-closing__lead__item__link .icon_arrow_circle_right
{
    margin-right: .25em;

    vertical-align: baseline;
}

.section--footer
{
    padding: 1.4286em 0;

    background-color: #13202f;
}
@media screen and (max-width: 767px)
{
    .section--footer
    {
        padding: 1.4286em 0 1.0714em 0;
    }
}

.footer
{
    position: relative;

    width: 940px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .footer
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 90%;
        margin: 0 auto; 
        padding: 0 0 1.5em;
    }
}
@media screen and (max-width: 767px)
{
    .footer
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 90%;
        margin: 0 auto; 
        padding: 0;
    }
}

.footer__brand
{
    position: absolute;
    top: 0;
    right: 0;

    width: 23.4042553191%;
    margin: 0 0 2.2222em auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .footer__brand
    {
        width: 31.7708333333%;
    }
}
@media screen and (max-width: 767px)
{
    .footer__brand
    {
        position: relative;
        top: 0;
        left: 0;

        width: 62.0065789474%;
        margin: 0 0 1.4286em 0;
    }
}

.footer__news
{
    font-size: .8571em; 

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70%;
    margin-bottom: 1.5em;
    padding: 7px 12px;

    border-radius: 2px;
    background: #c2bbaf;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .footer__news
    {
        width: 60%;
    }
}
@media screen and (max-width: 767px)
{
    .footer__news
    {
        width: auto;
    }
}
.footer__news a
{
    text-decoration: none; 

    color: #13202f;
}
.footer__news a:hover
{
    text-decoration: underline;
}
.footer__news dt,
.footer__news dd
{
    display: inline-block;
}
.footer__news dt
{
    font-weight: bold; 

    margin-right: 10px;
}

.footer__nav
{
    width: 70%;
    margin-bottom: 3em;
}
.footer__nav::after
{
    display: table; 
    clear: both;

    content: '';
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .footer__nav
    {
        width: 60%;
    }
}
@media screen and (max-width: 767px)
{
    .footer__nav
    {
        width: auto;
    }
}
.footer__nav li
{
    line-height: 2; 

    float: left;

    width: 164px;
}
.footer__nav li.min
{
    width: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .footer__nav li.min
    {
        width: 50%;
    }
}
@media screen and (max-width: 767px)
{
    .footer__nav li.min
    {
        width: 50%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .footer__nav li
    {
        width: 50%;
    }
}
@media screen and (max-width: 767px)
{
    .footer__nav li
    {
        font-size: 1.1429em; 

        width: 50%;
    }
}
.footer__nav a
{
    font-size: .8571em;
    line-height: 1; 

    text-decoration: none;

    color: #d9d9d9;
}
.footer__nav a:hover
{
    text-decoration: underline; 

    color: #ffd016;
}
@media screen and (max-width: 767px)
{
    .footer__nav
    {
        width: 100%;
        margin-bottom: 1.7857em;
    }
    .footer__nav li
    {
        font-size: 1.1429em; 

        display: inline-block;

        margin: 0 1.25em 0 0;
    }
}

.footer__language
{
    position: relative;

    clear: both; 

    margin-bottom: 1em;
}
@media screen and (max-width: 767px)
{
    .footer__language
    {
        margin-bottom: 2em;
    }
}

.select-language
{
    font-size: .8571em;

    display: inline-block;

    width: auto;

    text-align: left; 
    text-decoration: none;

    color: #d9d9d9;
    background: transparent;
}
.select-language:hover,
.select-language:focus
{
    text-decoration: underline; 

    color: #ffd016;
}
.select-language:before
{
    display: inline-block;

    width: 20px;
    height: 20px;
    margin-right: 7px;

    content: '';
    vertical-align: middle; 

    background: url('../image/common/img_language.png') no-repeat center;
    -webkit-background-size: cover;
            background-size: cover;
}

.language-name
{
    position: absolute;
    top: -123px;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 220px;
    padding: 15px 19px;

    letter-spacing: -.4em; 

    border-radius: 3px;
    background: #e8e6e4;
}
.language-name li
{
    font-size: .8571em; 

    display: inline-block;

    width: 50%;

    letter-spacing: normal;
}
.language-name li a
{
    display: block;

    padding: 5px 0;

    color: #13202f;
}
@media screen and (max-width: 767px)
{
    .language-name
    {
        position: relative;
        top: 0;

        width: 100% !important; 
        margin: 2% -2% 0 0;
    }
    .language-name li
    {
        width: 48%;
        margin-right: 2%;
    }
    .language-name li a
    {
        padding: 12px 0;
    }
}

.footer__social
{
    position: absolute;
    top: 75px;
    right: 0;
}
@media screen and (max-width: 767px)
{
    .footer__social
    {
        position: relative;
        top: 0;
        left: 0;

        margin-bottom: 1.7857em;
    }
    .footer__social::after
    {
        display: table; 
        clear: both;

        content: '';
    }
}

.social__btn
{
    float: left;

    width: 40px;
    margin-right: 20px;
}
.social__btn:last-child
{
    margin-right: 0;
}
.social__btn a
{
    font-size: 20px;
    line-height: 40px;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;

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

    color: #fff;
    border-radius: 50% 50% 50% 0;
    background-color: #645b4a;
}
.social__btn a:hover,
.social__btn a:focus
{
    background-color: #756b59;
}
.social__btn a:active
{
    background-color: #605746;
}

.link-area
{
    display: block;

    margin-top: 3em;

    text-align: center;
}
.link-area > a
{
    font-weight: 500;
}
.link-area > a > .iconfont
{
    font-size: 1.25em; 

    margin: -1px 0 0 .3em;

    text-decoration: none;
}

a .icon_arrow_circle_right
{
    margin-right: 8px;
}

.copyright
{
    display: block;

    width: 940px;
    margin: 0 auto;

    color: #d9d9d9;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .copyright
    {
        width: 100%;
    }
}
@media screen and (max-width: 767px)
{
    .copyright
    {
        width: 100%;
    }
}

.cta-home-wrapper
{
    position: absolute;
    bottom: 0;

    width: 100%;

    background-color: rgba(0, 0, 0, .6);
}
@media screen and (max-width: 767px)
{
    .cta-home-wrapper
    {
        padding: 0;
    }
}

.cta
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 1.875em 0;
}
.cta::after
{
    display: table; 
    clear: both;

    content: '';
}

.cta--hero
{
    position: absolute;
    bottom: 0;

    background-color: rgba(52, 54, 47, .8);
}

.cta--hero-index
{
    position: absolute;
    bottom: 0;

    width: 100%;

    background: rgba(0, 0, 0, .6);
}

.cta--footer
{
    background-color: #fff;
}
.cta--footer .grid-container
{
    padding: 1.875em 0;

    border-radius: 8px; 
    background-color: #13202f;
}

.cta__catch
{
    font-weight: 400;
    line-height: 1;

    display: inline-block;

    margin-bottom: 0;

    vertical-align: middle;

    color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .cta__catch
    {
        display: block;

        margin-bottom: 1em;
    }
}
@media screen and (max-width: 767px)
{
    .cta__catch
    {
        display: block;

        margin-bottom: 1em;
    }
}

.cta__mail
{
    display: inline-block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.5%;
    margin-bottom: 0;
    margin-left: 6.7%;

    vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .cta__mail
    {
        display: block;
        float: none;

        width: 99.9421296296%;
        margin-right: 2.3148148148%; 
        margin-left: 0;
    }
}
@media screen and (max-width: 767px)
{
    .cta__mail
    {
        display: block;
        float: none;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        margin-right: 1.3157894737%;
        margin-left: 0;
        padding: 0 .7149em;
    }
}
.cta__mail .cta__mail--hero
{
    display: block;
    float: left;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .cta__mail .cta__mail--hero
    {
        float: none;
    }
}
@media screen and (max-width: 767px)
{
    .cta__mail .cta__mail--hero
    {
        float: none;
    }
}

.cta__social__heading
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 1.2222em;
    font-weight: 300;
    line-height: 1em; 

    padding: .4545em 0;
}
@media screen and (max-width: 767px)
{
    .cta__social__heading
    {
        margin-bottom: .4545em;

        text-align: center;
    }
}

.cta__social__btn
{
    float: left;

    width: 23.4042553191%;
    margin-right: 2.1276595745%;
    margin-bottom: 0;
}
.cta__social__btn:last-child
{
    margin-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .cta__social__btn
    {
        float: left;

        width: 48.8136574074%;
        margin-right: 2.3148148148%;
        margin-bottom: 0;
    }
    .cta__social__btn:last-child
    {
        margin-right: 0;
    }
}
@media screen and (max-width: 767px)
{
    .cta__social__btn
    {
        width: 49.3421052632%;
        margin-right: 1.3157894737%;
    }
}

.signup::after
{
    display: table; 
    clear: both;

    content: '';
}

.signup__form
{
    width: 100%;
    margin: 0 0 1em 0;
}
@media screen and (min-width: 768px)
{
    .signup__form
    {
        width: 70%;
        margin: 0 0 0 1em;
    }
}

.signup__form__placeholder
{
    margin-top: .5em;
    padding-left: .5em;

    text-align: left; 

    color: #fff;
}

.signup__button
{
    width: 100%;
    margin-left: 0;
}
@media screen and (min-width: 768px)
{
    .signup__button
    {
        width: 24%;
        margin: 0 0 0 1em;
    }
}

.signup__form,
.signup__button
{
    float: left;
}

.hero
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2.5em 0 2.7778em;

    border-right: solid 8px #13202f;
    border-radius: 0 120px 0 0;
    background-color: #e8e6e4;
}
.hero:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 120px;
    height: 100%;

    content: ''; 

    border-right: solid 8px #df1c13;
    border-radius: 0 112px 0 0;
}
@media screen and (max-width: 767px)
{
    .hero
    {
        position: relative;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;

        border-right: solid 4px #13202f; 
        border-radius: 0 75px 0 0;
    }
    .hero:after
    {
        position: absolute;
        top: 0;
        right: 0;

        display: block;

        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 75px;
        height: 100%;

        content: ''; 

        border-right: solid 4px #df1c13;
        border-radius: 0 71px 0 0;
    }
}

.hero--image
{
    height: 500px;

    -webkit-background-size: 100% auto;
            background-size: 100% auto;
}
@media screen and (max-width: 767px)
{
    .hero--image
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 400px;
        padding-top: 1.0714em;
    }
}

.hero--image-index
{
    height: 516px;
}

.hero--index
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 100px;

    border-right: solid 0 #13202f; 
    border-radius: 0 0 0 0;
    background: none;
}
.hero--index:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 0;
    height: 100%;

    content: ''; 

    border-right: solid 0 #df1c13;
    border-radius: 0 0 0 0;
}
.hero--index .catch-copy
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 4em;
    font-weight: 700;

    margin-bottom: .15em;

    text-align: center; 

    color: #fff;
}
.hero--index .tagline
{
    font-size: 1.25em;

    text-align: center; 

    color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .hero--index
    {
        padding-top: 95px;

        -webkit-background-size: 1200px 1200px;
                background-size: 1200px;
    }
}
@media screen and (max-width: 767px)
{
    .hero--index
    {
        height: 400px;
        padding-top: 0;

        text-align: left; 

        background-position: center 40px;
        -webkit-background-size: 800px 800px;
                background-size: 800px;
    }
    .hero--index .catch-copy
    {
        font-size: 2em;

        margin-top: 1.5em;

        text-align: left;
    }
    .hero--index .tagline
    {
        font-size: 1em;

        text-align: left;
    }
}
@media screen and (min-width: 1400px)
{
    .hero--index
    {
        -webkit-background-size: 100% auto;
                background-size: 100% auto;
    }
}

.hero--product
{
    background: url(../image/product/bg_main_product.jpg) no-repeat center top;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .hero--product .catch-copy
    {
        width: 310px;
    }
}
@media screen and (max-width: 767px)
{
    .hero--product
    {
        padding-top: 2.1429em;

        -webkit-background-size: 800px 800px;
                background-size: 800px;
    }
    .hero--product .catch-copy
    {
        width: 220px;
    }
}
@media screen and (min-width: 1601px)
{
    .hero--product
    {
        -webkit-background-size: 100% auto;
                background-size: 100% auto;
    }
}

.hero--pricing
{
    background: url(../image/pricing/bg_main_pricing.jpg) no-repeat center top;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .hero--pricing
    {
        padding-top: 1.875em;
    }
}
@media screen and (max-width: 767px)
{
    .hero--pricing
    {
        -webkit-background-size: 800px 800px;
                background-size: 800px;
    }
}
@media screen and (min-width: 1024px)
{
    .hero--pricing .catch-copy
    {
        width: 80%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .hero--pricing .catch-copy
    {
        width: 75%;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px)
{
    .hero--pricing .catch-copy
    {
        width: 60%;
    }
}
@media screen and (max-width: 479px)
{
    .hero--pricing .catch-copy
    {
        width: 100%;
    }
}
@media screen and (min-width: 1601px)
{
    .hero--pricing
    {
        -webkit-background-size: 100% auto;
                background-size: 100% auto;
    }
}

.hero--company
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 500px;
    padding-top: 9.6875em;

    color: #fff;
    background: url(../image/company/bg_main_company.jpg) no-repeat center top;
}
.hero--company .catch-copy
{
    font-size: 3.375em; 

    margin-bottom: .6667em;
}
.hero--company .tagline
{
    font-size: 1.125em;
    line-height: 2em;
}
@media screen and (min-width: 1000px)
{
    .hero--company
    {
        -webkit-background-size: 100% auto;
                background-size: 100% auto;
    }
}
@media screen and (max-width: 767px)
{
    .hero--company
    {
        height: auto;
        padding-top: 4em;

        background-position: 55% top;
    }
}

.headline-box
{
    padding: 2.5em 0;

    text-align: center;
}
.headline-box::after
{
    display: table; 
    clear: both;

    content: '';
}

.headline-box__title
{
    font-size: 1em; 

    display: inline-block;

    margin-right: 1em;
}

.headline-box__list
{
    display: inline-block;
}
.headline-box__list dt,
.headline-box__list dd
{
    display: inline-block;
}
.headline-box__list dt
{
    margin-right: .5em;
}

.home-function__title
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 2.25em; 
    font-weight: 300;

    text-align: center;
}
@media screen and (max-width: 767px)
{
    .home-function__title
    {
        text-align: left;
    }
}

.home-function__lead
{
    text-align: center;
}
@media screen and (max-width: 767px)
{
    .home-function__lead
    {
        text-align: left;
    }
}

.home-function-box::after
{
    display: table; 
    clear: both;

    content: '';
}
.home-function-box:first-of-type
{
    margin-top: 2.8125em;
}
.home-function-box + .home-function-box
{
    margin-top: 2.5em;
}
@media screen and (max-width: 767px)
{
    .home-function-box + .home-function-box
    {
        margin-top: 3em;
    }
}

.home-function-box__img
{
    float: left;

    border: #d9d9d9 solid 1px;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .home-function-box__img
    {
        width: 40%;
    }
}
@media screen and (max-width: 767px)
{
    .home-function-box__img
    {
        display: block;
        float: none;

        margin: 1.25em auto 0;
    }
}

.home-function-box__txt
{
    float: right;

    width: 57.2%;
}
@media screen and (max-width: 767px)
{
    .home-function-box__txt
    {
        float: none;

        width: auto;
    }
    .home-function-box__txt br
    {
        display: none;
    }
}

.function-title
{
    font-size: 1.375em; 
    font-weight: bold;

    margin-bottom: .86em;
}
.function-title:before
{
    display: inline-block;

    width: 50px;
    height: 50px;
    margin-right: .45em;

    content: '';
    vertical-align: middle;

    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
}
@media screen and (max-width: 767px)
{
    .function-title
    {
        font-size: 1.25em; 

        margin-bottom: .5em;
    }
    .function-title:before
    {
        width: 37px;
        height: 37px;
    }
}

.function-title--chat:before
{
    background-image: url('../image/home/ico_feature_chat.png');
}

.function-title--task:before
{
    background-image: url('../image/home/ico_feature_task.png');
}

.function-title--file:before
{
    background-image: url('../image/home/ico_feature_file.png');
}

.function-title--live:before
{
    background-image: url('../image/home/ico_feature_video.png');
}

.btn--explore
{
    font-size: 1.3em;
    line-height: 50px;

    width: 220px;
    height: 50px;
    margin: 60px auto 0;

    cursor: pointer;
}

.home-feature::after
{
    display: table; 
    clear: both;

    content: '';
}
.home-feature + .home-feature
{
    margin-top: 2.8125em;
}
@media screen and (max-width: 767px)
{
    .home-feature + .home-feature
    {
        margin-top: 3em;
    }
}

.home-feature__img
{
    float: left;

    width: 40.4%;
}
@media screen and (max-width: 767px)
{
    .home-feature__img
    {
        display: block;
        float: none;

        width: auto; 
        margin: 1.5em auto 0;
    }
}

.home-feature__txt
{
    float: right;

    width: 57.2%;
}
@media screen and (max-width: 767px)
{
    .home-feature__txt
    {
        float: none;

        width: 100%;
    }
}

.feature-title
{
    font-size: 1.5em; 
    font-weight: bold;

    margin-bottom: .5em;
}
@media screen and (max-width: 767px)
{
    .feature-title
    {
        font-size: 1.25em;
    }
}

.home-device::after
{
    display: table; 
    clear: both;

    content: '';
}

.home-device__img
{
    float: right;

    width: 48%;

    text-align: center;
}
.home-device__img img
{
    width: auto;
}
@media screen and (max-width: 767px)
{
    .home-device__img
    {
        float: none;

        width: 100%;
        margin-top: 1.25em;
    }
    .home-device__img img
    {
        display: block;

        margin: auto;
    }
}

.home-device__txt
{
    float: left;

    width: 48%;
}
@media screen and (max-width: 767px)
{
    .home-device__txt
    {
        float: none;

        width: 100%;
    }
}

.muti-manual
{
    margin-top: 1.25em;
    padding: .7em .8em;

    background: #f9f8f6;
}
.muti-manual h3
{
    font-size: 1em;

    margin-bottom: .3em;
}
.muti-manual p
{
    margin-bottom: .3em;
}

.home-security::after
{
    display: table; 
    clear: both;

    content: '';
}

.home-security__img
{
    float: right; 

    width: 458px;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .home-security__img
    {
        float: none;
        overflow: hidden;

        width: auto;

        text-align: center;
    }
    .home-security__img img
    {
        width: 90%;
    }
}
@media screen and (max-width: 767px)
{
    .home-security__img
    {
        float: none;

        width: auto;
        margin: 35px 0 0;
        padding: 0 20px;

        text-align: center;
    }
}

.home-security__txt
{
    float: left;

    width: 385px; 
    margin-right: 10px;
}
.home-security__txt p
{
    margin-bottom: 1em;
}
@media screen and (max-width: 767px)
{
    .home-security__txt
    {
        float: none;

        width: 100%;
    }
}

.home-case
{
    border: #d9d9d9 solid 1px;
}
.home-case::after
{
    display: table; 
    clear: both;

    content: '';
}

.home-case__link .case-title,
.home-case__link .case-company
{
    color: #34362f;
}
.home-case__link:hover .home-case__img
{
    opacity: .7;
}
.home-case__link:hover .case-title,
.home-case__link:hover .case-company
{
    text-decoration: none;
}
.home-case__link:hover .case-more
{
    text-decoration: underline;
}

.home-case__img
{
    float: left;

    width: 40.4%;
}
@media screen and (max-width: 767px)
{
    .home-case__img
    {
        display: block;
        float: none;

        width: auto; 
        margin: 0 auto;
    }
}

.home-case__txt
{
    float: right;

    width: 57.2%;
}
@media screen and (max-width: 767px)
{
    .home-case__txt
    {
        float: none;

        width: 100%;
        padding: 1em;
    }
}

.case-title
{
    font-size: 1.5em; 
    font-weight: bold;

    margin-top: .5em;
}
@media screen and (max-width: 767px)
{
    .case-title
    {
        font-size: 1.25em;

        margin-top: 0;
    }
}

.case-company
{
    margin: 1em 0;
}

.case-company__logo
{
    display: inline-block;
}
@media screen and (max-width: 767px)
{
    .case-company__logo
    {
        margin-bottom: .5em;
    }
}

.case-company__name
{
    display: inline-block;

    margin-left: .5em;
}
@media screen and (max-width: 767px)
{
    .case-company__name
    {
        font-size: .8571em;
    }
}

.home-feature--security p
{
    margin-bottom: 10px;
}

.product__features__intro
{
    width: 940px;
    margin: 0 auto 3.3333em auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .product__features__intro
    {
        width: 90%;
        margin: 0 auto 3.75em auto;
    }
}
@media screen and (max-width: 767px)
{
    .product__features__intro
    {
        width: 95%;
        margin-bottom: 4.2857em;
    }
}

.product__features__content
{
    width: 940px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .product__features__content
    {
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px)
{
    .product__features__content
    {
        width: 100%;
    }
}
.product__features__content .chat
{
    color: #d6d2c4; 
    background-color: #404040;
}
.product__features__content .task_management
{
    color: #000; 
    background-color: #d6d2c4;
}
.product__features__content .file_sharing
{
    color: #fff; 
    background-color: #737373;
}
.product__features__content .voice_calls
{
    color: #000; 
    background-color: #fff;
}
.product__features__content .contact_management
{
    color: #000; 
    background-color: #fff;
}
.product__features__content .notifications
{
    color: #000; 
    background-color: #aaa59b;
}
.product__features__content .profile
{
    color: #000; 
    background-color: #e8e6df;
}
.product__features__content .user_management
{
    color: #fff; 
    background-color: #645b4a;
}

.feature-box
{
    float: left;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
    padding: 1.1111em;

    cursor: pointer; 
    text-align: center;
}
.feature-box.feature-box--first
{
    color: #d6d2c4;
    background-color: #404040;
}
.feature-box.feature-box--first .btn-expand
{
    color: #d6d2c4;
    border-color: #d6d2c4;
    background-color: #404040;
}
.feature-box.feature-box--first:hover
{
    color: #d6d2c4;
    background-color: #737373;
}
.feature-box.feature-box--first:hover .btn-expand
{
    background-color: #737373;
}
.feature-box.feature-box--second
{
    color: #000; 
    background-color: #d6d2c4;
}
.feature-box.feature-box--second .btn-expand
{
    color: #000;
    border-color: #000;
    background-color: #d6d2c4;
}
.feature-box.feature-box--second:hover
{
    color: #000;
    background-color: #e8e6df;
}
.feature-box.feature-box--second:hover .btn-expand
{
    background-color: #e8e6df;
}
.feature-box.feature-box--third
{
    color: #fff; 
    background-color: #737373;
}
.feature-box.feature-box--third .btn-expand
{
    color: #fff;
    border-color: #fff;
    background-color: #737373;
}
.feature-box.feature-box--third:hover
{
    color: #fff;
    background-color: #a6a6a6;
}
.feature-box.feature-box--third:hover .btn-expand
{
    background-color: #a6a6a6;
}
.feature-box.feature-box--fourth
{
    color: #000; 
    background-color: #fff;
}
.feature-box.feature-box--fourth .btn-expand
{
    color: #000;
    border-color: #000;
    background-color: #fff;
}
.feature-box.feature-box--fourth:hover
{
    color: #645b4a;
    background-color: #fff;
}
.feature-box.feature-box--fourth:hover .btn-expand
{
    background-color: #fff;
}
.feature-box.feature-box--fifth
{
    color: #000; 
    background-color: #fff;
}
.feature-box.feature-box--fifth .btn-expand
{
    color: #000;
    border-color: #000;
    background-color: #fff;
}
.feature-box.feature-box--fifth:hover
{
    color: #645b4a;
    background-color: #fff;
}
.feature-box.feature-box--fifth:hover .btn-expand
{
    background-color: #fff;
}
.feature-box.feature-box--sixth
{
    color: #000; 
    background-color: #aaa59b;
}
.feature-box.feature-box--sixth .btn-expand
{
    color: #000;
    border-color: #000;
    background-color: #aaa59b;
}
.feature-box.feature-box--sixth:hover
{
    color: #000;
    background-color: #c9c6c0;
}
.feature-box.feature-box--sixth:hover .btn-expand
{
    background-color: #c9c6c0;
}
.feature-box.feature-box--seventh
{
    color: #000; 
    background-color: #e8e6df;
}
.feature-box.feature-box--seventh .btn-expand
{
    color: #000;
    border-color: #000;
    background-color: #e8e6df;
}
.feature-box.feature-box--seventh:hover
{
    color: #000;
    background-color: #f9f8f6;
}
.feature-box.feature-box--seventh:hover .btn-expand
{
    background-color: #f9f8f6;
}
.feature-box.feature-box--eighth
{
    color: #fff; 
    background-color: #645b4a;
}
.feature-box.feature-box--eighth .btn-expand
{
    color: #fff;
    border-color: #fff;
    background-color: #645b4a;
}
.feature-box.feature-box--eighth:hover
{
    color: #fff;
    background-color: #8b8477;
}
.feature-box.feature-box--eighth:hover .btn-expand
{
    background-color: #8b8477;
}
@media screen and (max-width: 1023px)
{
    .feature-box
    {
        width: 50%;
    }
}
@media screen and (max-width: 767px)
{
    .feature-box
    {
        width: 100%;
        margin-bottom: .3571em;
    }
}

.feature-box__title
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 1.125em;
    font-weight: 400; 

    margin-bottom: .5556em;
}

.feature-box__icon
{
    margin-bottom: 1.0714em;
}

.feature-box__detail
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;

    border-radius: 0 0 0 75px;
}
.feature-box__detail::after
{
    display: table; 
    clear: both;

    content: '';
}
@media screen and (max-width: 767px)
{
    .feature-box__detail
    {
        margin-bottom: .3571em;
    }
}

.feature-box__detail__body
{
    float: left;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70%;
    padding: 4.286em 1.429em 6.429em 4.286em;
}
@media screen and (max-width: 767px)
{
    .feature-box__detail__body
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%;
        padding-left: 2.8571em;
    }
}

.feature-box__detail__body__title
{
    font-size: 1em;
    line-height: 1; 

    margin-bottom: .5556em;
}

.feature-box__detail__body__text
{
    font-size: .875em; 

    margin-bottom: 1.9444em;
}
.feature-box__detail__body__text:last-child
{
    margin-bottom: 0;
}

.feature-box__detail__image
{
    float: right;

    width: 30%;
    margin: 3.3333em 0 0 auto;

    text-align: right;
}
@media screen and (max-width: 767px)
{
    .feature-box__detail__image
    {
        display: none;
    }
}

.plan-table
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.plan-table::after
{
    display: table; 
    clear: both;

    content: '';
}
@media screen and (max-width: 767px)
{
    .plan-table
    {
        display: block;
    }
}

.plan
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 31.914893617%;
    margin-right: 2.1276595745%;
    margin-bottom: .8333em;
    padding: 0 1.25em 1.25em;

    border-right: solid 2px #d6d2c4;
    background-color: #fff;
}
.plan.plan--free
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    border-right: solid 2px #d6d2c4; 
    border-radius: 0 24px 0 0;
}
.plan.plan--business
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    border-right: solid 2px #13202f; 
    border-radius: 0 24px 0 0;
}
.plan.plan--enterprise
{
    position: relative;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    border-right: solid 2px #13202f; 
    border-radius: 0 24px 0 0;
}
.plan.plan--enterprise:after
{
    position: absolute;
    top: 0;
    right: 0;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 24px;
    height: 100%;

    content: ''; 

    border-right: solid 2px #df1c13;
    border-radius: 0 22px 0 0;
}
.plan:last-child
{
    margin-right: 0;
}
@media screen and (max-width: 767px)
{
    .plan
    {
        width: 100%;
        margin: 0 0 .9375em;
    }
}

.plan__title
{
    font-size: 1.75em;
    font-weight: bold;
    line-height: 1.2;

    margin-bottom: 0;
    padding-top: 1em;

    text-align: center;
}

.plan__desc
{
    margin-bottom: 1.5em;

    text-align: center;
}

.plan__price
{
    font-family: Helvetica, sans-serif;
    font-weight: 300;

    margin-top: 1.5em;
    margin-bottom: 3.75em;

    text-align: center; 

    color: #645b4a;
}
.plan__price.with-note
{
    position: relative;
}
.plan__price.plan__price--business
{
    margin-top: 3em;
}
.plan__price.plan__price--enterprise
{
    font-size: 1.3em;

    margin: 4em 0;
}

.annual-contract-text
{
    font-size: 75%;
}

.plan__price__single
{
    line-height: 1;

    height: 2.1em;
}

.plan__price__num
{
    font-size: 5em;
    line-height: 1; 

    position: relative;

    display: inline-block;
}

.plan__price__num__currency-unit
{
    font-size: 24px; 

    position: absolute;
    top: 10px;
    left: -18px;
}

.plan__price__num__term-unit
{
    font-size: 24px; 

    position: absolute;
    right: -86px;
    bottom: 10px;
}

.plan__price__note
{
    font-size: .875em;

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

    width: 100%;
}
.plan__price__note > em
{
    font-weight: bold;
}

.plan__price__note__yearly-merit
{
    font-size: .625em;
    font-weight: normal;
    line-height: 1.2; 

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 7em;
    margin: 0 auto;

    color: #df1c13;
    border: 1px solid #df1c13;
    border-radius: 20px;
}

.plan__list
{
    margin: 1.25em 0 0;
    padding-bottom: 1.25em;
    padding-left: 1em;

    list-style-type: none;
}
.plan__list li
{
    font-size: .8em; 

    position: relative;

    margin: .5em 0;
}
.plan__list li:before
{
    position: absolute;
    top: .625em;
    left: -1em;

    display: block;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 6px;
    height: 6px;

    content: '';

    border: 1px solid #645b4a;
    border-radius: 50%;
}

.plan__note
{
    font-size: .83em;
}

.plan__footnote-mark
{
    font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 12px;
    font-weight: normal; 

    vertical-align: super;
}

.plan__footnote-list
{
    font-size: .75em; 

    margin-top: .625em;
}

.admin-feature__title
{
    margin-bottom: 1.5625em;
}

.admin-feature__body p
{
    margin-bottom: 1.875em;
}
.admin-feature__body p:last-of-type
{
    margin-bottom: 0;
}
.admin-feature__body .admin-feature__content
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
@media screen and (max-width: 767px)
{
    .admin-feature__body .admin-feature__content
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.admin-feature__body .admin-feature__content .wrapper
{
    width: -webkit-calc(100% - 324px);
    width:         calc(100% - 324px);
}
@media screen and (max-width: 767px)
{
    .admin-feature__body .admin-feature__content .wrapper
    {
        width: 100%;
    }
}
.admin-feature__body .admin-feature__content .image
{
    width: 324px;
}
@media screen and (max-width: 767px)
{
    .admin-feature__body .admin-feature__content .image
    {
        margin: 0 auto;
    }
}
.admin-feature__body .admin-feature__content + .admin-feature__content
{
    margin-top: 94px;
}
.admin-feature__body .admin-feature__content.user .image
{
    width: 324px;
}
.admin-feature__body .admin-feature__content.admin .image
{
    width: 169px;
    margin-left: 80px;
}
@media screen and (max-width: 767px)
{
    .admin-feature__body .admin-feature__content.admin .image
    {
        margin: 0 auto;
    }
}

.paid-plan .content-sub-title
{
    margin-bottom: 2em;
}
.paid-plan .content-sub-title:not(:first-child)
{
    margin-top: 80px;
}

.paid-plan__list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-top: 2em;
}
@media screen and (max-width: 767px)
{
    .paid-plan__list
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.paid-plan__list li
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    padding: 20px;

    background: #fff;
}
.paid-plan__list li .paid-plan__title
{
    font-size: 1.125rem;
    font-weight: bold;
}
.paid-plan__list li .paid-plan__title + dd
{
    margin-top: 1em;
}
.paid-plan__list li .text
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
}
.paid-plan__list.col2 li
{
    width: -webkit-calc((100% - 72px) / 2);
    width:         calc((100% - 72px) / 2);
}
@media screen and (max-width: 767px)
{
    .paid-plan__list.col2 li
    {
        width: 100%;
    }
}
@media screen and (max-width: 767px)
{
    .paid-plan__list.col2 li
    {
                flex-direction: column; 

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
    }
}
.paid-plan__list.col2 li:nth-child(2n)
{
    margin-left: 36px;
}
@media screen and (max-width: 767px)
{
    .paid-plan__list.col2 li:nth-child(2n)
    {
        margin-top: 1.25em; 
        margin-left: 0;
    }
}
.paid-plan__list.col2 li .image
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 121px;
    margin-right: 20px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 767px)
{
    .paid-plan__list.col2 li .image
    {
        width: 40%;
        max-width: 160px;
        margin: 0 auto 20px;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
                justify-content: center;
    }
}
.paid-plan__list.col2 li dl
{
    width: -webkit-calc(100% - 141px);
    width:         calc(100% - 141px);
}
@media screen and (max-width: 767px)
{
    .paid-plan__list.col2 li dl
    {
        width: 100%;
    }
}
.paid-plan__list.col3 li
{
            flex-direction: column;

    width: -webkit-calc((100% - 36px) / 3);
    width:         calc((100% - 36px) / 3);

    text-align: center; 

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}
@media screen and (max-width: 767px)
{
    .paid-plan__list.col3 li
    {
        width: 100%;
    }
}
.paid-plan__list.col3 li:not(:nth-child(3n+1))
{
    margin-left: 36px;
}
@media screen and (max-width: 767px)
{
    .paid-plan__list.col3 li:not(:nth-child(3n+1))
    {
        margin-top: 1.25em; 
        margin-left: 0;
    }
}
.paid-plan__list.col3 li .image
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    width: 170px;
    height: 129px;
    margin-bottom: 18px; 

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
}

p.company__customer__lead
{
    font-size: 2em;
    font-weight: 700;
    line-height: 1; 

    text-align: center;
}
p.company__customer__lead span
{
    color: #df1c13;
}

.company__policy
{
    color: #fff;
}
.company__policy .content-title:before
{
    border-color: #fff;
}

.table_compare
{
    width: 100%;
}

.table_compare tr
{
    border-bottom: dotted 1px #d8d8d8;
}

.table_compare th
{
    font-size: 24px;
    font-weight: bold;

    width: 45%;
    padding-bottom: 15px;

    text-align: left;
}

.table_compare td
{
    font-size: 16px; 

    padding: 15px 20px 15px 0;
}

.table_compare_chatwork
{
    color: #eb0800;
}

.table_compare .table_compare_bg_arrow
{
    padding-left: 40px;

    vertical-align: middle; 

    background: url(../image/compare/bg_table_cw_arrow.png) no-repeat left;
}

@media screen and (max-width: 767px)
{
    .section--company-location
    {
        padding-bottom: 0;
    }
}

.company__location__contact
{
    width: 100%;
    margin-bottom: 2.5em;
}
.company__location__contact::after
{
    display: table; 
    clear: both;

    content: '';
}
.company__location__contact dt
{
    font-weight: 700; 

    float: left;
    clear: left;

    width: auto;
}
.company__location__contact dd
{
    float: left;

    width: auto;
}
@media screen and (max-width: 479px)
{
    .company__location__contact
    {
        width: 100%;
    }
    .company__location__contact dt
    {
        width: auto;
    }
    .company__location__contact dd
    {
        width: 100%;
    }
}

.company__location__map
{
    height: 400px;
}

.archive-pricing-table
{
    margin-bottom: .9375em;
}
@media screen and (max-width: 767px)
{
    .archive-pricing-table td
    {
        padding-top: .9375em;
        padding-bottom: .9375em;
    }
}

.security-area::after
{
    display: table; 
    clear: both;

    content: '';
}

.security-text
{
    float: left;

    width: 50%;
}

.security-img
{
    float: right; 

    width: 50%;
}
.security-img img
{
    width: auto;
}

.security__isms-esi
{
    width: 33%;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .security__isms-esi
    {
        width: 100%;
    }
    .security__isms-esi img + img
    {
        margin-left: 2em;
    }
}
@media screen and (max-width: 767px)
{
    .security__isms-esi
    {
        width: 100%;
    }
}

@media screen and (max-width: 767px)
{
    .security-text
    {
        float: none;

        width: auto;
    }

    .security-img
    {
        display: none;
    }
}
.download-area::after
{
    display: table; 
    clear: both;

    content: '';
}
.download-area + .download-note
{
    margin: 1.1111em 0 3.333em;
}

.download-text
{
    float: left;

    width: 50%;
}

.download-img
{
    width: 50%;
}
.download-img img
{
    width: auto;
}

.download-text__browser li
{
    list-style-position: inside; 
    list-style-type: disc;
}

.download-img
{
    float: right;
}

.download-list
{
    width: 70%;
}
.download-list::after
{
    display: table; 
    clear: both;

    content: '';
}
.download-list li
{
    float: left; 

    width: 50%;
}
.download-list + .download-list
{
    margin-top: 3.333em;
}
.download-list + .download-note
{
    margin-top: 1.1111em;
}

.download-list__btn
{
    display: inline-block;

    margin: 1.085714286em 1px 0 0;
    padding: 10px;

    border-radius: 5px; 
    background: #34362f;
}
.download-list__btn:hover
{
    background: #23251e;
}

.download-desktop
{
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px)
{
    .download-text
    {
        float: none;

        width: auto;
    }

    .download-img
    {
        display: none;
    }

    .download-list
    {
        width: 100%;
    }
    .download-list li
    {
        float: none; 

        width: 100%;
    }
    .download-list li + li
    {
        margin-top: 1em;
    }
}
/* CASE */
/* ----------------------------- */
.case-index
{
    margin-right: -60px;
}
.case-index::after
{
    display: table; 
    clear: both;

    content: '';
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .case-index
    {
        margin: 0;
    }
}
@media screen and (max-width: 767px)
{
    .case-index
    {
        margin: 0;
    }
}
.case-index a:link
{
    text-decoration: none;
}
.case-index > a:focus .case_intro_detail p
{
    text-decoration: underline; 

    color: #645b4a;
}
.case-index .case_intro_subtitle
{
    font-weight: bold;
    line-height: 20px;

    margin-left: 1.5em;

    text-indent: -1.5em;
}

.case_intro::after
{
    display: table; 
    clear: both;

    content: '';
}
.case_intro p
{
    margin: 0;
}
.case_intro img
{
    border: 1px solid #ccc;
}
.case_intro.case_intro--noborder img
{
    border: none;
}

.case_intro_detail
{
    float: left;

    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 440px;
    height: 197px;
    margin: 0 40px 30px 0;
    padding: 15px 10px 5px;

    border-radius: 0 50px 0 0;
    background-color: #fff;
}
.case_intro_detail div
{
    font-size: 14px;
    line-height: 22px; 

    margin: 10px;
}
.case_intro_detail p
{
    margin-top: 8px;
}
.case_intro_detail p > i
{
    margin: -4px 0 0 8px;
}
.case_intro_detail a
{
    text-decoration: none;
}
.case_intro_detail dl
{
    font-size: 14px;
    line-height: 22px; 

    margin-top: 15px;

    color: #000;
}
.case_intro_detail:hover p
{
    text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .case_intro_detail
    {
        float: none;

        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 767px)
{
    .case_intro_detail
    {
        float: none;

        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        width: 100%;
        height: auto;
    }
}

.case_intro_subtitle
{
    text-decoration: none !important; 

    color: #756b59;
}
.case_intro_subtitle span
{
    font-family: Georgia;
    font-size: 40px; 

    position: relative;
    top: 10px;

    padding: 0 2px;

    color: #c2bbaf;
}

.case_info
{
    margin: 20px auto 50px; 

    text-align: center;
}
.case_info dt
{
    font-size: 24px;
    font-weight: 600;
}

.case_content_center_image
{
    margin: 20px auto; 

    text-align: center;
}
.case_content_center_image p
{
    font-size: .91em; 

    margin-top: 7px;
}
@media screen and (max-width: 767px)
{
    .case_content_center_image p
    {
        text-align: left;
    }
}

.case_content
{
    margin-bottom: 80px;
}
.case_content dl
{
    padding-bottom: 30px;
}
.case_content dl + .case_content_center_image
{
    margin: 0 auto 50px;
}
.case_content dt
{
    font-size: 20px;
    font-weight: 600; 

    padding-bottom: 20px;

    color: #756b59;
}
.case_content dd
{
    padding-bottom: 20px;
}
.case_content dd + dt
{
    padding-top: 30px;
}

.case_content_side_image::after
{
    display: table; 
    clear: both;

    content: '';
}
.case_content_side_image + .case_content_side_image
{
    margin-top: 20px;
}

.case_content_side_image img
{
    float: right;

    width: 24%;
}
.case_content_side_image dl
{
    float: left;

    width: 72%;
    padding-bottom: 30px;
}
@media screen and (max-width: 767px)
{
    .case_content_side_image img
    {
        display: block;
        float: none;

        width: auto;
        margin: 0 auto 20px;
    }
    .case_content_side_image dl
    {
        float: none;

        width: auto;
    }
}

.terms_subtitle
{
    font-weight: bold;
}

p + .terms_subtitle
{
    margin-top: .7em;
}

.last_modification
{
    padding-top: 1.5em;

    text-align: right;

    border-top: solid 1px #d8d4cc;
}

.material-list
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin: 2.5em -30px 0 0;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.material-list li
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box; 
    width: 30%;
    margin: 0 30px 0 0;

    border: solid #e1e1e0 1px;
    border-radius: 0 0 4px 4px;
    background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px)
{
    .material-list
    {
        margin-right: -25px;
    }
    .material-list li
    {
        margin-right: 23px;
    }
}
@media screen and (max-width: 767px)
{
    .material-list
    {
        margin-right: 0;
    }
    .material-list li
    {
        width: 100%;
        margin: 0;
    }
    .material-list li + li
    {
        margin-top: 2em;
    }
}

.matrial-list__detail dt
{
    position: relative;
}
.matrial-list__detail dt .name
{
    font-size: 1.28em;
    font-weight: bold;

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

    text-align: center;

    color: #fff;
    background: rgba(0, 0, 0, .6);
}
.matrial-list__detail dt .name__inner
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    height: 3.2em; 
    margin: auto;
}
.matrial-list__detail dd
{
    padding: 1.42em;
}
@media screen and (max-width: 767px)
{
    .matrial-list__detail dt
    {
        overflow: hidden; 

        height: 25vh;
    }
    .matrial-list__detail dt img
    {
        display: block;

        margin: auto;
    }
    .matrial-list__detail dt .name
    {
        font-size: 1.14em;
    }
}

.not-found__title-note
{
    font-size: .875em;

    display: block;

    margin-top: .3125em;

    color: #7d848d;
}

.not-found__description-note
{
    font-size: .875em;

    display: block;

    margin-top: .5em;

    color: #7d848d;
}

.not-found__links
{
    margin: .25em 0;
    padding-left: 0;
}
.not-found__links li
{
    display: inline-block; 

    margin: 0 .25em;
}
.not-found__links.not-found__links--main
{
    display: inline-block;

    margin-top: 2em;
    margin-bottom: .5em;
    padding-bottom: .5em;

    border-bottom: 1px solid #dcdee0;
}

.enterprise-cta__button
{
    font-weight: bold; 

    display: inline-block;

    text-align: center;

    color: #fff;
    border-radius: 5px;
}

.enterprise-cta__button--inquiry
{
    line-height: 1; 

    background: #566b00;
}
.enterprise-cta__button--inquiry:hover,
.enterprise-cta__button--inquiry:focus
{
    text-decoration: none; 

    color: #fff;
    background: #5e7802;
}
.enterprise-cta__button--inquiry:active
{
    background: #4f6300;
}

.enterprise-cta__button--entry
{
    font-size: 1.24em;
    line-height: 1.3; 

    padding: 22px 0;

    color: #fff;
    background: #df1c13;
}
.enterprise-cta__button--entry:hover,
.enterprise-cta__button--entry:focus
{
    text-decoration: none; 

    color: #fff;
    background: #eb0800;
}
.enterprise-cta__button--entry:active
{
    background: #d51f16;
}

.button-hero
{
    padding: 20px 0;
}

.enterprise-cta
{
    text-align: center;
}

.enterprise-cta__more
{
    font-size: 1.21em;
    font-weight: bold;

    margin-bottom: 10px;

    color: #13202f;
}

.enterprise-tel
{
    font-size: 1.375rem; 

    margin-top: 1.5rem;

    text-align: center;
}

.enterprise-tel__num
{
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.3; 

    padding-left: .5rem;
}

.enterprise-tel__date
{
    font-size: .93rem;
}

@media screen and (min-width: 769px)
{
    .enterprise-cta__button--inquiry
    {
        font-size: 1.75em; 

        width: 590px;
        padding: 30px 0;
    }

    .button-hero
    {
        font-size: 1.62em; 

        width: 460px;
    }

    .enterprise-cta--hero
    {
        padding: 50px 0 20px;
    }

    .enterprise-cta--undercase
    {
        padding-top: 60px;
    }

    .enterprise-cta__button--entry
    {
        width: 454px;
    }

    .enterprise-tel__num--sp
    {
        display: none;
    }
}
@media screen and (max-width: 768px)
{
    .enterprise-cta__button
    {
        width: 100%;
    }

    .enterprise-cta__button--inquiry
    {
        font-size: 1.7em; 

        padding: 20px 0;
    }

    .button-hero
    {
        font-size: 1.57em;
    }

    .enterprise-tel__num--pc
    {
        display: none;
    }
}
.enterprise-maintitle
{
    font-weight: bold;
}

.enterprise-title
{
    font-weight: bold;
    line-height: 1.3;
}

.enterprise-title--case
{
    font-weight: bold; 
    line-height: 1.2;
}

.enterprise-title--case__company
{
    font-weight: bold;
}

.enterprise-title--case__num
{
    font-weight: bold;
}

.enterprise-title--case__date
{
    font-weight: normal;
}

.section--enterprise
{
    padding: 3.75em 0 5em;
}

@media screen and (min-width: 769px)
{
    .enterprise-maintitle
    {
        font-size: 2.5em; 

        margin-bottom: 30px;

        text-align: center;
    }

    .enterprise-title
    {
        font-size: 2.5em; 

        margin-bottom: 30px;
    }

    .enterprise-title--case
    {
        font-size: 1em; 

        margin-bottom: 30px;
    }

    .enterprise-title--case__company
    {
        font-size: 1.5em;
    }

    .enterprise-title--case__num
    {
        font-size: 2.38em;
    }

    .enterprise-title--case__over
    {
        font-size: 2.12em;
    }

    .enterprise-title--case__date
    {
        font-size: 1.12em;
    }
}
@media screen and (max-width: 768px)
{
    .section--enterprise
    {
        padding: 2.1429em 0;
    }

    .enterprise-maintitle
    {
        font-size: 2.42em; 

        margin-bottom: 24px;
    }

    .enterprise-title
    {
        font-size: 2.42em; 

        margin-bottom: 24px;
    }

    .enterprise-title--case
    {
        font-size: .85em; 

        margin-bottom: 24px;
    }

    .enterprise-title--case__company
    {
        font-size: 1.48em;
    }

    .enterprise-title--case__num
    {
        font-size: 2.3em;
    }

    .enterprise-title--case__over
    {
        font-size: 2em;
    }

    .enterprise-title--case__date
    {
        font-size: 1em;
    }
}
.page-header--enterprise
{
    background: url(../image/pricing/enterprise/bg_hero.jpg) no-repeat top center;
}

.page-header--enterprise__inner
{
    overflow: hidden; 

    width: 100%;
}

@media screen and (min-width: 769px)
{
    .enterprise-main
    {
        position: relative; 

        padding-top: 87px;
    }
    .enterprise-main::after
    {
        display: table; 
        clear: both;

        content: '';
    }

    .enterprise-main__copy
    {
        width: 50%;
    }

    .enterprise-main__image
    {
        position: absolute;
        top: 60px;
        right: -55px;

        width: 50%;
    }
}
@media screen and (max-width: 768px)
{
    .enterprise-main
    {
        padding: 30px 0;
    }

    .enterprise-main__image
    {
        margin-top: 30px;

        text-align: center;
    }
}
.enterprise-needs li
{
    padding: 0 10px 15px;

    background: #fff;
}
.enterprise-needs li .enterprise-needs__title
{
    line-height: 1.2; 

    position: relative;

    margin: 0 -10px;
    padding: 18px 10px;

    text-align: center;

    color: #fff;
    background: #756b59;
}
.enterprise-needs li .enterprise-needs__title:after
{
    position: absolute;
    bottom: -13px;
    left: 50%;

    display: inline-block;

    width: 74px;
    height: 26px;
    margin-left: -37px;

    content: '';

    background: url(../image/pricing/enterprise/img_feature_arrow.png) no-repeat center;
}

.enterprise-needs__image
{
    padding-top: 22px;

    text-align: center;
}
.enterprise-needs__image p
{
    font-weight: bold;
    line-height: 1.2;

    color: #5e7802;
}
.enterprise-needs__image img
{
    display: inline-block;
}

@media screen and (min-width: 769px)
{
    .enterprise-needs
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin-bottom: 15px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .enterprise-needs li
    {
        width: 49%;
        margin: 0 0 15px 0;
    }
    .enterprise-needs li .enterprise-needs__title
    {
        font-size: 1.25em;
    }

    .enterprise-needs__image
    {
        min-height: 211px;
    }
    .enterprise-needs__image p
    {
        font-size: 1.31em;
    }
    .enterprise-needs__image .risk
    {
        margin-top: 20px;
    }
    .enterprise-needs__image .speedup
    {
        margin-top: 25px;
    }
    .enterprise-needs__image .community
    {
        margin-top: 10px;
    }
    .enterprise-needs__image .costdown
    {
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px)
{
    .enterprise-needs
    {
        margin-bottom: 15px;
    }
    .enterprise-needs li + li
    {
        margin-top: 15px;
    }
    .enterprise-needs li .enterprise-needs__title
    {
        font-size: 1.27em;
    }

    .enterprise-needs__image
    {
        padding: 20px 0;
    }
    .enterprise-needs__image p
    {
        font-size: 1.45em;
    }
    .enterprise-needs__image img
    {
        margin-top: 20px;
    }
}
.enterprise-example .enterprise-example__title
{
    color: #13202f;
}
.enterprise-example .example-text
{
    margin: 10px 0 0 16px;

    list-style-type: disc;
}

@media screen and (min-width: 769px)
{
    .enterprise-example
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;

        margin-bottom: -40px;

        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .enterprise-example .enterprise-example__title
    {
        font-size: 1.31em; 

        margin-bottom: 3px;
    }
    .enterprise-example > li
    {
        width: 49%;
        margin: 0 0 40px 0;
    }
}
@media screen and (max-width: 768px)
{
    .enterprise-example .enterprise-example__title
    {
        font-size: 1.45em;
        line-height: 1.3; 

        margin-bottom: 5px;
    }
    .enterprise-example > li > img
    {
        display: block;

        margin: 0 auto;
    }
    .enterprise-example > li + li
    {
        margin-top: 20px;
    }
}
.enterprise-security__text p + p
{
    margin-top: 1em;
}

.enterprise-security__image
{
    text-align: center; 

    background: #fff;
}
.enterprise-security__image img
{
    margin-bottom: 20px;
}

@media screen and (min-width: 769px)
{
    .enterprise-security::after
    {
        display: table; 
        clear: both;

        content: '';
    }

    .enterprise-security__text
    {
        float: left;

        width: 55%;
    }

    .enterprise-security__image
    {
        float: right;

        -webkit-box-sizing: border-box;
                box-sizing: border-box; 
        width: 38%;
        padding: 23px 23px 15px;
    }
}
@media screen and (max-width: 768px)
{
    .enterprise-security__image
    {
        margin-top: 20px; 
        padding: 10px 10px 15px;
    }
}
.enterprise-title__satisfy
{
    display: inline-block;
}

.enterprise-satisfy__text p + ul
{
    margin-top: 1em;
}

@media screen and (min-width: 769px)
{
    .enterprise-title__satisfy
    {
        font-size: .63em;

        margin-left: -13px;

        letter-spacing: -.6px;
    }

    .enterprise-satisfy
    {
        position: relative;
    }
    .enterprise-satisfy::after
    {
        display: table; 
        clear: both;

        content: '';
    }

    .enterprise-satisfy__text
    {
        float: left;

        width: 530px;
    }
    .enterprise-satisfy__text p
    {
        font-size: 1.14em;
    }

    .enterprise-satisfy__image
    {
        float: right;
    }
    .enterprise-satisfy__image img
    {
        position: absolute;
        top: -91px;
        right: 7px;
    }
}
@media screen and (max-width: 768px)
{
    .enterprise-title__satisfy
    {
        font-size: .53em;
    }
}
.enterprise-case__company .enterprise-case__company__title
{
    font-weight: bold;

    color: #13202f;
}
.enterprise-case__company p + p
{
    margin-top: 3px;
}

.case__company
{
    margin: 2.86em 0 2.4em;

    text-align: center;
}
.case__company::after
{
    display: table; 
    clear: both;

    content: '';
}
.case__company li
{
    line-height: 60px;

    float: left;

    width: 22%;
    height: 60px;
    margin: 1.2500075em .5em 0 .5em;
}
@media screen and (max-width: 768px)
{
    .case__company li
    {
        width: 26%;
        margin: 1.2500075em 3.6% 0;
    }
}

.table-plan-compare
{
    width: 100%;
    margin-bottom: 20px;

    border-collapse: collapse;
}
.table-plan-compare thead
{
    width: 100%;
}
.table-plan-compare thead th
{
    font-weight: bold; 

    text-align: center;

    color: #fff;
    background: #676863;
}
.table-plan-compare thead th + th
{
    border-left: solid 1px #b8b9b6;
}
.table-plan-compare thead .enterprise
{
    background: #df1c13;
}
.table-plan-compare tbody
{
    border-left: solid 1px #676863;
}
.table-plan-compare tbody tr:nth-child(even) th,
.table-plan-compare tbody tr:nth-child(even) td
{
    background: #f9f8f6;
}
.table-plan-compare tbody th
{
    font-weight: bold;

    text-align: left; 

    color: #13202f;
    border-right: solid 1px #b8b9b6;
}
.table-plan-compare th,
.table-plan-compare td
{
    padding-top: 12px;
    padding-bottom: 12px;
}
.table-plan-compare td
{
    text-align: center;
}
.table-plan-compare td + td
{
    border-left: solid 1px #b8b9b6;
}

.table-plan-compare__price td
{
    font-weight: bold; 

    color: #13202f;
}
.table-plan-compare__price .annual-contract-text
{
    font-size: 36%;
    line-height: .25;

    display: block;
}

.table-plan-compare__last th,
.table-plan-compare__last td
{
    border-bottom: solid 1px #676863;
}
.table-plan-compare__last .enterprise
{
    padding-bottom: 9px;

    border-bottom: solid 5px #df1c13;
}

.ico-price-checked
{
    display: inline-block;
    overflow: hidden;

    width: 20px;
    height: 16px;

    white-space: nowrap;
    text-indent: 100%;

    background: url(../image/pricing/enterprise/img_table_checkmark.png) no-repeat center;
}

.ico-price-checked--enterprise
{
    background: url(../image/pricing/enterprise/img_table_checkmark_enterprise.png) no-repeat center;
}

.table-plan-compare__enterprise
{
    border-right: solid 5px #df1c13; 
    border-left: solid 5px #df1c13;
}

@media screen and (min-width: 769px)
{
    .table-plan-compare
    {
        margin-top: 35px;
    }
    .table-plan-compare thead th
    {
        font-size: 1.12em;
    }
    .table-plan-compare tbody th
    {
        padding-left: 15px;
    }

    .table-plan-compare__head
    {
        width: 241px;
    }

    .table-plan-compare__other
    {
        width: 178px;
    }

    .table-plan-compare__enterprise
    {
        width: 168px;
    }

    .table-plan-compare__price td
    {
        font-size: 1.85em;
    }
    .table-plan-compare__price span
    {
        font-size: .625em;
    }
    .table-plan-compare__price .enterprise
    {
        font-size: 1.14rem;
    }
}
@media screen and (max-width: 768px)
{
    .table-plan-compare
    {
        margin-top: 20px;
    }
    .table-plan-compare thead th
    {
        font-size: 1.08em;
    }
    .table-plan-compare tbody th
    {
        padding-right: 5px; 
        padding-left: 5px;
    }

    .table-plan-compare__head,
    .table-plan-compare__other,
    .table-plan-compare__enterprise
    {
        width: 20%;
    }
}
.enterprise-function
{
    margin-top: -2em;
}
.enterprise-function::after
{
    display: table; 
    clear: both;

    content: '';
}

.enterprise-function__list dt
{
    font-weight: bold;

    clear: both;
}
.enterprise-function__list dd
{
    line-height: 1.7;

    min-height: 3.2rem;
}
.enterprise-function__list .icon
{
    float: left;

    width: 90px;
    margin-top: -2.25em;
    margin-right: 0;
}

@media screen and (min-width: 769px)
{
    .enterprise-function__list
    {
        float: left;

        width: 50%;
    }
    .enterprise-function__list dt
    {
        margin: 2em 0 0 90px;
    }
    .enterprise-function__list dd
    {
        font-size: .93rem; 

        margin-right: 1em;
    }

    .enterprise-function__list--wide
    {
        width: 100%;
    }
}
@media screen and (max-width: 768px)
{
    .enterprise-function__list
    {
        float: left;
    }
    .enterprise-function__list dt
    {
        font-size: 1.125rem;

        margin: 1em 0 0 90px;
    }
}
.enterprise-price::after
{
    display: table; 
    clear: both;

    content: '';
}

.price-detail dt
{
    line-height: 1.3; 

    padding: 12px;

    text-align: center;

    color: #fff;
    background: #645b4a;
}

.price-detail__table
{
    width: 100%;

    border-collapse: collapse;

    background: #fff;
}
.price-detail__table tr
{
    border: solid 1px #90918d;
}
.price-detail__table tr + tr th,
.price-detail__table tr + tr td
{
    border-top: solid 1px #b8b9b6;
}
.price-detail__table th
{
    font-weight: bold;
    line-height: 1.3; 

    color: #13202f;
    background: #d8d4cc;
}
.price-detail__table .price
{
    text-align: right;
}

.price-detail__table--option
{
    position: relative;

    margin: 35px 0 15px;

    border-top: none;
}
.price-detail__table--option:before
{
    font-size: 1.7em; 

    position: absolute;
    top: -41px;
    left: 50%;

    margin-left: -9px;

    content: '+';
}
.price-detail__table--option th,
.price-detail__table--option td
{
    line-height: 1.4; 

    border-top: solid 1px #90918d;
}

.price-popup
{
    position: relative;

    margin-bottom: 20px;
    padding: 15px 0;

    text-align: center; 

    border: 5px solid #c2bbaf;
    background: #fff;
}

@media screen and (min-width: 769px)
{
    .enterprise-price__text
    {
        float: left; 

        width: 480px;
    }

    .price-detail dt
    {
        font-size: 1.71em;
    }

    .price-detail__table th,
    .price-detail__table td
    {
        font-size: 1.14em; 

        padding: 12px 15px;
    }
    .price-detail__table th
    {
        width: 95px;
    }

    .enterprise-price__money
    {
        float: right; 

        width: 455px;
    }

    .price-popup:after,
    .price-popup:before
    {
        position: absolute;
        top: 50%;
        right: 100%;

        width: 0;
        height: 0;

        content: ' ';
        pointer-events: none; 

        border: solid transparent;
    }

    .price-popup:after
    {
        margin-top: -7px; 

        border-width: 7px;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
    }

    .price-popup:before
    {
        margin-top: -14px; 

        border-width: 14px;
        border-color: rgba(194, 187, 175, 0);
        border-right-color: #c2bbaf;
    }
}
@media screen and (max-width: 768px)
{
    .price-detail dt
    {
        font-size: 1.45em;
    }

    .price-detail__table th,
    .price-detail__table td
    {
        padding: 9px 12px;
    }
    .price-detail__table th
    {
        width: 25%;
    }

    .enterprise-price__money
    {
        margin: 20px 0;
    }

    .price-popup
    {
        padding-right: 7px; 
        padding-left: 7px;
    }

    .price-popup:after,
    .price-popup:before
    {
        position: absolute;
        bottom: 100%;
        left: 50%;

        width: 0;
        height: 0;

        content: ' ';
        pointer-events: none; 

        border: solid transparent;
    }

    .price-popup:after
    {
        margin-left: -7px; 

        border-width: 7px;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
    }

    .price-popup:before
    {
        margin-left: -14px; 

        border-width: 14px;
        border-color: rgba(194, 187, 175, 0);
        border-bottom-color: #c2bbaf;
    }
}
@media screen and (min-width: 769px)
{
    .enterprise-closing
    {
        font-size: 2.28em; 

        margin-bottom: 45px;

        text-align: center;
    }
}
@media screen and (max-width: 768px)
{
    .enterprise-closing
    {
        font-size: 1.47em;

        margin-bottom: 20px;
    }
}
.google-form
{
    position: relative;
}
.google-form::after
{
    display: table; 
    clear: both;

    content: '';
}

.google-form
{
    position: relative;

    overflow: hidden;

    padding-bottom: 30px;

    background-color: #fcfcfc;
}
.google-form:after
{
    position: absolute;
    bottom: 30px;
    left: 0;

    width: 100%;
    height: 30px;

    content: '';

    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fcfcfc));
    background-image: -webkit-linear-gradient(top, transparent, #fcfcfc);
    background-image:         linear-gradient(to bottom, transparent, #fcfcfc);
}

.google-form__iframe
{
    width: 100%;
    height: 700px;
    height: 100vh; 
    margin-top: -50px;
}
