@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html
{
    line-height: 1.15;
    /* 1 */

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body
footer.splp-footer-002 .splp-logo{
    margin: 0;
    width: 40%;
}

/**
 * Render the `main` element consistently in IE.
 */
main
{
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1
{
    font-size: 2em;

    margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr
{
    /* 1 */
    overflow: visible;

    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre
{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a
{
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title]
{
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;

    border-bottom: none;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong
{
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp
{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small
{
    font-size: 80%;
}

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

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img
{
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea
{
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */

    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input
{
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select
{
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0; 

    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring
{
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset
{
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend
{
    /* 2 */
    display: table;

    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */

    white-space: normal;
    /* 1 */

    color: inherit;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress
{
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea
{
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search']
{
    /* 1 */
    outline-offset: -2px;

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button
{
    /* 1 */
    font: inherit;

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details
{
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary
{
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template
{
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden]
{
    display: none;
}

html
{
    font-family: 'Noto Sans JP', 'Yu Gothic Medium', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

body *
{
    box-sizing: border-box;
}

ul
{
    margin: 0;
    padding: 0;
}

li
{
    list-style: none;
}

img
{
    max-width: 100%;
}

p
{
    line-height: 1.6;

    margin: 0;

    letter-spacing: .08em;
}

em
{
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-weight: 800; 
    line-height: 1.6;

    margin: 0;

    letter-spacing: .095em;
}

td,
th
{
    line-height: 1.6;
}

a,
a :hover,
a :active,
a :focus,
a :visited
{
    color: #000;
}

body
{
    background: #5c5c5c;
}

h1,
h2,
h3,
h4,
h5,
h6,
p
{
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    margin: 30px 0 20px; 

    text-align: center;
}

h2
{
    margin: 0;
    padding: 0 0 30px;
}

section
{
    padding: 40px 20px;
}
section > p
{
    margin-bottom: 20px;
}

.splp-mainvisual-001-1
{
    position: relative;

    min-height: 100vh; 
    padding: 50px 10px 70px;
}
.splp-mainvisual-001-1 .main_visual_bg
{
    position: absolute; 
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: url('../images/mv2_bg.png') center bottom/cover no-repeat;
}
.splp-mainvisual-001-1 .main_visual_bg_custom
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-image: linear-gradient(to top, rgba(34, 22, 136, .69), rgba(0, 157, 255, .6)); 
    background-size: cover;
}
.splp-mainvisual-001-1 .main_visual_copy
{
    line-height: 2;

    margin-bottom: 20px; 

    text-align: center;
}
.splp-mainvisual-001-1 .main_visual_copy .main_visual_subcopy
{
    margin-bottom: 20px;
    padding: 0 50px;
}
.splp-mainvisual-001-1 .main_visual_copy .main_visual_bold
{
    font-size: 1.1em;
}
.splp-mainvisual-001-1 .main_visual_copy h1,
.splp-mainvisual-001-1 .main_visual_copy h2,
.splp-mainvisual-001-1 .main_visual_copy h3,
.splp-mainvisual-001-1 .main_visual_copy h4,
.splp-mainvisual-001-1 .main_visual_copy h5,
.splp-mainvisual-001-1 .main_visual_copy h6,
.splp-mainvisual-001-1 .main_visual_copy p
{
    color: #000;
}
.splp-mainvisual-001-1 .main_visual_catch
{
    margin-bottom: 20px;
}
.splp-mainvisual-001-1 .main_visual_catch ul
{
    display: flex;

    justify-content: center;
    align-items: center;
}
.splp-mainvisual-001-1 .main_visual_catch li
{
    font-size: 14px; 

    padding: 50px;

    color: #fff;
    background: url('../images/catch_icon.svg') center/contain no-repeat;
}
.splp-mainvisual-001-1 .main_visual_button
{
    position: relative;

    display: block; 

    margin: 0 20px;
    padding: 24px;

    text-align: center;

    border-radius: 4px;
}
.splp-mainvisual-001-1 .main_visual_button::before
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;

    width: 100%; 

    content: '';

    border-radius: 4px;
    background-color: #000;
}
.splp-mainvisual-001-1 .main_visual_button span
{
    font-size: 18px; 
    font-weight: bold;

    color: #fff;
}
.splp-mainvisual-001-1 .main_visual_scroll
{
    font: normal 400 20px/1 'Josefin Sans', sans-serif;

    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;

    display: inline-block;

    padding-top: 82px;

    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    text-decoration: none; 
    letter-spacing: .1em;

    color: #000;
}
.splp-mainvisual-001-1 .main_visual_scroll::after
{
    position: absolute;
    top: 50%;
    left: 50%;

    box-sizing: border-box;
    width: 24px;
    height: 24px;
    margin: -18px 0 0 -13px;

    content: '';
    cursor: pointer; 
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.splp-panel-001-1
{
    position: relative;

    overflow: hidden; 

    text-align: center;

    background-color: transparent;
}
.splp-panel-001-1 p
{
    line-height: 2;

    margin-bottom: 20px;

    color: #fff;
}

.splp-panel-002-1
{
    position: relative;

    overflow: hidden; 

    text-align: center;
}
.splp-panel-002-1 .more a
{
    display: block;

    padding: 10px 0;

    text-align: center; 

    border-radius: 4px;
    background: #5c5c5c;
}
.splp-panel-002-1 .more a,
.splp-panel-002-1 .more a:hover,
.splp-panel-002-1 .more a:active,
.splp-panel-002-1 .more a:focus,
.splp-panel-002-1 .more a:visited
{
    text-decoration: none; 

    color: #fff;
}
.splp-panel-002-1 .more a::before
{
    margin-right: 15px;
    padding: 10px; 

    content: '';

    background: url('../images/baseline-place-24px.svg') center/contain no-repeat;
}
.splp-panel-002-1 .more a::after
{
    margin-left: 15px;
    padding: 10px; 

    content: '';
}
.splp-panel-002-1 .train::before
{
    margin-right: 15px;
    padding: 10px; 

    content: '';

    background: url('../images/baseline-train-24px.svg') center/contain no-repeat;
}
.splp-panel-002-1 .car::before
{
    margin-right: 15px;
    padding: 10px; 

    content: '';

    background: url('../images/baseline-directions_car-24px.svg') center/contain no-repeat;
}
.splp-panel-002-1 .gmap iframe
{
    display: block;

    width: 100%;
    height: 100%;
    min-height: 280px;
    margin: 0;
    padding: 0;
}
.splp-panel-002-1 .gmap + div
{
    font-size: 14px;

    margin-bottom: 30px; 
    padding: 20px;

    text-align: left;

    background-color: #fff;
}
.splp-panel-002-1 .gmap + div h1,
.splp-panel-002-1 .gmap + div h2,
.splp-panel-002-1 .gmap + div h3,
.splp-panel-002-1 .gmap + div h4,
.splp-panel-002-1 .gmap + div h5,
.splp-panel-002-1 .gmap + div h6,
.splp-panel-002-1 .gmap + div p
{
    margin-top: 0; 

    color: #000;
}
.splp-panel-002-1 .gmap + div > *:not(:last-child)
{
    margin-bottom: 20px;
}

.splp-cv-001-1 h2
{
    padding: 0 0 5px;
}

.splp-cv-001-1 .cv_button
{
    position: relative;
    z-index: 10;

    margin-top: 40px; 
    margin-bottom: 20px;
}
.splp-cv-001-1 .cv_button a
{
    font-size: 19px; 

    display: block;

    padding: 20px 0;

    text-align: center;

    color: #5c5c5c;
    background: #fff;
}
.splp-cv-001-1 .cv_button a,
.splp-cv-001-1 .cv_button a:active,
.splp-cv-001-1 .cv_button a:hover,
.splp-cv-001-1 .cv_button a:visited,
.splp-cv-001-1 .cv_button a:focus
{
    text-decoration: none; 

    color: #5c5c5c;
}
.splp-cv-001-1 .cv_button > span
{
    font-size: 22px; 

    position: absolute;
    z-index: 11;
    top: -40px;
    left: 7px;

    display: block;

    padding: 17px 15px;

    color: #fff;
    border-radius: 100%;
    background: #c6c6c6;
}
.splp-cv-001-1 .cv_button > span > span
{
    position: relative;
}
.splp-cv-001-1 .cv_button > span > span::after
{
    position: absolute;
    z-index: -1; 
    bottom: -12px;
    left: 80%;

    display: block;

    width: 18px;
    height: 15px;

    content: '';

    border-radius: 0 100% 0 90%;
    background: #c6c6c6;
}

.splp-cv-001-1 .cv_tel
{
    margin-bottom: 20px; 

    text-align: center;
}
.splp-cv-001-1 .cv_tel p
{
    font-size: 18px;
}
.splp-cv-001-1 .cv_tel a
{
    font-size: 26px;
    font-weight: bold; 

    position: relative;

    display: inline-block;

    padding: 10px 0 10px 40px;
}
.splp-cv-001-1 .cv_tel a,
.splp-cv-001-1 .cv_tel a:active,
.splp-cv-001-1 .cv_tel a:hover,
.splp-cv-001-1 .cv_tel a:visited,
.splp-cv-001-1 .cv_tel a:focus
{
    text-decoration: none; 

    color: #fff;
}
.splp-cv-001-1 .cv_tel a::before
{
    position: absolute;
    top: 50%;
    left: -5px;

    padding: 20px;

    content: '';
    transform: translate(0, -50%); 

    background: url(../images/cv_mobile.svg) center left/contain no-repeat;
}

.splp-cv-001-1 .cv_description
{
    margin-bottom: 20px; 
    padding: 20px;

    background: #c6c6c6;
}
.splp-cv-001-1 .cv_description p
{
    font-weight: bold;

    text-align: center; 

    color: #000;
}

.splp-cv-001-1 .cv_copy
{
    margin-bottom: 20px;

    text-align: center;

    color: #fff;
}

.splp-cv-001-2 h2
{
    padding: 0 0 5px;
}

.splp-cv-001-2 .cv_button
{
    position: relative;
    z-index: 10;

    margin-top: 40px; 
    margin-bottom: 20px;
}
.splp-cv-001-2 .cv_button a
{
    font-size: 19px;
    font-weight: bold; 

    display: block;

    padding: 20px 0;

    text-align: center;

    border-radius: 4px;
    background: #fff;
}
.splp-cv-001-2 .cv_button a,
.splp-cv-001-2 .cv_button a:active,
.splp-cv-001-2 .cv_button a:hover,
.splp-cv-001-2 .cv_button a:visited,
.splp-cv-001-2 .cv_button a:focus
{
    text-decoration: none;
}
.splp-cv-001-2 .cv_button > span
{
    font-size: 20px; 

    position: absolute;
    z-index: 11;
    top: -40px;
    left: 7px;

    display: block;

    padding: 23px 15px;

    color: #fff;
    border-radius: 100%;
    background: #2e6be6;
}
.splp-cv-001-2 .cv_button > span > span
{
    position: relative;
}
.splp-cv-001-2 .cv_button > span > span::after
{
    position: absolute;
    z-index: -1; 
    bottom: -12px;
    left: 80%;

    display: block;

    width: 18px;
    height: 15px;

    content: '';

    border-radius: 0 100% 0 90%;
    background: #2e6be6;
}

.splp-cv-001-2 .cv_tel
{
    margin-bottom: 20px; 

    text-align: center;
}
.splp-cv-001-2 .cv_tel p
{
    font-size: 18px;
}
.splp-cv-001-2 .cv_tel a
{
    font-size: 26px;
    font-weight: bold; 

    position: relative;

    display: inline-block;

    padding: 10px 0 10px 40px;
}
.splp-cv-001-2 .cv_tel a,
.splp-cv-001-2 .cv_tel a:active,
.splp-cv-001-2 .cv_tel a:hover,
.splp-cv-001-2 .cv_tel a:visited,
.splp-cv-001-2 .cv_tel a:focus
{
    text-decoration: none; 

    color: #fff;
}
.splp-cv-001-2 .cv_tel a::before
{
    position: absolute;
    top: 50%;
    left: -5px;

    padding: 20px;

    content: '';
    transform: translate(0, -50%); 

    background: url(../images/cv_mobile.svg) center left/contain no-repeat;
}

.splp-cv-001-2 .cv_description
{
    margin-bottom: 20px;
    padding: 20px;

    border: solid 1px #fff;
}
.splp-cv-001-2 .cv_description p
{
    text-align: center;

    color: #fff;
}

.splp-cv-001-2 .cv_copy
{
    margin-bottom: 20px;

    text-align: center;

    color: #fff;
}

.splp-cv-001-3 h2
{
    padding: 0 0 5px;
}

.splp-cv-001-3 .cv_tel
{
    margin-bottom: 20px; 

    text-align: center;
}
.splp-cv-001-3 .cv_tel p
{
    font-size: 18px;
}
.splp-cv-001-3 .cv_tel a
{
    font-size: 26px;
    font-weight: bold; 

    position: relative;

    display: inline-block;

    padding: 10px 0 10px 40px;
}
.splp-cv-001-3 .cv_tel a,
.splp-cv-001-3 .cv_tel a:active,
.splp-cv-001-3 .cv_tel a:hover,
.splp-cv-001-3 .cv_tel a:visited,
.splp-cv-001-3 .cv_tel a:focus
{
    text-decoration: none; 

    color: #fff;
}
.splp-cv-001-3 .cv_tel a::before
{
    position: absolute;
    top: 50%;
    left: -5px;

    padding: 20px;

    content: '';
    transform: translate(0, -50%); 

    background: url(../images/cv_mobile.svg) center left/contain no-repeat;
}

.splp-cv-001-3 .cv_description
{
    margin-bottom: 20px; 
    padding: 20px;

    background: #c6c6c6;
}
.splp-cv-001-3 .cv_description p
{
    font-weight: bold;

    text-align: center; 

    color: #000;
}

.splp-cv-001-3 .cv_copy
{
    margin-bottom: 20px;

    text-align: center;

    color: #fff;
}

.splp-cv-001-3 .cv_button
{
    position: relative;
}
.splp-cv-001-3 .cv_button a,
.splp-cv-001-3 .cv_button button
{
    display: block;

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

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

    color: #000;
    background-color: #f28463;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 15px;
}

.splp-cv-001-4
{
    overflow: hidden; 

    padding: 50px 0 80px;
}
.splp-cv-001-4 .cv_text
{
    display: flex;

    padding: 15px; 

    transform: translate(0, -80px);
    text-align: center;

    align-items: center;
    justify-content: center;
}
.splp-cv-001-4 .cv_description
{
    margin-bottom: 30px; 
    padding: 0 0;

    color: #fff;
    background: #202020;
}
.splp-cv-001-4 .cv_description h2
{
    position: relative; 

    margin: 0 0 30px;
    padding: 30px 10px 0;

    text-align: center;
}
.splp-cv-001-4 .cv_description h2 span
{
    position: relative;
    z-index: 3; 

    color: #fff;
    text-shadow: 0 2px 0 #000;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    
    font-family: Arial, Helvetica, sans-serif;
}
.splp-cv-001-4 .cv_description h2:before
{
    position: absolute;
    z-index: 2;
    top: -20%;
    left: -10%; 

    width: 130vw;
    height: calc( 130vw * 70 / 375);

    content: '';

    background: url(../images/splp-cv-001-4-tri.svg) center/contain no-repeat;
}
.splp-cv-001-4 .cv_description h2:after
{
    display: none;
}
.splp-cv-001-4 .cv_description p
{
    padding: 0 15px 30px;

    text-align: left; 

    color: #fff;
}
.splp-cv-001-4 .cv_button
{
    padding: 0;
}
.splp-cv-001-4 .cv_button a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1em;

    display: block;

    margin: 0 auto; 
    padding: 27px 15px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #f69c00;
    -webkit-box-shadow: 0 3px #c06a00;
            box-shadow: 0 3px #c06a00;
}
.splp-cv-001-4 .cv_button:before
{
    display: none;
}
.splp-cv-001-4 .cv_button a
{
    text-decoration: none; 

    color: #fff;
}

.splp-cv-001-5
{
    padding: 0 0 0;
}
.splp-cv-001-5 .cv_image
{
    text-align: center;
}
.splp-cv-001-5 .cv_image img
{
    width: 100%;
}
.splp-cv-001-5 .cv_text
{
    display: flex;

    transform: translate(0, -40px); 
    text-align: center;

    align-items: center;
    justify-content: center;
}
.splp-cv-001-5 .cv_text
{
    padding: 15px;
}
.splp-cv-001-5 .cv_description
{
    margin-bottom: 30px; 
    padding: 0 0;

    color: #fff;
    background: rgba(32, 32, 32, .8);
}
.splp-cv-001-5 .cv_description h2
{
    font-size: 24px;

    position: relative;

    padding: 30px 10px 0;

    text-align: center;
    letter-spacing: .095em;
}
.splp-cv-001-5 .cv_description h2 span
{
    position: relative;
    z-index: 3; 

    color: #fff;
    text-shadow: 0 2px 0 #000;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;

    font-family: Arial, Helvetica, sans-serif;
}
.splp-cv-001-5 .cv_description h2:after
{
    display: none;
}
.splp-cv-001-5 .cv_description p
{
    padding: 0 15px 30px;

    text-align: center; 

    color: #fff;
}
.splp-cv-001-5 .cv_description .cv_button
{
    padding: 0 15px 50px;
}
.splp-cv-001-5 .cv_description .cv_button a
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1em;

    display: block;

    margin: 0 auto; 
    padding: 27px 15px;

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

    color: #fff;
    border-radius: 4px;
    background-color: #f69c00;
    -webkit-box-shadow: 0 3px #c06a00;
            box-shadow: 0 3px #c06a00;
}
.splp-cv-001-5 .cv_description .cv_button:before
{
    display: none;
}
.splp-cv-001-5 .cv_description .cv_button a
{
    text-decoration: none; 

    color: #fff;
}

.splp-list-001-001-1
{
    position: relative;

    overflow: hidden;

    text-align: center;
}
.splp-list-001-001-1 > div > h2
{
    font-size: 26px;

    margin-bottom: 20px;
}
.splp-list-001-001-1 > div > p
{
    margin-bottom: 20px;
}
.splp-list-001-001-1 li
{
    border-top: #8b8b8b solid 1px;
}
.splp-list-001-001-1 li:last-child
{
    border-bottom: #8b8b8b solid 1px;
}
.splp-list-001-001-1 li p
{
    position: relative;

    display: block;

    padding: 24px 15px 24px 45px;

    text-align: left;
}
.splp-list-001-001-1 li p::before
{
    position: absolute;
    top: 50%;
    left: -15px;

    padding: 15px;

    content: '';
    transform: translate(50%, -50%); 

    background: url('../images/check.svg') center bottom/contain no-repeat;
}

.splp-list-001-001-5
{
    position: relative;

    overflow: hidden;

    text-align: center;
}
.splp-list-001-001-5 > div > h2
{
    font-size: 26px;

    margin-bottom: 20px;
}
.splp-list-001-001-5 > div > p
{
    margin-bottom: 20px;
}
.splp-list-001-001-5 li p
{
    font-size: 18px; 
    font-weight: normal;

    position: relative;

    display: block;

    padding: 24px 15px 24px 45px;

    text-align: left;
}
.splp-list-001-001-5 li p::before
{
    position: absolute;
    top: 38px;
    left: -15px;

    padding: 15px;

    content: '';
    transform: translate(50%, -50%); 

    border: 3px solid #f8df00;
    background: #fff;
}
.splp-list-001-001-5 li p::after
{
    position: absolute;
    top: 37px;
    left: 7px;

    display: block;

    width: 14px;
    height: 7px;

    content: '';
    transform: translate(50%, -50%) rotate(-45deg); 

    border-bottom: 2px solid #1183c4;
    border-left: 2px solid #1183c4;
}
.splp-list-001-001-5 li p em
{
    font-weight: bold; 

    text-decoration: underline;
}

.splp-list-003-004-3 li
{
    padding: 1rem;

    text-align: center; 

    background: #fff;
}
.splp-list-003-004-3 li:not(:last-of-type)
{
    margin-bottom: 1.5rem;
}
.splp-list-003-004-3 li h3
{
    font-size: 1.1rem;

    margin: 0 0 0rem;

    text-align: center; 

    color: #000;
}
.splp-list-003-004-3 li h3 + p
{
    text-align: center; 

    color: #000;
}

.splp-list-001-001-4 li
{
    display: flex;

    justify-content: stretch;
}
.splp-list-001-001-4 li:not(:last-child)
{
    margin-bottom: 16px;
}
.splp-list-001-001-4 li p
{
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    line-height: 1; 

    width: 75px;
    height: 75px;
    padding-top: 17px;

    text-align: center;

    color: #fff;
    background: #0d6ac7;
}
.splp-list-001-001-4 li p em
{
    font-size: 22px;
    font-style: normal;
    line-height: 1; 

    display: block;

    margin: 3px 0 0;

    color: #f5ff00;
}
.splp-list-001-001-4 li h3
{
    font-size: 15px;
    line-height: 1.4; 

    width: calc( 100% - 75px);
    height: 75px;
    margin: 0;
    padding: 10px 0 0;

    text-align: center;

    color: #000;
    background: #fff;
}
.splp-list-001-001-4 li h3 em
{
    font-size: 22px;

    display: block; 

    color: #0d6ac7;
}

.splp-list-003-003-2 li
{
    display: flex;

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

    background-color: #fff; 

    flex-wrap: wrap;
}
.splp-list-003-003-2 li > div:not(:last-child)
{
    position: relative; 

    width: 100%;
    padding: 10px 20px;

    text-align: center;
}
.splp-list-003-003-2 li > div:not(:last-child) span
{
    font-size: 30px;
    font-weight: bold;

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

    display: flex;

    width: 50px;
    height: 50px;

    transform: translateX(-50%);

    color: #000;
    border-radius: 100%;
    background: #0562ba; 

    justify-content: center;
    align-items: center;
}
.splp-list-003-003-2 li > div:not(:last-child) span em
{
    font-size: 30px;

    color: #fff;
}
.splp-list-003-003-2 li > div:not(:last-child) h3,
.splp-list-003-003-2 li > div:not(:last-child) p
{
    color: #5c5c5c;
}
.splp-list-003-003-2 li > div:not(:last-child) h3
{
    font-size: 21px; 
    line-height: 2;

    margin: 20px 0;
}
.splp-list-003-003-2 li > div:not(:last-child) p
{
    margin-bottom: 20px;
}
.splp-list-003-003-2 li > div:last-child
{
    width: 100%; 
    padding: 15px 10px;
}
.splp-list-003-003-2 li > div:last-child img
{
    width: 100%;
}

.splp-list-003-003-3 li:not(:last-of-type)
{
    margin-bottom: 15px;
}

.splp-list-003-003-3 li > a > div,
.splp-list-003-003-3 li > div
{
    width: 100%;
}
.splp-list-003-003-3 li > a > div .text,
.splp-list-003-003-3 li > div .text
{
    padding: 4rem 1.5rem;
}
.splp-list-003-003-3 li > a > div .text .num,
.splp-list-003-003-3 li > div .text .num
{
    margin-bottom: 1rem;
}

.splp-list-003-003-3 .img_wrap img
{
    width: 100%;
}

.splp-list-003-004-1 li
{
    display: flex;

    width: 100%;
}
.splp-list-003-004-1 li:not(:last-of-type)
{
    margin-bottom: 1.5rem;
}
.splp-list-003-004-1 li > div
{
    width: 50%;
}
.splp-list-003-004-1 li > div:first-child
{
    position: relative;

    overflow: hidden;
}
.splp-list-003-004-1 li > div:first-child img
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;

    width: auto;
    max-width: none;
    height: 100%;

    transform: translate(-50%, 0);
}
.splp-list-003-004-1 li > div:last-child
{
    display: flex;

    min-height: 9.5rem; 
    padding: 1rem 0;

    text-align: center;

    background: #fff;

    justify-content: center;
    align-items: center;
}
.splp-list-003-004-1 li > div:last-child p
{
    text-align: center; 

    color: #000;
}
.splp-list-003-004-1 li > div:last-child .custom-target
{
    font-size: 1.1rem; 
    font-weight: bold;
}
.splp-list-003-004-1 li > div:last-child .feature
{
    color: #27ae60;
}

.splp-list-003-004-2 li
{
    display: flex;

    width: 100%;
}
.splp-list-003-004-2 li:not(:last-of-type)
{
    margin-bottom: 1.5rem;
}
.splp-list-003-004-2 li > div
{
    width: calc( ( 100% - 1rem ) / 2);
}
.splp-list-003-004-2 li > div:first-child
{
    position: relative;

    overflow: hidden;
}
.splp-list-003-004-2 li > div:first-child img
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;

    width: auto;
    max-width: none;
    height: 100%;

    transform: translate(-50%, 0);
}
.splp-list-003-004-2 li > div:last-child
{
    min-height: 11rem;
    margin-left: 1rem;
}
.splp-list-003-004-2 li > div:last-child p
{
    text-align: left;
}
.splp-list-003-004-2 li > div:last-child p.label
{
    font-weight: bold;
}

.splp-list-003-004-4 li
{
    position: relative; 

    padding: 17px 0 0;
}
.splp-list-003-004-4 li > div:not(:last-child)
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;

    width: 325px; 
    padding: 0 0 0;

    background: transparent;
}
.splp-list-003-004-4 li > div:not(:last-child) h3
{
    font-size: 20px;

    position: absolute;
    z-index: 5;
    top: -17px;
    left: 20px;

    margin: 0;

    text-align: left;
    letter-spacing: .15em; 

    color: #000;
    color: #fff;
    text-shadow: 0 2px 0 #000;

    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;

    font-family: Arial, Helvetica, sans-serif;
}
@media all and (-ms-high-contrast: none)
{
    .splp-list-003-004-4 li > div:not(:last-child) h3
    {
        text-shadow: black 1px 2px 0, black -1px 2px 0, black 1px -1px 0, black -1px -1px 0; 

        filter: dropshadow(color=#000, offX=0, offY=-1) dropshadow(color=#000, offX=1, offY=0) dropshadow(color=#000, offX=0, offY=1) dropshadow(color=#000, offX=-1, offY=0);
    }
}
.splp-list-003-004-4 li > div:not(:last-child) p
{
    font-size: 15px;

    position: relative;
    z-index: 2;

    overflow: hidden;

    padding: 0 20px; 

    color: #000;
}
.splp-list-003-004-4 li > div:not(:last-child) p::before
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 15px;

    width: 80%;
    height: 100%;

    content: '';
    transform: rotate(6deg);
    transform-origin: top left;

    background: #f8df00;
}
.splp-list-003-004-4 li > div:not(:last-child) p::after
{
    position: absolute;
    z-index: 1; 
    right: 15px;
    bottom: 0;

    width: 80%;
    height: 100%;

    content: '';
    transform: rotate(6deg);
    transform-origin: bottom right;

    background: #f8df00;
}
.splp-list-003-004-4 li > div:not(:last-child) p span
{
    position: relative;
    z-index: 2; 

    display: block;

    padding: 15px 0 10px;

    letter-spacing: 0;

    background: #f8df00;
}
.splp-list-003-004-4 li > div:last-child
{
    padding: 26px 15px 32px;
}

.splp-list-001-001-3 li
{
    position: relative; 

    padding: 17px 0 0;
}
.splp-list-001-001-3 li > div:not(:last-child)
{
    position: relative; 
    z-index: 2;

    background: transparent;
}
.splp-list-001-001-3 li > div:not(:last-child) span
{
    font-size: 15px;
    font-weight: normal;
    font-style: normal;

    position: absolute;
    top: -17px;
    right: 0;
    left: 15px;

    width: 75px;
    height: 75px;
    padding-top: 17px;

    text-align: center;

    color: #fff; 
    background: #0d6ac7;
}
.splp-list-001-001-3 li > div:not(:last-child) span em
{
    font-size: 22px;
    font-style: normal;

    display: block;

    margin: 3px 0 0; 

    color: #f5ff00;
}
.splp-list-001-001-3 li > div:not(:last-child) h3
{
    font-size: 15px;

    position: absolute;
    top: 50%;
    left: 50%;

    width: 236px;
    margin: 0; 
    padding: 16px 0;

    transform: translate(-50%, -50%);
    text-align: center;

    color: #000;
    background: rgba(255, 255, 255, .8);
}
.splp-list-001-001-3 li > div:not(:last-child) h3 em
{
    font-size: 22px; 

    color: #0d6ac7;
}
.splp-list-001-001-3 li > div:last-child
{
    padding: 26px 15px 32px;
}

.splp-list-003-003-1 li
{
    display: flex;

    margin-bottom: 30px; 
    padding: 50px 0 0;

    flex-wrap: wrap;
}
.splp-list-003-003-1 li > div:not(:last-child)
{
    position: relative; 

    width: 100%;
    padding: 10px 20px;

    text-align: left;

    background-color: #c6c6c6;
}
.splp-list-003-003-1 li > div:not(:last-child) span
{
    font-size: 30px;
    font-weight: bold;
    font-style: italic;

    position: absolute;
    top: -47px;

    letter-spacing: 2.4px; 

    color: #fff;
}
.splp-list-003-003-1 li > div:not(:last-child) span em
{
    font-size: 48px;
    font-style: italic;

    margin-left: 10px;
}
.splp-list-003-003-1 li > div:not(:last-child) h3,
.splp-list-003-003-1 li > div:not(:last-child) p
{
    color: #5c5c5c;
}
.splp-list-003-003-1 li > div:not(:last-child) h3
{
    font-size: 21px; 
    line-height: 2;

    margin: 20px 0;
}
.splp-list-003-003-1 li > div:not(:last-child) p
{
    margin-bottom: 20px;
}
.splp-list-003-003-1 li > div:last-child
{
    width: 100%; 
    padding: 0;
}
.splp-list-003-003-1 li > div:last-child img
{
    width: 100%;
}
.splp-list-003-003-1 li:nth-of-type(odd) > div:not(:last-child) span
{
    right: 0;
}
.splp-list-003-003-1 li:nth-of-type(even) > div:not(:last-child) span
{
    left: 0;
}

.splp-list-001-001-2 li
{
    display: flex;

    margin-bottom: 20px;
}
.splp-list-001-001-2 li div:first-child
{
    position: relative;

    display: flex;

    padding: 15px;

    background: #c6c6c6;

    align-items: center;
    justify-content: center;
}
.splp-list-001-001-2 li div:first-child span
{
    font-size: 10px; 

    text-align: center;

    color: #fff;
}
.splp-list-001-001-2 li div:first-child span em
{
    font-size: 20px;
    font-weight: bold; 

    display: block;
}
.splp-list-001-001-2 li div:not(:first-child)
{
    padding: 15px;

    text-align: left;

    background: #fff;
}
.splp-list-001-001-2 li div:not(:first-child) h1,
.splp-list-001-001-2 li div:not(:first-child) h2,
.splp-list-001-001-2 li div:not(:first-child) h3,
.splp-list-001-001-2 li div:not(:first-child) h4,
.splp-list-001-001-2 li div:not(:first-child) h5,
.splp-list-001-001-2 li div:not(:first-child) h6,
.splp-list-001-001-2 li div:not(:first-child) p
{
    margin-top: 0;

    text-align: left; 

    color: #5c5c5c;
}

.splp-list-001-001-2 li:not(:last-child) div:first-child::before
{
    position: absolute;
    bottom: 5px;
    left: 50%;

    padding: 10px;

    content: '';
    transform: translate(-50%, 50%) rotate(45deg);

    background: #c6c6c6;
}

.splp-list-001-001-6 li
{
    position: relative;

    margin-bottom: 20px;

    background: #efefef;
}
.splp-list-001-001-6 li div:first-child
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100px;
    height: 60px;
    padding: 8px 15px 5px;

    text-align: center; 

    background: #f8df00;
}
.splp-list-001-001-6 li div:first-child span
{
    font-size: 10px; 

    color: #000;
}
.splp-list-001-001-6 li div:first-child span em
{
    font-size: 26px;
    font-weight: bold; 

    display: block;
}
.splp-list-001-001-6 li div:not(:first-child)
{
    padding: 0;
}
.splp-list-001-001-6 li div:not(:first-child) h3
{
    font-size: 20px; 
    font-weight: normal;

    position: absolute;
    top: 0;
    right: 0;

    display: flex;

    width: calc( 100% - 100px);
    height: 60px;
    margin: 0;
    padding: 5px 15px;

    color: #000;
    background: #fff;

    align-items: center;
}
.splp-list-001-001-6 li div:not(:first-child) p
{
    margin: 0;
    padding: calc( 60px + 15px)15px 15px;

    color: #000; 
    background: #efefef;
}

.splp-list-001-002-1 li:not(:last-of-type)
{
    margin-bottom: 15px;
}

.splp-list-001-002-1 li > div,
.splp-list-001-002-1 li > a
{
    padding: 0;
}
.splp-list-001-002-1 li > div > div,
.splp-list-001-002-1 li > div > p,
.splp-list-001-002-1 li > a > div,
.splp-list-001-002-1 li > a > p
{
    padding: 20px 15px 20px 45px;

    color: #4d4f5c; 
    background-color: #fff;
    background-repeat: no-repeat;
}
.splp-list-001-002-1 li > div > div,
.splp-list-001-002-1 li > a > div
{
    background-image: url('../images/faq_q.svg');
    background-position: left 15px top 21px;
}
.splp-list-001-002-1 li > div > div::before,
.splp-list-001-002-1 li > a > div::before
{
    margin-right: 15px; 
    margin-left: -15px;
}
.splp-list-001-002-1 li > div > p,
.splp-list-001-002-1 li > a > p
{
    border-top: 1px solid #ccc;
    background-image: url('../images/faq_a.svg');
    background-position: left 15px top 25px;
}
.splp-list-001-002-1 li > div > p::before,
.splp-list-001-002-1 li > a > p::before
{
    margin-right: 15px; 
    margin-left: -15px;

    color: #cdcdcd;
}

.splp-list-001-002-2
{
    margin-bottom: 1.5rem; 
    padding: 2rem 0;
}
.splp-list-001-002-2 li
{
    display: flex;

    margin-bottom: .6rem; 

    justify-content: space-between;
    align-items: baseline;
}
.splp-list-001-002-2 .name
{
    font-size: 18px;

    margin-right: 10px;

    color: #fff; 

    flex-grow: 0;
}
.splp-list-001-002-2 .border
{
    display: flex;

    border: .5px solid #8a8a8a; 

    flex-grow: 3;
}
.splp-list-001-002-2 .number
{
    font-size: 20px;

    margin-left: 10px;

    color: #fff; 

    flex-grow: 0;
}
.splp-list-001-002-2 .number > span
{
    font-size: 33px;
    font-weight: bold;

    margin-left: 5px;

    vertical-align: middle; 

    color: #d80000;
}

.splp-list-001-002-3 li:not(:last-of-type)
{
    margin-bottom: 15px;
}

.splp-list-001-002-3 li > div,
.splp-list-001-002-3 li > a
{
    padding: 0;
}
.splp-list-001-002-3 li > div > div,
.splp-list-001-002-3 li > div > p,
.splp-list-001-002-3 li > a > div,
.splp-list-001-002-3 li > a > p
{
    padding: 25px 15px 20px 60px;

    color: #202020; 
    background-color: #fff;
    background-repeat: no-repeat;
}
.splp-list-001-002-3 li > div > div,
.splp-list-001-002-3 li > a > div
{
    background-image: url('../images/faq_q_2.svg');
    background-position: left 15px top 21px;
}
.splp-list-001-002-3 li > div > div::before,
.splp-list-001-002-3 li > a > div::before
{
    margin-right: 15px; 
    margin-left: -15px;
}
.splp-list-001-002-3 li > div > p,
.splp-list-001-002-3 li > a > p
{
    margin-top: -10px; 

    background-image: url('../images/faq_a_2.svg');
    background-position: left 15px top 25px;
}
.splp-list-001-002-3 li > div > p::before,
.splp-list-001-002-3 li > a > p::before
{
    margin-right: 15px; 
    margin-left: -15px;

    color: #cdcdcd;
}

.splp-list-005-001-1 li:not(:last-of-type)
{
    margin-bottom: 15px;
}

.splp-list-005-001-1 li > a > div,
.splp-list-005-001-1 li > div
{
    padding: 20px; 

    text-align: center;

    background: #fff;
}
.splp-list-005-001-1 li > a > div > h3,
.splp-list-005-001-1 li > div > h3
{
    font-weight: normal; 

    width: 80%;
    margin: 0 auto 5px;

    border-radius: 20px;
    background: #5c5c5c;
}
.splp-list-005-001-1 li > a > div > div,
.splp-list-005-001-1 li > div > div
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
.splp-list-005-001-1 li > a > div > div > div,
.splp-list-005-001-1 li > div > div > div
{
    display: flex;

    width: 64px;
    height: 64px; 
    padding: 15px;

    border-radius: 100%;
    background: #5c5c5c;

    align-items: center;
    justify-content: center;
}
.splp-list-005-001-1 li > a > div > div > div span,
.splp-list-005-001-1 li > div > div > div span
{
    font-size: 17px;
    font-weight: bold; 

    color: #fff;
}
.splp-list-005-001-1 li > a > div > div > span:last-child,
.splp-list-005-001-1 li > div > div > span:last-child
{
    font-size: 33px; 

    color: #5c5c5c;
}
.splp-list-005-001-1 li > a > div > div > span:last-child em,
.splp-list-005-001-1 li > div > div > span:last-child em
{
    font-size: 64px;
}
.splp-list-005-001-1 li > a > div > p,
.splp-list-005-001-1 li > div > p
{
    color: #000;
}

.splp-list-003-002-1
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.splp-list-003-002-1 li
{
    width: calc( 50% - ( 15px / 2 ));
    margin-bottom: 15px;

    background: #dedede;
}
.splp-list-003-002-1 li > a > div,
.splp-list-003-002-1 li > div
{
    display: flex;
    flex-direction: column;

    width: 100%;
}
.splp-list-003-002-1 li > a > div > div:first-child,
.splp-list-003-002-1 li > div > div:first-child
{
    height: 100%;
    padding: 15px 0; 

    text-align: center;
}
.splp-list-003-002-1 li > a > div > div:first-child img,
.splp-list-003-002-1 li > div > div:first-child img
{
    max-width: 100%;
}
.splp-list-003-002-1 li > a > div > div:not(:first-child),
.splp-list-003-002-1 li > div > div:not(:first-child)
{
    text-align: center;
}
.splp-list-003-002-1 li > a > div > div:not(:first-child) h3,
.splp-list-003-002-1 li > a > div > div:not(:first-child) h4,
.splp-list-003-002-1 li > a > div > div:not(:first-child) h5,
.splp-list-003-002-1 li > a > div > div:not(:first-child) h6,
.splp-list-003-002-1 li > a > div > div:not(:first-child) p,
.splp-list-003-002-1 li > div > div:not(:first-child) h3,
.splp-list-003-002-1 li > div > div:not(:first-child) h4,
.splp-list-003-002-1 li > div > div:not(:first-child) h5,
.splp-list-003-002-1 li > div > div:not(:first-child) h6,
.splp-list-003-002-1 li > div > div:not(:first-child) p
{
    margin: 10px 0;
    padding: 0 10px; 

    color: #5c5c5c;
}

.splp-list-006-001-1
{
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}
.splp-list-006-001-1 li:not(:last-of-type)
{
    margin-bottom: 25px;
}
.splp-list-006-001-1 li
{
    width: calc( ( 100% - 15px ) / 2);
}
.splp-list-006-001-1 li > a > div > div img,
.splp-list-006-001-1 li > div > div img
{
    width: 100%;
}
.splp-list-006-001-1 li > a > div > p,
.splp-list-006-001-1 li > div > p
{
    margin-top: 15px;
}

.splp-list-003-001-1 li:not(:last-of-type)
{
    margin-bottom: 25px;
}

.splp-list-003-001-1 li > a > div,
.splp-list-003-001-1 li > div
{
    display: flex;

    width: 100%; 

    align-items: flex-start;
}
.splp-list-003-001-1 li > a > div > div,
.splp-list-003-001-1 li > div > div
{
    display: flex;

    min-width: 80px; 

    align-items: flex-start;
    flex-basis: 80px;
}
.splp-list-003-001-1 li > a > div > p,
.splp-list-003-001-1 li > div > p
{
    position: relative;

    width: 100%; 
    padding: 20px 15px;

    background: #c6c6c6;
}
.splp-list-003-001-1 li > a > div > p span,
.splp-list-003-001-1 li > div > p span
{
    font-size: 16px; 

    display: block;

    color: #5c5c5c;
}
.splp-list-003-001-1 li > a > div > p span:last-child,
.splp-list-003-001-1 li > div > p span:last-child
{
    font-size: 13px; 

    margin-top: 20px;

    color: #5c5c5c;
}

.splp-list-003-001-1 li:nth-of-type(odd) > a > div p,
.splp-list-003-001-1 li:nth-of-type(odd) > div p
{
    margin-left: 15px;
}
.splp-list-003-001-1 li:nth-of-type(odd) > a > div p::before,
.splp-list-003-001-1 li:nth-of-type(odd) > div p::before
{
    position: absolute;
    top: 30px;
    left: -20px;

    margin-top: -10px;

    content: '';

    border: 10px solid transparent;
    border-right: 10px solid #c6c6c6;
}

.splp-list-003-001-1 li:nth-of-type(even) > a > div p,
.splp-list-003-001-1 li:nth-of-type(even) > div p
{
    margin-right: 15px;
}
.splp-list-003-001-1 li:nth-of-type(even) > a > div p::before,
.splp-list-003-001-1 li:nth-of-type(even) > div p::before
{
    position: absolute;
    top: 30px;
    right: -20px;

    margin-top: -10px;

    content: '';

    border: 10px solid transparent;
    border-left: 10px solid #c6c6c6;
}

.splp-list-003-001-2
{
    padding-bottom: 12px;
}
.splp-list-003-001-2 li:not(:last-of-type)
{
    margin-bottom: 20px;
}
.splp-list-003-001-2 li > a > div,
.splp-list-003-001-2 li > div
{
    display: flex;

    width: 100%; 

    align-items: flex-start;
}
.splp-list-003-001-2 li > a > div > div,
.splp-list-003-001-2 li > div > div
{
    display: flex;

    min-width: 80px; 

    align-items: flex-start;
    flex-basis: 80px;
}
.splp-list-003-001-2 li > a > div > p,
.splp-list-003-001-2 li > div > p
{
    position: relative;

    width: 100%; 
    padding: 20px 10px;

    background: #fff;
}
.splp-list-003-001-2 li > a > div > p .voice-title,
.splp-list-003-001-2 li > div > p .voice-title
{
    font-size: 15px;
    font-size: 15px;
    font-weight: bold; 

    display: block;

    margin-bottom: 15px;

    color: #0d6ac7;
}
.splp-list-003-001-2 li > a > div > p .voice-head,
.splp-list-003-001-2 li > div > p .voice-head
{
    font-size: 14px;

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    padding: 80px 0 20px;

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

    color: #000;
    background: linear-gradient(0deg, white 50px, rgba(255, 255, 255, 0));
}
.splp-list-003-001-2 li > a > div > p .voice-head span,
.splp-list-003-001-2 li > div > p .voice-head span
{
    position: relative; 

    display: inline-block;
}
.splp-list-003-001-2 li > a > div > p .voice-head span:after,
.splp-list-003-001-2 li > div > p .voice-head span:after
{
    position: relative;
    top: 50%;
    right: -20px;

    height: 20px;
    padding-right: 20px;

    content: '';
    transform: translateY(-50%);

    background: url(../images/add-24px.svg) center/contain no-repeat;
}
.splp-list-003-001-2 li > a > div > p .voice-head + .voice-body,
.splp-list-003-001-2 li > div > p .voice-head + .voice-body
{
    font-size: 15px;

    display: block;
    overflow: hidden;

    max-height: 130px;

    transition: all .3s ease-in-out; 

    color: #000;
}
.splp-list-003-001-2 li > a > div > p .voice-head.is-active,
.splp-list-003-001-2 li > div > p .voice-head.is-active
{
    display: none; 

    padding: 20px 0;

    background: #fff;
}
.splp-list-003-001-2 li > a > div > p .voice-head.is-active span:after,
.splp-list-003-001-2 li > div > p .voice-head.is-active span:after
{
    background: url(../images/remove-24px.svg) center/contain no-repeat;
}
.splp-list-003-001-2 li > a > div > p .voice-head.is-active + .voice-body,
.splp-list-003-001-2 li > div > p .voice-head.is-active + .voice-body
{
    max-height: none;
}
.splp-list-003-001-2 li:nth-of-type(odd) > a > div p,
.splp-list-003-001-2 li:nth-of-type(odd) > div p
{
    margin-left: 15px;
}
.splp-list-003-001-2 li:nth-of-type(odd) > a > div p::before,
.splp-list-003-001-2 li:nth-of-type(odd) > div p::before
{
    position: absolute;
    top: 30px;
    left: -20px;

    margin-top: -10px;

    content: '';

    border: 10px solid transparent;
    border-right: 10px solid #fff;
}
.splp-list-003-001-2 li:nth-of-type(even) > a > div p,
.splp-list-003-001-2 li:nth-of-type(even) > div p
{
    margin-right: 15px;
}
.splp-list-003-001-2 li:nth-of-type(even) > a > div p::before,
.splp-list-003-001-2 li:nth-of-type(even) > div p::before
{
    position: absolute;
    top: 30px;
    right: -20px;

    margin-top: -10px;

    content: '';

    border: 10px solid transparent;
    border-left: 10px solid #fff;
}

.splp-list-004-001-1 li:not(:last-of-type)
{
    margin-bottom: 25px;
}

.splp-list-004-001-1 li
{
    background: #fff;
}
.splp-list-004-001-1 li > a > div,
.splp-list-004-001-1 li > div
{
    padding: 20px 15px;
}
.splp-list-004-001-1 li > a > div > div,
.splp-list-004-001-1 li > div > div
{
    display: flex;

    align-items: flex-start;
}
.splp-list-004-001-1 li > a > div > div div:first-child,
.splp-list-004-001-1 li > div > div div:first-child
{
    width: 100px; 
    min-width: 100px;

    flex-basis: 100px;
}
.splp-list-004-001-1 li > a > div > div div:last-child,
.splp-list-004-001-1 li > div > div div:last-child
{
    width: calc( 100% - 100px);
    padding: 15px 0 15px 15px;
}
.splp-list-004-001-1 li > a > div > div div:last-child span,
.splp-list-004-001-1 li > div > div div:last-child span
{
    display: block;

    margin-bottom: 5px;
}
.splp-list-004-001-1 li > a > div > div div:last-child span:last-child,
.splp-list-004-001-1 li > div > div div:last-child span:last-child
{
    margin-top: 20px;
}
.splp-list-004-001-1 li > a > div > div div:last-child em,
.splp-list-004-001-1 li > div > div div:last-child em
{
    font-weight: bold;
}
.splp-list-004-001-1 li > a > div > p,
.splp-list-004-001-1 li > div > p
{
    position: relative;

    width: 100%;
    margin-top: 20px; 
    padding: 0;
}
.splp-list-004-001-1 li > a > div > p span,
.splp-list-004-001-1 li > div > p span
{
    font-size: 16px; 

    display: block;

    color: #000;
}
.splp-list-004-001-1 li > a > div > p span em,
.splp-list-004-001-1 li > div > p span em
{
    font-weight: bold;

    text-decoration: underline;
}

.splp-list-007-001-1 li:not(:last-of-type)
{
    margin-bottom: 25px;
}

.splp-list-007-001-1 li
{
    background: #fff;
}
.splp-list-007-001-1 li > a > div,
.splp-list-007-001-1 li > div
{
    padding: 20px 15px;
}
.splp-list-007-001-1 li > a > div > div,
.splp-list-007-001-1 li > div > div
{
    display: flex;

    align-items: flex-start;
}
.splp-list-007-001-1 li > a > div > div div:first-child,
.splp-list-007-001-1 li > div > div div:first-child
{
    position: relative; 

    width: 100px;
    min-width: 100px;

    flex-basis: 100px;
}
.splp-list-007-001-1 li > a > div > div div:first-child:before,
.splp-list-007-001-1 li > div > div div:first-child:before
{
    position: absolute;
    top: 1px;
    left: 2px;

    width: 100%;
    height: 100%;

    content: ''; 

    border-radius: 100%;
    background: #c4c4c4;
}
.splp-list-007-001-1 li > a > div > div div:first-child img,
.splp-list-007-001-1 li > div > div div:first-child img
{
    position: relative;

    width: 100%;
}
.splp-list-007-001-1 li > a > div > div div:last-child,
.splp-list-007-001-1 li > div > div div:last-child
{
    width: calc( 100% - 100px);
    padding: 15px 0 15px 15px;
}
.splp-list-007-001-1 li > a > div > div div:last-child span,
.splp-list-007-001-1 li > div > div div:last-child span
{
    display: block;

    margin-bottom: 5px;
}
.splp-list-007-001-1 li > a > div > div div:last-child span:last-child,
.splp-list-007-001-1 li > div > div div:last-child span:last-child
{
    margin-top: 20px;
}
.splp-list-007-001-1 li > a > div > div div:last-child em,
.splp-list-007-001-1 li > div > div div:last-child em
{
    font-weight: bold;
}
.splp-list-007-001-1 li > a > div > p,
.splp-list-007-001-1 li > div > p
{
    line-height: 1.4;

    position: relative;

    width: 100%;
    margin-top: 20px; 
    padding: 0;
}
.splp-list-007-001-1 li > a > div > p span,
.splp-list-007-001-1 li > div > p span
{
    font-size: 16px; 

    display: block;

    color: #000;
}
.splp-list-007-001-1 li > a > div > p span em,
.splp-list-007-001-1 li > div > p span em
{
    font-weight: bold;

    text-decoration: underline;
}
.splp-list-007-001-1 li > a > div > h3,
.splp-list-007-001-1 li > a > div > h4,
.splp-list-007-001-1 li > a > div > h5,
.splp-list-007-001-1 li > a > div > h6,
.splp-list-007-001-1 li > div > h3,
.splp-list-007-001-1 li > div > h4,
.splp-list-007-001-1 li > div > h5,
.splp-list-007-001-1 li > div > h6
{
    line-height: 1.4;

    margin-top: 0; 

    text-align: left;
}
.splp-list-007-001-1 li > a > div > h3 span,
.splp-list-007-001-1 li > a > div > h4 span,
.splp-list-007-001-1 li > a > div > h5 span,
.splp-list-007-001-1 li > a > div > h6 span,
.splp-list-007-001-1 li > div > h3 span,
.splp-list-007-001-1 li > div > h4 span,
.splp-list-007-001-1 li > div > h5 span,
.splp-list-007-001-1 li > div > h6 span
{
    font-size: 18px; 
    font-weight: bold;

    color: #000;
}

.splp-header-001
{
    position: fixed;
    z-index: 1000; 

    width: 100%;

    background: transparent;
}
.splp-header-001 .navbar
{
    min-height: auto; 

    background: transparent;
}
.splp-header-001 .navbar-brand
{
    position: absolute;

    background: transparent;
}
.splp-header-001 .navbar-brand .navbar-burger
{
    position: fixed;
    top: 0;
    right: 0;

    width: 80px;
    height: 80px; 

    background-image: url('../images/menu.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.splp-header-001 .navbar-brand .navbar-burger > span
{
    display: none;
}
.splp-header-001 .navbar-brand .navbar-burger:hover
{
    background-color: transparent;
}
.splp-header-001 .navbar-menu
{
    position: absolute;
    top: -100vh;
    right: 0;
    left: 0;

    width: 100%;
    height: 100vh;

    transition: all .3s ease-in-out;

    background: #5c5c5c;
}
.splp-header-001 .navbar-menu.is-active
{
    top: 0vh;
}
.splp-header-001 .navbar-menu.is-active .navbar-close a span
{
    overflow: hidden;

    box-sizing: border-box;
    width: 20px;
    height: 2px;
    margin: 0;
    padding: 0;

    transform-origin: center center;
}
.splp-header-001 .navbar-menu.is-active .navbar-close a span:nth-of-type(1),
.splp-header-001 .navbar-menu.is-active .navbar-close a span:nth-of-type(3)
{
    top: 24px;
    left: 15px;

    transform: rotate(45deg);
}
.splp-header-001 .navbar-menu.is-active .navbar-close a span:nth-of-type(2)
{
    top: 24px;
    left: 15px;

    transform: rotate(-45deg);
}
.splp-header-001 .navbar-menu .navbar-close a
{
    font-size: 10px;

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

    overflow: hidden;

    box-sizing: border-box;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;

    cursor: pointer; 
    text-align: center;

    background: transparent;
}
.splp-header-001 .navbar-menu .navbar-close a::after
{
    font-size: 10px;
    font-weight: 400;
    line-height: 1; 

    position: absolute;
    bottom: 5px;
    left: 0;

    display: block;
    overflow: hidden;

    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;

    text-align: center;

    color: #fff;
}
.splp-header-001 .navbar-menu .navbar-close a span
{
    position: absolute;
    left: calc(50% - 8px);

    width: 16px;
    height: 1px;

    transition: all .3s ease-in-out; 
    -webkit-transform-origin: center;
            transform-origin: center;

    background-color: #fff;
}
.splp-header-001 .navbar-menu .navbar-close a span:nth-child(1)
{
    top: calc(50% - 6px);
}
.splp-header-001 .navbar-menu .navbar-close a span:nth-child(2)
{
    top: calc(50% - 1px);
}
.splp-header-001 .navbar-menu .navbar-close a span:nth-child(3)
{
    top: calc(50% + 4px);
}
.splp-header-001 .navbar-menu .navbar-content
{
    position: static;

    overflow: visible;

    margin: 0;

    border: none; 
    background: transparent;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner
{
    padding: 70px 20px 30px;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-start .navbar-item
{
    font-size: 16px; 

    display: block;

    margin-bottom: 30px;

    text-align: center;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-start .navbar-item,
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-start .navbar-item:active,
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-start .navbar-item:hover,
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-start .navbar-item:visited,
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-start .navbar-item:focus
{
    text-decoration: none; 

    color: #fff;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-start .navbar-logo
{
    font-size: 39px;
    font-weight: bold; 

    margin-bottom: 20px;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-start .navbar-copy
{
    font-size: 14px;
    font-weight: bold; 

    margin-bottom: 40px;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-end
{
    display: flex;

    width: 220px;
    margin: 20px auto 0; 

    justify-content: space-between;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-end .navbar-item
{
    display: flex;

    width: 56px;
    height: 56px; 

    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;

    justify-content: center;
    align-items: center;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-end .navbar-item img,
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-end .navbar-item svg
{
    width: 40%;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-end .navbar-item img path,
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .navbar-end .navbar-item svg path
{
    fill: #fff;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .has-dropdown .navbar-link
{
    color: #fff;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .has-dropdown:hover .navbar-link
{
    color: #2c2c2c;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .has-dropdown:hover .navbar-link::after
{
    border-color: #000;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .has-dropdown .navbar-link::after
{
    right: 1.125em; 

    margin-top: -.375em;

    border-color: #fff;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .has-dropdown .navbar-dropdown
{
    top: 58px;
    right: 0;
    left: auto;

    display: block;
    visibility: hidden;

    width: auto;

    transition: 0s; 

    opacity: 0;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .has-dropdown .navbar-dropdown .navbar-item
{
    color: #2c2c2c;
}
.splp-header-001 .navbar-menu .navbar-content .navbar-content-inner .has-dropdown:hover .navbar-dropdown
{
    display: block;
    visibility: visible;

    transition: .4s; 

    opacity: 1;
}

.splp-footer-001
{
    padding: 55px 0; 

    text-align: center;

    color: #fff;
}
.splp-footer-001 .splp-logo
{
    padding-bottom: 20px;
}
.splp-footer-001 .splp-catchcopy
{
    font-size: 13px;
    font-weight: bold; 

    padding-bottom: 20px;
}
.splp-footer-001 .splp-link
{
    padding: 10px 30px 10px 30px;
}
.splp-footer-001 .splp-link li
{
    display: inline-block;

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

    vertical-align: top;
}
.splp-footer-001 .splp-sns
{
    display: flex;

    width: 220px;
    margin: 0 auto 40px; 

    justify-content: space-between;
}
.splp-footer-001 .splp-sns li
{
    display: flex;

    width: 56px;
    height: 56px; 

    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;

    justify-content: center;
    align-items: center;
}
.splp-footer-001 .splp-sns img,
.splp-footer-001 .splp-sns svg
{
    width: 40%;
}
.splp-footer-001 .splp-sns img path,
.splp-footer-001 .splp-sns svg path
{
    fill: #fff;
}
.splp-footer-001 a
{
    color: #fff;
}

.splp-footer-002
{
    padding: 55px 0; 

    text-align: center;

    color: #fff;
}
.splp-footer-002 .splp-logo
{
    padding-bottom: 20px;
}
.splp-footer-002 .splp-catchcopy
{
    font-size: 13px;
    font-weight: bold; 

    padding-bottom: 60px;
}
.splp-footer-002 .splp-link
{
    padding: 10px 30px 10px 30px;
}
.splp-footer-002 .splp-link li
{
    margin-bottom: 3px; 

    text-align: center;
}
.splp-footer-002 .splp-sns
{
    display: flex;

    width: 220px;
    margin: 0 auto 40px; 

    justify-content: space-between;
}
.splp-footer-002 .splp-sns li
{
    display: flex;

    width: 56px;
    height: 56px; 

    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent;

    justify-content: center;
    align-items: center;
}
.splp-footer-002 .splp-sns img,
.splp-footer-002 .splp-sns svg
{
    width: 40%;
}
.splp-footer-002 .splp-sns img path,
.splp-footer-002 .splp-sns svg path
{
    fill: #fff;
}
.splp-footer-002 a
{
    color: #fff;
}
.splp-footer-002 .splp-gotop
{
    margin-bottom: 60px; 

    text-align: center;
}
.splp-footer-002 .splp-gotop a
{
    font-size: 14px; 

    display: inline-block;
    overflow: hidden;

    width: 70px;
    height: 70px;
    padding-top: 40px;

    text-decoration: none;
    letter-spacing: .2em;

    background-image: url(../images/btn_arrow_up_wh.svg);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 20px;
}
.splp-footer-002 .splp-gotop a,
.splp-footer-002 .splp-gotop a:visited
{
    color: #fff;
}
.splp-footer-002 .splp-gotop a:hover
{
    transition: .3s opacity ease-in;

    opacity: .7;
}

.gotop
{
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 77px;
    bottom: 60px;

    display: none;
    overflow: hidden;

    width: 60px;
    height: 60px;

    cursor: pointer;

    border-radius: 100%;
    background-color: #fff;
    background-image: url(../images/btn_arrow_up.svg);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 20px;
}

.mf-converted .splp-mainvisual-001-1 .main_visual_button
{
    max-width: 300px; 
    margin: 0 auto;
}

.mf-converted .splp-cv-001-4
{
    display: flex;
}
.mf-converted .splp-cv-001-4 .cv_image
{
    position: relative;
    z-index: 3; 

    width: 50%;
    padding: 0 10px 0 15px;
}
.mf-converted .splp-cv-001-4 .cv_image img
{
    width: 100%;
}
.mf-converted .splp-cv-001-4 .cv_text
{
    display: flex;

    width: 50%;
    padding: 0 15px 0 10px;

    transform: translate(0, 0); 
    text-align: center;

    align-items: flex-start;
    justify-content: center;
}
.mf-converted .splp-cv-001-4 .cv_description h2::before
{
    top: -30%; 

    width: 600px;
    height: 100px;
}
.mf-converted .splp-cv-001-4 .cv_button
{
    max-width: 300px;
    margin: 0 auto;
}

.mf-converted .splp-cv-001-5 .cv_image img
{
    width: 660px;
}

.mf-converted .splp-cv-001-5 .cv_text
{
    margin-top: -150px; 

    transform: translate(0, 0);
}

.mf-converted .splp-cv-001-5 .cv_description .cv_button
{
    max-width: 300px;
    margin: 0 auto;
}

.mf-converted .splp-list-001-001-1 > li
{
    margin-bottom: 0 !important;
}

.mf-converted .splp-list-001-001-1.mf-list-col-2:not(.slick-slider) li:nth-last-child(2),
.mf-converted .splp-list-001-001-1.mf-list-col-2:not(.slick-slider) li:nth-last-child(1)
{
    border-bottom: #d8e0e6 solid 1px;
}

.mf-converted .splp-list-001-001-1.mf-list-col-3:not(.slick-slider) li:nth-last-child(3),
.mf-converted .splp-list-001-001-1.mf-list-col-3:not(.slick-slider) li:nth-last-child(2),
.mf-converted .splp-list-001-001-1.mf-list-col-3:not(.slick-slider) li:nth-last-child(1)
{
    border-bottom: #d8e0e6 solid 1px;
}

.mf-converted .splp-list-001-001-1.mf-list-col-4:not(.slick-slider) li:nth-last-child(4),
.mf-converted .splp-list-001-001-1.mf-list-col-4:not(.slick-slider) li:nth-last-child(3),
.mf-converted .splp-list-001-001-1.mf-list-col-4:not(.slick-slider) li:nth-last-child(2),
.mf-converted .splp-list-001-001-1.mf-list-col-4:not(.slick-slider) li:nth-last-child(1)
{
    border-bottom: #d8e0e6 solid 1px;
}

.mf-converted .splp-list-001-001-1.mf-list-col-5:not(.slick-slider) li:nth-last-child(5),
.mf-converted .splp-list-001-001-1.mf-list-col-5:not(.slick-slider) li:nth-last-child(4),
.mf-converted .splp-list-001-001-1.mf-list-col-5:not(.slick-slider) li:nth-last-child(3),
.mf-converted .splp-list-001-001-1.mf-list-col-5:not(.slick-slider) li:nth-last-child(2),
.mf-converted .splp-list-001-001-1.mf-list-col-5:not(.slick-slider) li:nth-last-child(1)
{
    border-bottom: #d8e0e6 solid 1px;
}

.mf-converted .splp-list-001-001-1.mf-list-col-6:not(.slick-slider) li:nth-last-child(6),
.mf-converted .splp-list-001-001-1.mf-list-col-6:not(.slick-slider) li:nth-last-child(5),
.mf-converted .splp-list-001-001-1.mf-list-col-6:not(.slick-slider) li:nth-last-child(4),
.mf-converted .splp-list-001-001-1.mf-list-col-6:not(.slick-slider) li:nth-last-child(3),
.mf-converted .splp-list-001-001-1.mf-list-col-6:not(.slick-slider) li:nth-last-child(2),
.mf-converted .splp-list-001-001-1.mf-list-col-6:not(.slick-slider) li:nth-last-child(1)
{
    border-bottom: #d8e0e6 solid 1px;
}

.mf-converted .splp-list-001-001-6 li div:not(:first-child) h3
{
    text-align: left;
}

.mf-converted .splp-list-003-003-1 li
{
    flex-wrap: nowrap;
}
.mf-converted .splp-list-003-003-1 li > div
{
    width: 50%; 
    height: 369px;
}
.mf-converted .splp-list-003-003-1 li > div:nth-of-type(2)
{
    position: relative;

    overflow: hidden;
}
.mf-converted .splp-list-003-003-1 li > div:nth-of-type(2) img
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    min-width: 100%;
    max-width: inherit;
    height: 369px;
    min-height: 100%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); 
            transform: translate(-50%, -50%);
}
.mf-converted .splp-list-003-003-1 li:nth-last-of-type(odd) > div:nth-of-type(1)
{
    order: 1;
}
.mf-converted .splp-list-003-003-1 li:nth-last-of-type(odd) > div:nth-of-type(2)
{
    order: 2;
}
.mf-converted .splp-list-003-003-1 li:nth-last-of-type(even) > div:nth-of-type(1)
{
    order: 2;
}
.mf-converted .splp-list-003-003-1 li:nth-last-of-type(even) > div:nth-of-type(2)
{
    order: 1;
}

.mf-converted .splp-list-003-003-3 li:not(:last-of-type)
{
    margin-bottom: 30px;
}

.mf-converted .splp-list-003-003-3 li > a > div,
.mf-converted .splp-list-003-003-3 li > div
{
    display: flex;

    width: 100%; 

    align-items: flex-start;
}
.mf-converted .splp-list-003-003-3 li > a > div > .img_wrap,
.mf-converted .splp-list-003-003-3 li > div > .img_wrap
{
    display: flex;

    width: 50%; 

    align-items: flex-start;
}
.mf-converted .splp-list-003-003-3 li > a > div > .text,
.mf-converted .splp-list-003-003-3 li > div > .text
{
    position: relative;

    width: 50%;
    padding: 20px 15px;
}
.mf-converted .splp-list-003-003-3 li > a > div > .text span,
.mf-converted .splp-list-003-003-3 li > div > .text span
{
    font-size: 16px;

    display: block;

    color: #5c5c5c;
}
.mf-converted .splp-list-003-003-3 li > a > div > .text span:last-child,
.mf-converted .splp-list-003-003-3 li > div > .text span:last-child
{
    font-size: 13px;

    margin-top: 20px;

    color: #5c5c5c;
}

.mf-converted .splp-list-003-003-3 li:nth-of-type(odd) > a > div .img_wrap,
.mf-converted .splp-list-003-003-3 li:nth-of-type(odd) > div .img_wrap
{
    padding-right: 1.5rem; 

    order: 1;
}

.mf-converted .splp-list-003-003-3 li:nth-of-type(odd) > a > div .text,
.mf-converted .splp-list-003-003-3 li:nth-of-type(odd) > div .text
{
    padding-top: 0;
    padding-right: 0; 
    padding-left: 1.5rem;

    order: 2;
}

.mf-converted .splp-list-003-003-3 li:nth-of-type(even) > a > div .img_wrap,
.mf-converted .splp-list-003-003-3 li:nth-of-type(even) > div .img_wrap
{
    padding-left: 1.5rem; 

    order: 2;
}

.mf-converted .splp-list-003-003-3 li:nth-of-type(even) > a > div .text,
.mf-converted .splp-list-003-003-3 li:nth-of-type(even) > div .text
{
    padding-top: 0;
    padding-right: 1.5rem;
    padding-left: 0; 

    order: 1;
}

.mf-converted .splp-list-003-004-4 li > div:not(:last-child)
{
    right: -20px;
}

.mf-converted .gotop
{
    position: fixed;
    z-index: 999;
    right: 50px;
    bottom: 50px;

    display: none;
    overflow: hidden;

    width: 60px;
    height: 60px;

    cursor: pointer; 

    border-radius: 100%;
    background-color: #fff;
    background-image: url(../images/btn_arrow_up.svg);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 20px;
}

body.mf-footer-container footer.splp-footer-002 .splp-logo{
    margin: 0;
    width: 20%;
}
