@charset 'UTF-8';
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video
{
    display: inline-block;
    /* 1 */

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

/*
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template
{
    display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover
{
    outline: 0;
}

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1
{
    font-size: 2em;

    margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark
{
    color: #000; 
    background: #ff0;
}

/**
 * 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/10.
 */
img
{
    border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root)
{
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure
{
    margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre
{
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea
{
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button
{
    overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

    border: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 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']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type='search']
{
    /* 1 */
    box-sizing: content-box;

    -webkit-appearance: textfield;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em; 

    border: 1px solid #c0c0c0;
}

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

    border: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea
{
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup
{
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table
{
    border-spacing: 0; 
    border-collapse: collapse;
}

th,
td
{
    padding: 0;
}

/*============================================================
* layout
*============================================================*/
/*==============================
* base
*==============================*/
*
{
    box-sizing: border-box;
}

html
{
    font-size: 10px; 

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body
{
    font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', Meiryo, 'メイリオ', sans-serif; 
    font-size: 10px;
    line-height: 2;

    color: #444;
    background-color: #fff;
}

html,
body
{
    height: 100%;
}

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

ol,
ul
{
    padding: 0;
}

li
{
    list-style-type: none;
}

input,
select,
textarea
{
    padding: 3px;

    vertical-align: middle;
}

header,
footer
{
    line-height: 1;
}

a
{
    transition: all .3s linear;
    text-decoration: none; 

    color: #2ca0c2;
}
a:visited
{
    color: #2ca0c2;
}
a:hover
{
    color: #ff8000;
}
a:active
{
    color: #ff8000;
}
@media (min-width: 1300px)
{
    a:hover
    {
        opacity: .8;
    }
}

abbr[title]
{
    border-bottom-width: 0;
}

img
{
    vertical-align: middle;
}

table
{
    margin: 0;
}

fieldset
{
    margin: 0;
    padding: 0; 

    border: 0;
}

label
{
    cursor: pointer;
}

button
{
    transition: all .3s linear; 

    border: none;
    background: none;
}

html,
body
{
    height: 100%;
}

body
{
    font-size: 14px;
    font-size: 1.4rem;
}

button,
input[type='button']
{
    display: inline-block;
}

input[type='image']
{
    width: 100%;
    height: auto;

    transition: all .3s linear;
}
@media (min-width: 1300px)
{
    input[type='image']
    {
        width: auto;
    }
}
input[type='image']:hover
{
    opacity: .8;
}

/*=========================================================================
* color
*=======================================================================*/
/* Webkit */
::-webkit-input-placeholder
{
    opacity: 1; 
    color: #999;
}

/* Firefox 18 以前 */
:-moz-placeholder
{
    color: #999;
}

/* Firefox 19 以降 */
::-moz-placeholder
{
    opacity: 1; 
    color: #999;
}

/* IE 10 以降 */
:-ms-input-placeholder
{
    color: #999;
}

:placeholder-shown
{
    color: #999;
}

/*=========================================================================
* button opacity
*=======================================================================*/
.btn
{
    display: inline-block;
}
.btn:hover
{
    opacity: .7;
}

.btn_blue
{
    color: #fff; 
    background: #1f9bbe;
}
.btn_blue:link,
.btn_blue:visited
{
    color: #fff;
}
.btn_blue:hover
{
    opacity: 1; 
    background: #068baf;
}

.btn_bk
{
    font-size: 16px;
    font-size: 1.6rem; 

    min-width: 260px;
    padding: 10px 0;

    text-align: center;

    border: 3px solid #333236;
}
.btn_bk:link,
.btn_bk:visited
{
    color: #333236;
}
.btn_bk span
{
    position: relative; 

    display: inline-block;

    min-height: 16px;
    padding: 0 20px 0 0;
}
.btn_bk span:before,
.btn_bk span:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 2px;
    height: 12px;
    margin-top: -6px; 

    content: '';

    background: #333236;
}
.btn_bk span:before
{
    margin-top: -11px; 

    transform: rotate(-45deg);
}
.btn_bk span:after
{
    margin-top: -3px; 

    transform: rotate(45deg);
}
.btn_bk:hover
{
    opacity: 1; 
    color: #fff;
    background: #333236;
}
.btn_bk:hover span:before,
.btn_bk:hover span:after
{
    background: #fff;
}

.btn_gray
{
    font-size: 16px;
    font-size: 1.6rem;

    min-width: 260px;
    padding: 10px 0;

    text-align: center;

    color: #fff; 
    border: 3px solid #5c5c5c;
    background: #5c5c5c;
}
.btn_gray:hover
{
    opacity: 1; 
    border: 3px solid #333236;
    background: #333236;
}

.btn_send,
.btn_toppage
{
    font-size: 16px;
    font-size: 1.6rem;

    min-width: 260px;
    padding: 10px 0;

    text-align: center;

    color: #fff; 
    border: 3px solid #1f9bbe;
    background: #1f9bbe;
}
.btn_send:hover,
.btn_toppage:hover
{
    opacity: 1; 
    border: 3px solid #068baf;
    background: #068baf;
}

.btn_next span
{
    position: relative; 

    display: inline-block;

    min-height: 16px;
    padding: 0 20px 0 0;
}
.btn_next span:before,
.btn_next span:after
{
    position: absolute;
    top: 50%;
    right: 0;

    display: block;

    width: 2px;
    height: 12px;
    margin-top: -6px; 

    content: '';

    background: #fff;
}
.btn_next span:before
{
    margin-top: -11px; 

    transform: rotate(-45deg);
}
.btn_next span:after
{
    margin-top: -3px; 

    transform: rotate(45deg);
}

.btn_next:hover
{
    opacity: 1;
}

.btn_prev span
{
    position: relative; 

    display: inline-block;

    min-height: 16px;
    padding: 0 0 0 20px;
}
.btn_prev span:before,
.btn_prev span:after
{
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 2px;
    height: 12px;
    margin-top: -6px; 

    content: '';

    background: #fff;
}
.btn_prev span:before
{
    margin-top: -11px; 

    transform: rotate(45deg);
}
.btn_prev span:after
{
    margin-top: -3px; 

    transform: rotate(-45deg);
}

.btn_prev:hover
{
    opacity: 1;
}

/*=========================================================================
* site base
*=======================================================================*/
html,
body
{
    height: 100%;
}

header
{
    position: fixed;
    z-index: 1; 

    overflow: hidden;

    width: 100%;
    min-width: 980px;
    height: 90px;

    background: #fff;
}
header .logo
{
    position: absolute;

    float: left;

    padding: 5px 0 0 10px;
}
@media screen and (max-width: 768px)
{
    header .logo img
    {
        width: 200px;
        height: auto;
        margin: 0 0 5px;
    }
}
header .logo .site_desc
{
    font-size: 12px;
    font-size: 1.2rem;

    margin: 5px 0 0 0;
}
header .gnav
{
    float: right;
}
header .gnav ul
{
    display: table;

    height: 90px;
    padding: 0 10px 0 0;
}
header .gnav ul li
{
    display: table-cell;

    padding: 0 10px;

    vertical-align: middle;
    letter-spacing: -.03em;
}
header .gnav ul li:first-child
{
    padding-left: 0;
}
header .gnav ul a
{
    position: relative;
    top: 5px; 

    padding: 0 0 5px;

    border-bottom: 2px solid #fff;
}
header .gnav ul a:link,
header .gnav ul a:visited
{
    font-weight: bold; 

    color: #444;
}
header .gnav ul a.cu,
header .gnav ul a:hover
{
    opacity: 1;
    color: #2ca0c2;
    border-bottom: 2px solid #2ca0c2;
}
header .site_contact
{
    display: table; 
    float: right;
}
header .site_contact > ul,
header .site_contact > div
{
    display: table-cell;

    vertical-align: top;
}
header .site_contact .tel_list li
{
    border-top: 1px solid #d1d1d1; 
    border-left: 1px solid #d1d1d1;
    background: #efefef;
}
header .site_contact .tel_list li:first-child
{
    border-bottom: none;
}
header .site_contact .tel_list li a
{
    font-weight: bold;
    line-height: 45px;

    display: block;

    width: 210px;
    height: 45px;
    padding: 0 10px 0 30px;

    color: #444; 
    background: url(../images/global/icon_h_tel.png) no-repeat 10px center;
}
header .site_contact .tel_list li a .country
{
    display: inline-block;

    width: 3.5em;
}
header .site_contact .tel_list li a .num
{
    display: inline-block; 

    padding-left: .5em;

    color: #1f9bbe;
}
header .site_contact .btn_item
{
    text-align: center;
}
header .site_contact .btn_item .btn_contact
{
    font-weight: bold; 

    position: relative;

    display: block;

    width: 110px;
    height: 90px;
}
header .site_contact .btn_item .btn_contact span
{
    position: absolute;
    top: 50%;
    left: 0;

    display: inline-block;

    width: 100%;
    height: 50px;
    margin-top: -20px;
    padding: 30px 0 0; 

    background: url(../images/global/icon_h_mail.png) no-repeat center 0;
}

#container
{
    position: relative;
    position: relative;

    width: 100%;
    /*IE6対策*/
    min-width: 980px;
    height: auto !important;
    /*IE6対策*/
    height: 100%;
    min-height: 100%;
}

#contents
{
    position: relative;
    z-index: 0;

    padding-top: 90px;
    padding-bottom: 610px;
}

footer
{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 610px;

    color: #fff; 
    background: #fff;
}
footer .contact_block
{
    height: 540px;
    padding: 120px 0 0; 

    background: url(../images/global/bg_contact.jpg) no-repeat center center;
    background-size: cover;
}
footer .contact_cols
{
    display: table; 

    margin-top: -5px;
}
footer .contact_cols > div
{
    display: table-cell;

    width: 50%;
    padding: 0 40px;
}
footer .contact_cols .caption
{
    margin: 0 auto 25px;

    text-align: center;
}
footer .contact_cols .caption span
{
    font-size: 20px;
    font-size: 2rem;

    display: inline-block;

    min-width: 280px;
    margin: 0 auto;
    padding: 5px 0 10px 30px;

    border-bottom: 3px solid #fff;
}
footer .contact_cols .col.telphone
{
    padding: 0 70px;
}
footer .contact_cols .col.telphone .caption span
{
    background: url(../images/global/icon_tel.png) no-repeat 0 0;
}
footer .contact_cols .col.mail .caption span
{
    background: url(../images/global/icon_mail.png) no-repeat 0 5px;
}
footer .contact_cols .tel_list li
{
    margin: 15px 0 0;
}
footer .contact_cols .tel_list li:first-child
{
    margin: 0;
}
footer .contact_cols .btn_item
{
    background: #fff;
}
footer .contact_cols .btn_contact
{
    font-size: 18px;
    font-size: 1.8rem; 

    display: block;

    padding: 20px 0;

    text-align: center;
}
footer .contact_cols .btn_contact span
{
    line-height: 32px;

    display: inline-block; 

    min-height: 32px;
    padding: 0 0 0 40px;

    background: url(../images/global/icon_mail_large.png) no-repeat 0 0;
}
footer .copyright
{
    position: relative; 

    height: 70px;

    text-align: center;
}
footer .copyright img
{
    position: absolute;
    top: 50%;
    left: 50%;

    margin-top: -8px; 
    margin-left: -160px;
}

.wrap
{
    width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 1060px)
{
    .wrap
    {
        width: auto;
        margin: 0 40px;
    }
}

.ttl
{
    margin: 0 0 45px; 

    text-align: center;
}

.sttl
{
    margin: 0 0 45px; 

    text-align: center;
}

.sdesc
{
    font-weight: bold; 

    margin: -15px 0 35px;

    text-align: center;
}

.pdesc
{
    font-weight: bold; 

    margin: 0 0 35px;

    text-align: center;
}

.txt_link
{
    display: inline-block;

    margin: 10px 0 0;
}

.section
{
    padding: 120px 0;
}

.hero
{
    position: relative;

    overflow: hidden;

    height: 990px;
    padding: 40px;

    background: url(../images/pages/toppage/bg_hero.jpg) no-repeat center center;
    background-size: cover;
}
.hero .pagenav
{
    position: absolute;
    z-index: 2; 
    bottom: 80px;
    left: 50%;

    width: 20px;
    height: 60px;
    margin-left: -10px;

    background: url(../images/parts/icon_mouse.png) no-repeat 0 0;
}
.hero .pagenav a
{
    display: block;

    height: 100%;
}
.hero .pagenav
{
    -webkit-animation: translate 4s;
            animation: translate 4s;
    /* Safari & Chrome */
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

@-webkit-keyframes translate
{
    0%
    {
        transform: translate(0px, 0px);
    }
    25%
    {
        transform: translate(0px, -10px);
    }
    50%
    {
        transform: translate(0px, 0px);
    }
    75%
    {
        transform: translate(0px, -10px);
    }
    100%
    {
        transform: translate(0px, 0px);
    }
}

@keyframes translate
{
    0%
    {
        transform: translate(0px, 0px);
    }
    25%
    {
        transform: translate(0px, -10px);
    }
    50%
    {
        transform: translate(0px, 0px);
    }
    75%
    {
        transform: translate(0px, -10px);
    }
    100%
    {
        transform: translate(0px, 0px);
    }
}
.hero .hero_unit
{
    position: relative;
    z-index: 1;

    display: table;

    width: 100%;
    height: 100%; 

    border: 1px solid rgba(255, 255, 255, .5);
}
.hero .hero_unit > div
{
    display: table-cell;

    padding: 0 20px; 

    text-align: center;
    vertical-align: middle;
}
.hero .hero_unit .hero_caption
{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;

    margin: 30px 0 0;

    color: #fff;
}
.hero.bk .pagenav
{
    background-image: url(../images/parts/icon_mouse_bk.png);
}
.hero.bk .hero_unit
{
    border-color: rgba(68, 68, 68, .5);
}

.mt0,
.mv0,
.ma0
{
    margin-top: 0 !important;
}

/*============================================================
* module
*============================================================*/
.pt0,
.pv0,
.pa0
{
    padding-top: 0 !important;
}

.pr0,
.ph0,
.pa0
{
    padding-right: 0 !important;
}

.pb0,
.pv0,
.pa0
{
    padding-bottom: 0 !important;
}

.pl0,
.ph0,
.pa0
{
    padding-left: 0 !important;
}

.mt0,
.mv0,
.ma0
{
    margin-top: 0 !important;
}

.mr0,
.mh0,
.ma0
{
    margin-right: 0 !important;
}

.mb0,
.mv0,
.ma0
{
    margin-bottom: 0 !important;
}

.ml0,
.mh0,
.ma0
{
    margin-left: 0 !important;
}

.pt5,
.pv5,
.pa5
{
    padding-top: 5px !important;
}

.pr5,
.ph5,
.pa5
{
    padding-right: 5px !important;
}

.pb5,
.pv5,
.pa5
{
    padding-bottom: 5px !important;
}

.pl5,
.ph5,
.pa5
{
    padding-left: 5px !important;
}

.mt5,
.mv5,
.ma5
{
    margin-top: 5px !important;
}

.mr5,
.mh5,
.ma5
{
    margin-right: 5px !important;
}

.mb5,
.mv5,
.ma5
{
    margin-bottom: 5px !important;
}

.ml5,
.mh5,
.ma5
{
    margin-left: 5px !important;
}

.pt10,
.pv10,
.pa10
{
    padding-top: 10px !important;
}

.pr10,
.ph10,
.pa10
{
    padding-right: 10px !important;
}

.pb10,
.pv10,
.pa10
{
    padding-bottom: 10px !important;
}

.pl10,
.ph10,
.pa10
{
    padding-left: 10px !important;
}

.mt10,
.mv10,
.ma10
{
    margin-top: 10px !important;
}

.mr10,
.mh10,
.ma10
{
    margin-right: 10px !important;
}

.mb10,
.mv10,
.ma10
{
    margin-bottom: 10px !important;
}

.ml10,
.mh10,
.ma10
{
    margin-left: 10px !important;
}

.pt15,
.pv15,
.pa15
{
    padding-top: 15px !important;
}

.pr15,
.ph15,
.pa15
{
    padding-right: 15px !important;
}

.pb15,
.pv15,
.pa15
{
    padding-bottom: 15px !important;
}

.pl15,
.ph15,
.pa15
{
    padding-left: 15px !important;
}

.mt15,
.mv15,
.ma15
{
    margin-top: 15px !important;
}

.mr15,
.mh15,
.ma15
{
    margin-right: 15px !important;
}

.mb15,
.mv15,
.ma15
{
    margin-bottom: 15px !important;
}

.ml15,
.mh15,
.ma15
{
    margin-left: 15px !important;
}

.pt20,
.pv20,
.pa20
{
    padding-top: 20px !important;
}

.pr20,
.ph20,
.pa20
{
    padding-right: 20px !important;
}

.pb20,
.pv20,
.pa20
{
    padding-bottom: 20px !important;
}

.pl20,
.ph20,
.pa20
{
    padding-left: 20px !important;
}

.mt20,
.mv20,
.ma20
{
    margin-top: 20px !important;
}

.mr20,
.mh20,
.ma20
{
    margin-right: 20px !important;
}

.mb20,
.mv20,
.ma20
{
    margin-bottom: 20px !important;
}

.ml20,
.mh20,
.ma20
{
    margin-left: 20px !important;
}

.pt25,
.pv25,
.pa25
{
    padding-top: 25px !important;
}

.pr25,
.ph25,
.pa25
{
    padding-right: 25px !important;
}

.pb25,
.pv25,
.pa25
{
    padding-bottom: 25px !important;
}

.pl25,
.ph25,
.pa25
{
    padding-left: 25px !important;
}

.mt25,
.mv25,
.ma25
{
    margin-top: 25px !important;
}

.mr25,
.mh25,
.ma25
{
    margin-right: 25px !important;
}

.mb25,
.mv25,
.ma25
{
    margin-bottom: 25px !important;
}

.ml25,
.mh25,
.ma25
{
    margin-left: 25px !important;
}

.pt30,
.pv30,
.pa30
{
    padding-top: 30px !important;
}

.pr30,
.ph30,
.pa30
{
    padding-right: 30px !important;
}

.pb30,
.pv30,
.pa30
{
    padding-bottom: 30px !important;
}

.pl30,
.ph30,
.pa30
{
    padding-left: 30px !important;
}

.mt30,
.mv30,
.ma30
{
    margin-top: 30px !important;
}

.mr30,
.mh30,
.ma30
{
    margin-right: 30px !important;
}

.mb30,
.mv30,
.ma30
{
    margin-bottom: 30px !important;
}

.ml30,
.mh30,
.ma30
{
    margin-left: 30px !important;
}

.pt35,
.pv35,
.pa35
{
    padding-top: 35px !important;
}

.pr35,
.ph35,
.pa35
{
    padding-right: 35px !important;
}

.pb35,
.pv35,
.pa35
{
    padding-bottom: 35px !important;
}

.pl35,
.ph35,
.pa35
{
    padding-left: 35px !important;
}

.mt35,
.mv35,
.ma35
{
    margin-top: 35px !important;
}

.mr35,
.mh35,
.ma35
{
    margin-right: 35px !important;
}

.mb35,
.mv35,
.ma35
{
    margin-bottom: 35px !important;
}

.ml35,
.mh35,
.ma35
{
    margin-left: 35px !important;
}

.pt40,
.pv40,
.pa40
{
    padding-top: 40px !important;
}

.pr40,
.ph40,
.pa40
{
    padding-right: 40px !important;
}

.pb40,
.pv40,
.pa40
{
    padding-bottom: 40px !important;
}

.pl40,
.ph40,
.pa40
{
    padding-left: 40px !important;
}

.mt40,
.mv40,
.ma40
{
    margin-top: 40px !important;
}

.mr40,
.mh40,
.ma40
{
    margin-right: 40px !important;
}

.mb40,
.mv40,
.ma40
{
    margin-bottom: 40px !important;
}

.ml40,
.mh40,
.ma40
{
    margin-left: 40px !important;
}

.pt45,
.pv45,
.pa45
{
    padding-top: 45px !important;
}

.pr45,
.ph45,
.pa45
{
    padding-right: 45px !important;
}

.pb45,
.pv45,
.pa45
{
    padding-bottom: 45px !important;
}

.pl45,
.ph45,
.pa45
{
    padding-left: 45px !important;
}

.mt45,
.mv45,
.ma45
{
    margin-top: 45px !important;
}

.mr45,
.mh45,
.ma45
{
    margin-right: 45px !important;
}

.mb45,
.mv45,
.ma45
{
    margin-bottom: 45px !important;
}

.ml45,
.mh45,
.ma45
{
    margin-left: 45px !important;
}

.pt50,
.pv50,
.pa50
{
    padding-top: 50px !important;
}

.pr50,
.ph50,
.pa50
{
    padding-right: 50px !important;
}

.pb50,
.pv50,
.pa50
{
    padding-bottom: 50px !important;
}

.pl50,
.ph50,
.pa50
{
    padding-left: 50px !important;
}

.mt50,
.mv50,
.ma50
{
    margin-top: 50px !important;
}

.mr50,
.mh50,
.ma50
{
    margin-right: 50px !important;
}

.mb50,
.mv50,
.ma50
{
    margin-bottom: 50px !important;
}

.ml50,
.mh50,
.ma50
{
    margin-left: 50px !important;
}

.txt_b
{
    font-weight: bold;
}

/*# sourceMappingURL=../../_maps/assets/css/layout.css.map */
