:root {
    --main-color1: #388e3c;
    --main-color1-d: #2f7632;
    --main-color2: #005817;
    --main-color3: #e6f6e8;
    --main-dark1: #292929;
    --sub-color1: #f5f5f5;
    --sub-color2: rgba(0, 0, 0, .05);
    --main-color-1: #3EA85B;
    --main-color-d1: #428149;
    --main-color-2: #005817;
    --main-color-l1: #FAFAFA;
    --main-color-l2: #FFE5CC;
    --main-color-l3: #effcf7;
    --main-color-l4: #ccf7e7;
    --main-color-l5: #eeeeee;
    --main-color-l6: #e6f6e8;
    --main-glay-1: #ededed;
}

@font-face {
    font-display: swap;
    font-weight: 300;
    font-style: normal;
    font-family: 'Lato';
    src: url("https://magicpod.com/themes/magic-pod/fonts/Lato-Light.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    font-family: 'Lato';
    src: url("https://magicpod.com/themes/magic-pod/fonts/Lato-Regular.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    font-family: 'Lato';
    src: url("https://magicpod.com/themes/magic-pod/fonts/Lato-Bold.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-weight: 900;
    font-style: normal;
    font-family: 'Lato';
    src: url("https://magicpod.com/themes/magic-pod/fonts/Lato-Black.woff") format("woff");
}

.font_Lato {
    font-family: "Lato", sans-serif, "Noto Sans JP";
}

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap);

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

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}

body {
    color: #292929;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
    font-size: 1.4rem;
    letter-spacing: .01em;
    line-height: 1.6;
}

blockquote {
    border-left: .3rem solid #d1d1d1;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 1.5rem;
}

blockquote *:last-child {
    margin-bottom: 0;
}

.btn {
    background-color: var(--main-color-1);
    border: .1rem solid var(--main-color-1);
    border-radius: 1.9rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    height: 3.8rem;
    line-height: 3.6rem;
    padding: 0 3rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.btn:focus,
.btn:hover {
    background-color: var(--main-color-d1);
    border-color: var(--main-color-d1);
    color: #fff;
    outline: 0;
    text-decoration: none !important;
}

.btn[disabled] {
    cursor: default;
    opacity: .7;
}

.btn[disabled]:focus,
.btn[disabled]:hover {
    background-color: #454d58;
    border-color: #454d58;
}

.btn.btn-outline {
    background-color: #fff;
    color: var(--main-color-1);
}

.btn.btn-outline:focus,
.btn.btn-outline:hover {
    background-color: var(--main-color-1);
    border-color: var(--main-color-1);
    color: #fff;
}

.btn.btn-outline[disabled]:focus,
.btn.btn-outline[disabled]:hover {
    border-color: inherit;
    color: #454d58;
}

.btn.btn-outline.active {
    background-color: var(--main-color-1);
    border-color: var(--main-color-1);
    color: #fff;
}

.btn.btn-clear {
    background-color: transparent;
    border-color: transparent;
    color: var(--main-color-1);
}

.btn.btn-clear:focus,
.btn.btn-clear:hover {
    background-color: transparent;
    border-color: transparent;
    color: #606c76;
}

.btn.btn-clear[disabled]:focus,
.btn.btn-clear[disabled]:hover {
    color: #454d58;
}

@media (min-width:960px) {
    .btn {
        border-radius: 2.4rem;
        font-size: 1.6rem;
        height: 4.8rem;
        line-height: 4.6rem;
        padding: 0 3rem
    }
}

.btn-primary {
    background-color: var(--main-color-1);
    border-color: var(--main-color-1);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--main-color-d1);
    border-color: var(--main-color-d1);
}

.btn-primary.btn-clear,
.btn-primary.btn-outline {
    background-color: transparent;
    color: var(--main-color-1);
}

.btn-primary.btn-clear {
    border-color: transparent;
}

.btn-secondary {
    background-color: #606c76;
    border-color: #606c76;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #606d76;
    border-color: #606d76;
}

.btn-secondary.btn-clear,
.btn-secondary.btn-outline {
    background-color: transparent;
    color: #606c76;
}

.btn-secondary.btn-clear {
    border-color: transparent;
}

.btn-black {
    background-color: black;
    border-color: black;
}

.btn-black.btn-clear,
.btn-black.btn-outline {
    background-color: transparent;
    color: black;
}

.btn-black.btn-clear {
    border-color: transparent;
}

.btn-white {
    background-color: white;
    border-color: white;
    color: #292929;
    font-weight: normal;
}

.btn-white:hover,
.btn-white:focus {
    background-color: white;
    border-color: white;
    color: var(--main-color-1);
}

.btn-arrow {
    position: relative;
}

.btn-arrow:after {
    font-family: 'icomoon';
    content: "\e908";
    position: absolute;
    top: 0;
    right: 1.5rem;
    font-size: 1.5rem;
    height: 4.8rem;
}

.btn-arrow-back {
    position: relative;
}

.btn-arrow-back:after {
    font-family: 'icomoon';
    content: "\e907";
    position: absolute;
    top: 0;
    left: 1.5rem;
    font-size: 1.5rem;
    height: 4.8rem;
}

.btn-sm {
    padding: 0 1.5rem;
    height: 2.8rem;
    font-size: 1.2rem;
    line-height: 2.6rem;
}

.btn-lg {
    padding: 0 3rem;
    min-width: 30rem;
    height: 5rem;
    border-radius: 2.5rem;
    font-size: 1.6rem;
    line-height: 4.8rem;
}

.btn-wide {
    min-width: 23rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-clear.btn-gray {
    color: #3b4043;
    text-decoration: underline;
}

.btn-clear.btn-gray:hover,
.btn-clear.btn-gray:focus {
    text-decoration: none;
}

.btn-clear.btn-arrow {
    padding-left: 1.4rem;
}

.btn-clear.btn-arrow:after {
    left: 0;
    right: auto;
    height: auto;
    font-size: 1.4rem;
}

code {
    background: #f4f5f6;
    border-radius: .4rem;
    font-size: 86%;
    margin: 0 .2rem;
    padding: .2rem .5rem;
    white-space: nowrap;
}

pre {
    background: #f4f5f6;
    border-left: .3rem solid var(--main-color-1);
    overflow-y: hidden;
}

pre>code {
    border-radius: 0;
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

hr {
    border: 0;
    border-top: .1rem solid #f4f5f6;
    margin: 3rem 0;
}

form:not(#entryForm):not(#js-module_form) input[type='email'],
form:not(#entryForm):not(#js-module_form) input[type='number'],
form:not(#entryForm):not(#js-module_form) input[type='password'],
form:not(#entryForm):not(#js-module_form) input[type='search'],
form:not(#entryForm):not(#js-module_form) input[type='tel'],
form:not(#entryForm):not(#js-module_form) input[type='text'],
form:not(#entryForm):not(#js-module_form) input[type='url'],
form:not(#entryForm):not(#js-module_form) select {
    -webkit-appearance: none;
    background-color: transparent;
    border: .1rem solid #d1d1d1;
    border-radius: .4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    height: 3.8rem;
    padding: .6rem 1rem;
}

form:not(#entryForm):not(#js-module_form) input[type='email']:focus,
form:not(#entryForm):not(#js-module_form) input[type='number']:focus,
form:not(#entryForm):not(#js-module_form) input[type='password']:focus,
form:not(#entryForm):not(#js-module_form) input[type='search']:focus,
form:not(#entryForm):not(#js-module_form) input[type='tel']:focus,
form:not(#entryForm):not(#js-module_form) input[type='text']:focus,
form:not(#entryForm):not(#js-module_form) input[type='url']:focus,
form:not(#entryForm):not(#js-module_form) select:focus {
    border-color: var(--main-color-1);
    outline: 0;
}

form:not(#entryForm):not(#js-module_form) textarea {
    -webkit-appearance: none;
    background-color: transparent;
    border: .1rem solid #d1d1d1;
    border-radius: .4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    padding: .6rem 1rem;
}

form:not(#entryForm):not(#js-module_form) textarea:focus {
    border-color: var(--main-color-1);
    outline: 0;
}

form:not(#entryForm):not(#js-module_form) select {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
    padding-right: 4rem;
}

form:not(#entryForm):not(#js-module_form) select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23388e3c" d="M0,0l6,8l6-8"/></svg>');
}

form:not(#entryForm):not(#js-module_form) select[multiple] {
    background: none;
    height: auto;
}

form:not(#entryForm):not(#js-module_form) textarea {
    min-height: 6.5rem;
}

form:not(#entryForm):not(#js-module_form) label {
    display: inline-block;
    margin-bottom: .5rem;
}

form:not(#entryForm):not(#js-module_form) legend {
    display: block;
    margin-bottom: .5rem;
}

form:not(#entryForm):not(#js-module_form) fieldset {
    border-width: 0;
    padding: 0;
}

form:not(#entryForm):not(#js-module_form) input[type='checkbox'],
form:not(#entryForm):not(#js-module_form) input[type='radio'] {
    display: inline;
}

.label-inline {
    display: inline-block;
    font-weight: normal;
    margin-left: .5rem;
}

.form-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 120rem;
    width: 100%;
}

.container.one-column {
    max-width: 88rem;
}

.pricing__body .container.one-column {
    max-width: 96rem;
}

.container.container-wide {
    max-width: 128rem;
}

.container-fluid {
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 100%;
}

.row.row-no-padding {
    padding: 0;
}

.row.row-no-padding>.column {
    padding: 0;
}

.row.row-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.row-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.row.row-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.row.row-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row.row-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.row.row-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.row .column {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}

.row .column.column-offset-10 {
    margin-left: 10%;
}

.row .column.column-offset-20 {
    margin-left: 20%;
}

.row .column.column-offset-25 {
    margin-left: 25%;
}

.row .column.column-offset-33,
.row .column.column-offset-34 {
    margin-left: 33.3333%;
}

.row .column.column-offset-40 {
    margin-left: 40%;
}

.row .column.column-offset-50 {
    margin-left: 50%;
}

.row .column.column-offset-60 {
    margin-left: 60%;
}

.row .column.column-offset-66,
.row .column.column-offset-67 {
    margin-left: 66.6666%;
}

.row .column.column-offset-75 {
    margin-left: 75%;
}

.row .column.column-offset-80 {
    margin-left: 80%;
}

.row .column.column-offset-90 {
    margin-left: 90%;
}

.row .column .column-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.row .column .column-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.row .column .column-center {
    -ms-flex-item-align: center;
    align-self: center;
}

@media (min-width:960px) {
    .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: -1rem;
        width: calc(100% + 2rem)
    }

    .row.row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .row .column {
        margin-bottom: inherit;
        padding: 0 1rem
    }

    .row .column.column-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .row .column.column-20 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row .column.column-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row .column.column-30 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .row .column.column-33,
    .row .column.column-34 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%
    }

    .row .column.column-40 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .row .column.column-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row .column.column-60 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .row .column.column-66,
    .row .column.column-67 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666%;
        flex: 0 0 66.6666%;
        max-width: 66.6666%
    }

    .row .column.column-70 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .row .column.column-75 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .row .column.column-80 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .row .column.column-90 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }
}

a {
    color: #292929;
    text-decoration: none;
    transition: color .3s;
}

a:focus,
a:hover {
    color: var(--main-color-1);
    text-decoration: underline;
}

dl,
ol,
ul {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

dl dl,
ol dl,
ul dl,
dl ol,
ol ol,
ul ol,
dl ul,
ol ul,
ul ul {
    margin-bottom: 0;
}

ol {
    list-style: decimal inside;
}

ul {
    list-style: disc inside;
}

ul li::marker {
    color: var(--main-color1);
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.list-inline>li {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
}

.list-inline>li a {
    display: inline-block;
    padding: 1rem .5rem;
}

dl {
    margin-top: 0;
    margin-bottom: 2rem;
}

dt,
dd {
    line-height: 1.6;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width:960px) {
    .dl-horizontal dt {
        float: left;
        width: -2rem;
        clear: left
    }

    .dl-horizontal dd {
        margin-left: 18rem
    }
}

@media (max-width:767px) {
    .dl-horizontal-sm dt {
        float: left;
        width: -2rem;
        clear: left
    }

    .dl-horizontal-sm dd {
        margin-left: 18rem
    }
}

table {
    border-spacing: 0;
    width: 100%;
}

td,
th {
    padding: 1.2rem .7rem;
    text-align: left;
}

b,
strong {
    font-weight: bold;
}

p {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    margin-bottom: 1.4rem;
    margin-top: 0;
}

h1,
.h1 {
    font-size: 2.8rem;
    line-height: 1.3;
}

h2,
.h2 {
    font-size: 2.4rem;
    line-height: 1.3;
}

h3,
.h3 {
    font-size: 2rem;
    line-height: 1.3;
}

h4,
.h4 {
    font-size: 1.8rem;
    line-height: 1.3;
}

h5,
.h5 {
    font-size: 1.4rem;
    line-height: 1.3;
}

h6,
.h6 {
    font-size: 1.2rem;
    line-height: 1.3;
}

@media (min-width:960px) {

    h1,
    .h1 {
        font-size: 3.6rem
    }

    h2,
    .h2 {
        font-size: 2.8rem
    }

    h3,
    .h3 {
        font-size: 2.4rem
    }

    h4,
    .h4 {
        font-size: 2rem
    }

    .lead {
        font-size: 1.8rem
    }

    .text-body {
        font-size: 1.6rem
    }
}

@media screen and (max-width:767px) {

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        line-height: 1.35
    }
}

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

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

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

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

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #454d58;
}

.text-indent {
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.img-circle {
    border-radius: 50%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.428572;
}

.media-object {
    margin-right: 2rem;
    max-width: 10rem;
}

.badge {
    display: inline-block;
    padding: .4rem .8rem;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #606c76;
    border-radius: 1rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.badge:empty {
    display: none;
}

@media (min-width:960px) {
    .badge {
        padding: .6rem 1.3rem;
        border-radius: 1.4rem;
        font-size: 1.6rem
    }
}

.badge-primary {
    background-color: var(--main-color-1);
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    background-color: #2a692d;
}

.badge-secondary {
    background-color: #606c76;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    background-color: #49525a;
}

.badge-tertiary {
    background-color: #f4f5f6;
}

.badge-tertiary[href]:hover,
.badge-tertiary[href]:focus {
    background-color: #d8dcdf;
}

.badge-important {
    background-color: #f03c8e;
}

.badge-important[href]:hover,
.badge-important[href]:focus {
    background-color: #e71273;
}

.clearfix:after,
.dl-horizontal dd:after,
.dl-horizontal-sm dd:after {
    clear: both;
    content: ' ';
    display: table;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.visible-xs {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

.tooltip {
    position: absolute;
    display: block;
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 1.1rem;
    z-index: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 5px 8px;
    color: #fff;
    text-align: left;
    background-color: #000;
    border-radius: .4rem;
    word-break: break-word;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?en0zzx');
    src: url('../fonts/icomoon.eot?en0zzx#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?en0zzx') format('truetype'), url('../fonts/icomoon.woff?en0zzx') format('woff'), url('../fonts/icomoon.svg?en0zzx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mobile:before {
    content: "\e90e";
}

.icon-browser:before {
    content: "\e90f";
}

.icon-mail:before {
    content: "\e910";
}

.icon-github:before {
    content: "\e900";
}

.icon-twitter:before {
    content: "\e901";
}

.icon-slack:before {
    content: "\e911";
}

.icon-connpass:before {
    content: "\e912";
}

.icon-play:before {
    content: "\e90b";
}

.icon-phone:before {
    content: "\e90a";
}

.icon-map-marker:before {
    content: "\e90d";
}

.icon-chevron-down:before {
    content: "\e902";
}

.icon-chevron-left:before {
    content: "\e903";
}

.icon-chevron-right:before {
    content: "\e904";
}

.icon-chevron-up:before {
    content: "\e905";
}

.icon-chevron-down-bold:before {
    content: "\e906";
}

.icon-chevron-left-bold:before {
    content: "\e907";
}

.icon-chevron-right-bold:before {
    content: "\e908";
}

.icon-chevron-up-bold:before {
    content: "\e909";
}

header {
    position: relative;
    background-color: #fff;
    border-bottom: .1rem solid #f4f5f6;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 102;
}

header .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
}

@media (max-width:959px) {
    .header-outer {
        top: 0
    }
}

@media (min-width:960px) {
    .header-outer {
        _top: -4rem;
        _height: 10rem;
        top: -3rem;
        height: 10rem
    }
}

.navigation {
    position: -webkit-sticky;
    position: sticky;
    _top: 0;
    _height: 6rem;
    top: 3px;
    height: 6rem;
}

.navigation.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.navigation .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation .brand-logo {
    display: inline-block;
    padding: 1.4rem 0;
}

.navigation .brand-logo img {
    height: 3.2rem;
    width: auto;
}

@media (min-width:960px) {
    .navigation {
        overflow: hidden
    }

    .navigation .brand-logo {
        display: block
    }

    .navigation .brand-logo img {
        height: 3.95rem
    }

    .navigation .drawer-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:1200px) {
    .navigation .brand-logo img {
        height: 3.65rem
    }
}

.nav-list a:not(.btn) {
    font-size: 1.6rem;
    text-decoration: none;
    letter-spacing: .01em;
}

.nav-list .btn {
    display: block;
    margin: .6rem 0;
    padding: 0 2rem;
}

@media (max-width:959px) {
    .nav-list {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%
    }

    .nav-list>li {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .nav-list>li a {
        display: block;
        margin-left: 2rem;
        margin-right: 2rem
    }

    .nav-list>li a:not(.btn) {
        padding: 1.2rem .8rem;
        font-weight: 500
    }

    .nav-list>li a.btn {
        display: inline-block;
        margin: .7rem 2rem
    }
}

@media (min-width:960px) {
    .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-right: -.5rem
    }

    .nav-list>li {
        height: 6rem
    }

    .nav-list a:not(.btn) {
        padding: 2rem .8rem
    }
}

main {
    position: relative;
}

section:not(.bg-colored) {
    padding-bottom: 4rem;
}

@media (min-width:960px) {
    section+section {
        margin-top: 6rem
    }
}

footer {
    position: relative;
    margin-top: 20rem;
    background-color: #f4f5f6;
    text-align: center;
}

footer .social,
footer .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    color: #fff;
}

footer .social .column,
footer .cta .column {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}

footer .social {
    background-color: #005817;
}

footer .social .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.3rem 1.5rem 2rem;
}

footer .social .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .7rem;
    padding: 0;
    border-radius: 50%;
    width: 6.7rem;
    height: 6.7rem;
    color: #005817;
}

footer .social .btn [class^="icon-"] {
    font-size: 4rem;
}

footer .cta {
    background-color: var(--main-color1);
}

footer .cta .column {
    padding: 7.2rem 1.5rem 8rem;
}

footer .cta .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 36rem;
}

footer .footer-nav {
    padding-top: 3rem;
    background-color: #292929;
    color: #fff;
}

footer .footer-nav .column {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
}

footer .footer-nav .list-unstyled {
    margin-right: 2rem;
    text-align: left;
}

footer .footer-nav a {
    display: inline-block;
    padding: .5rem 1rem;
    color: #fff;
    text-decoration: none;
}

footer .footer-nav a:hover,
footer .footer-nav a:focus {
    text-decoration: underline;
}

footer .copyright {
    margin: 6rem 0 0;
    padding: 1.3rem 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.25;
    text-align: center;
    width: 100%;
}

@media (max-width:959px) {
    footer .social {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer {
        margin-top: 16rem
    }

    footer .social .column {
        padding: 1.3rem 1rem 1rem;
        width: 50%;
        font-size: 1.2rem
    }

    footer .social .column:nth-child(n+3) {
        border-top: 2px solid #e6f6e8
    }

    footer .social .column:nth-child(even) {
        border-left: 2px solid #e6f6e8
    }

    footer .social .btn {
        width: 5.4rem;
        height: 5.4rem
    }

    footer .social .btn [class^="icon-"] {
        font-size: 3.6rem
    }

    footer .cta .column {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    footer .cta .column:not(:first-child) {
        border-top: 2px solid #005817
    }
}

@media (min-width:960px) {

    footer .social,
    footer .cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    footer .social .column {
        font-size: 1.8rem
    }

    footer .social .column:not(:first-child) {
        border-left: 2px solid #e6f6e8
    }

    footer .cta .column {
        font-size: 2rem
    }

    footer .cta .column:not(:first-child) {
        border-left: 2px solid #005817
    }
}

@media screen and (max-width:767px) {
    footer {
        margin-top: 12rem
    }
}

@media screen and (max-width:480px) {
    footer {
        margin-top: 10rem
    }
}

.w-auto {
    width: auto !important;
}

.h-auto {
    height: auto !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.small {
    font-size: 1.2rem;
}

.notes {
    display: block;
    color: #5C5C5C;
    font-size: 1.2rem;
}

.map {
    position: relative;
    margin-top: 2.6rem;
    padding-bottom: 58%;
    height: 0;
    overflow: hidden;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (min-width:768px) {
    .map {
        padding-bottom: 100%
    }
}

img {
    vertical-align: middle;
}

@media (max-width:767px) {
    .table.table-xs-list tr {
        display: block
    }

    .table.table-xs-list th,
    .table.table-xs-list td {
        display: list-item;
        list-style: none
    }

    .table.table-xs-list th {
        border: 0
    }
}

.column .img-responsive {
    margin-bottom: 2rem;
}

.bg-colored {
    background-color: #e6f6e8;
}

.column-body {
    font-size: 1.6rem;
    line-height: 1.8;
}

.text-box-center {
    margin: 4rem auto;
    max-width: 64.5rem;
}

.en-font {
    font-family: 'Roboto', sans-serif;
}

.btn-box {
    margin-top: 5rem;
    margin-bottom: 6rem;
}

.embed-responsive {
    position: relative;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width:767px) {
    .embed-responsive {
        padding-bottom: 92%
    }
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000;
}

.modal-bg {
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100vh;
}

.modal-close {
    position: absolute;
    top: 7vw;
    right: 7vw;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    border: 0;
    background: url(https://magicpod.com/themes/magic-pod/img/ico_close.svg) center center no-repeat;
    background-size: contain;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 88vw;
}

@media (min-width:960px) {
    .modal-close {
        top: 5rem;
        right: 5rem
    }

    .modal-content {
        max-width: 86rem
    }
}

#loginUserStatus {
    word-wrap: break-word;
}

.entryColumn {
    margin-bottom: 2rem;
}

.entryColumn:before,
.entryColumn:after {
    display: table;
    content: " ";
}

.entryColumn:after {
    clear: both;
}

.entryColumn:after {
    clear: both;
    content: ' ';
    display: table;
}

.entryColumn div[class*="column-image-"] {
    padding-left: 0;
    padding-right: 0;
}

.entryColumn div[class*="column-image-"]>a {
    padding-left: 0;
    padding-right: 0;
}

.entryColumn div[class*="column-image-"]>img:only-child {
    margin-bottom: 2rem;
}

.entryColumn .column-map-auto,
.entryColumn .column-map-left,
.entryColumn .column-map-right {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 3rem;
}

.entryColumn .column-map-auto~p.caption,
.entryColumn .column-map-left~p.caption,
.entryColumn .column-map-right~p.caption {
    margin-top: -2rem;
    margin-bottom: 3rem;
}

.entryColumn .row>h2,
.entryColumn .row>h3,
.entryColumn .row>h4,
.entryColumn .row>h5,
.entryColumn .row>p,
.entryColumn .row>ul,
.entryColumn .row>ol,
.entryColumn .row>dl,
.entryColumn .row>.entry-container,
.entryColumn .row>.column-image-auto,
.entryColumn .row>.column-image-left,
.entryColumn .row>.column-image-right,
.entryColumn .row>.column-module {
    margin-left: 1rem;
    margin-right: 1rem;
}

.entryColumn .row.ui-sortable {
    margin-left: 0;
    margin-right: 0;
}

.acms-entry .row .column h1,
.acms-entry .row .column h2,
.acms-entry .row .column h3,
.acms-entry .row .column h4,
.acms-entry .row .column h5,
.acms-entry .row .column h6,
.acms-entry .row .column p {
    margin-left: 0;
    margin-right: 0;
}

.acms-entry ul,
.acms-entry ol,
.acms-entry .embed-responsive {
    margin-left: 10px;
    margin-right: 10px;
}

.acms-admin-form-edit .nestTable {
    width: 100%;
}

.acms-admin-form-edit .nestTable tr {
    border: 0;
}

.acms-admin-form-edit .nestTable th,
.acms-admin-form-edit .nestTable td {
    border: 0;
    padding: .5rem 1rem !important;
}

.acms-admin-form-edit .nestTable th {
    text-align: left;
}

.acms-admin-form-edit .nestTable td {
    width: auto;
}

.acms-admin-form-edit .nestTable td input[type=text] {
    width: 100%;
}

@media (min-width:960px) {
    .acms-form-width-number {
        max-width: 60px !important
    }
}

.contact-box .h2,
.contact-box .h3,
.contact-box .h4 {
    padding-left: 0;
    padding-right: 0;
}

.contact-box .contact-form-heading {
    margin-top: 3.2rem;
    margin-bottom: 2rem;
    padding: .9rem 1rem;
    background-color: #e6f6e8;
    font-size: 1.8rem;
}

.contact-box .acms-form-group {
    margin-bottom: 0;
}

.contact-box .acms-form-group .acms-form-width-half {
    width: calc((100% - .9rem) / 2);
}

.contact-box .acms-admin-form-checkbox {
    display: block;
}

.contact-box p {
    font-size: 1.6rem;
}

.contact-box p.message {
    margin: 0 0 3.5rem 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
    color: #c41134;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact-box p.error-text {
    margin: .5rem 0 0 0;
    color: #c41134;
    font-size: 1.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact-box p.error-text .acms-icon {
    padding-right: .7rem;
}

.contact-box p.error-text .acms-icon-attention:before {
    padding-left: .3rem;
}

.contact-box p a:not(.btn):not(.continueLink) {
    padding-left: .4rem;
    padding-right: .4rem;
    text-decoration: underline;
    color: var(--main-color-1);
}

.contact-box p a:not(.btn):not(.continueLink):hover,
.contact-box p a:not(.btn):not(.continueLink):focus {
    text-decoration: none;
}

.contact-box .table.contact-form {
    margin-bottom: 2rem;
}

.contact-box .table.contact-form tr {
    background: #FFF;
}

.contact-box .table.contact-form tr th {
    background-color: transparent;
}

.contact-box .table.contact-form tr th>label {
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: -.04rem;
}

.contact-box .table.contact-form th,
.contact-box .table.contact-form td {
    padding: 1.2rem .5rem;
    font-size: 1.6rem;
}

.contact-box .table.contact-form+p {
    margin-bottom: 4rem;
}

@media screen and (max-width:767px) {
    .contact-box .table.contact-form .form-select-country {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .contact-box th {
        padding-bottom: 0 !important
    }
}

@media screen and (min-width:520px) {

    .contact-box th,
    .contact-box td {
        display: table-cell
    }

    .contact-box th {
        width: 20.5rem
    }
}

@media screen and (min-width:768px) {
    .contact-box th {
        vertical-align: top;
        padding-top: 1.9rem !important;
        font-weight: normal
    }
}

@media (min-width:960px) {

    .contact-box .table.form-confirm .contact-form-label,
    .contact-box .table.form-confirm .contact-form-control {
        padding-top: 1.9rem;
        padding-bottom: 1.9rem
    }
}

.form-btn-box {
    margin: 0 0 5rem;
    text-align: center;
}

.form-btn {
    display: inline-block;
}

.form-btn-return {
    float: left;
}

.form-btn-send {
    float: right;
}

@media screen and (min-width:960px) {
    .form-btn-return {
        float: none
    }

    .form-btn-send {
        float: none;
        max-width: 36rem;
        width: 100%
    }
}

.label-required {
    display: inline-block;
    margin: 0 .5rem;
    padding: .2rem .8rem;
    color: #FFF;
    font-size: 1.2rem;
    border-radius: .3rem;
    background: #c41134;
    vertical-align: .1rem;
    font-weight: normal;
}

@media screen and (min-width:768px) {
    .label-required {
        float: right
    }
}

.acms-form input[type="text"],
.acms-form input[type="password"],
.acms-form input[type="datetime"],
.acms-form input[type="datetime-local"],
.acms-form input[type="date"],
.acms-form input[type="month"],
.acms-form input[type="time"],
.acms-form input[type="week"],
.acms-form input[type="number"],
.acms-form input[type="email"],
.acms-form input[type="url"],
.acms-form input[type="search"],
.acms-form input[type="tel"],
.acms-form textarea,
.acms-form select {
    font-size: 1.6rem;
    border-color: #dedede;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.acms-form input[type="text"]:focus,
.acms-form input[type="password"]:focus,
.acms-form input[type="datetime"]:focus,
.acms-form input[type="datetime-local"]:focus,
.acms-form input[type="date"]:focus,
.acms-form input[type="month"]:focus,
.acms-form input[type="time"]:focus,
.acms-form input[type="week"]:focus,
.acms-form input[type="number"]:focus,
.acms-form input[type="email"]:focus,
.acms-form input[type="url"]:focus,
.acms-form input[type="search"]:focus,
.acms-form input[type="tel"]:focus,
.acms-form textarea:focus,
.acms-form select:focus {
    outline: none;
    border-color: #d1d1d1;
}

.acms-form input[type="text"],
.acms-form input[type="password"],
.acms-form input[type="datetime"],
.acms-form input[type="datetime-local"],
.acms-form input[type="date"],
.acms-form input[type="month"],
.acms-form input[type="time"],
.acms-form input[type="week"],
.acms-form input[type="number"],
.acms-form input[type="email"],
.acms-form input[type="url"],
.acms-form input[type="search"],
.acms-form input[type="tel"] {
    padding-top: 1rem;
}

@media screen and (min-width:768px) {

    .acms-form input[type="text"],
    .acms-form input[type="password"],
    .acms-form input[type="datetime"],
    .acms-form input[type="datetime-local"],
    .acms-form input[type="date"],
    .acms-form input[type="month"],
    .acms-form input[type="time"],
    .acms-form input[type="week"],
    .acms-form input[type="number"],
    .acms-form input[type="email"],
    .acms-form input[type="url"],
    .acms-form input[type="search"],
    .acms-form input[type="tel"] {
        padding-top: .4rem
    }
}

.acms-form select {
    line-height: 1;
    padding-top: .6rem;
    padding-bottom: .6rem;
}

.acms-pager-container {
    position: relative;
    margin-top: 6rem;
    text-align: center;
}

.acms-pager-container:before,
.acms-pager-container:after {
    display: table;
    content: " ";
}

.acms-pager-container:after {
    clear: both;
}

.acms-pager-container:after {
    clear: both;
    content: ' ';
    display: table;
}

.pager {
    display: inline-block;
    list-style: none;
    margin-bottom: 4rem;
    padding: 0;
    text-align: center;
}

.pager li {
    display: inline-block;
    margin: 0 .2rem;
}

.pager li.cur {
    padding: 1.35rem 2rem;
    color: #FFF;
    background: var(--main-color-1);
    border: .1rem solid var(--main-color-1);
    border-radius: 5rem;
}

.pagerLink {
    display: block;
    padding: 1.35rem 2rem;
    color: #292929;
    border: .1rem solid #e6f6e8;
    border-radius: 5rem;
    background: #e6f6e8;
    text-decoration: none !important;
    transition: all .2s ease;
}

.pagerLink:visited,
.pagerLink:focus,
.pagerLink:active {
    color: inherit;
}

.pagerLink:hover {
    color: #FFF;
    text-decoration: none;
    background: var(--main-color-1);
    border-color: var(--main-color-1);
}

.pagerLink[class*="btn-arrow"]:after {
    top: .4rem;
    height: 3.4rem;
}

.pagerLinkForward {
    float: right;
}

.pagerLinkPrev {
    float: left;
}

@media (max-width:767px) {
    .pager {
        display: block;
        width: 100%
    }

    .pagerLinkForward,
    .pagerLinkPrev {
        width: 27.5%
    }
}

@media screen and (max-width:480px) {
    .pager li.cur {
        padding: 1.1rem 1.75rem
    }

    .pagerLink {
        padding: 1.1rem 1.75rem
    }
}

@media screen and (min-width:768px) {
    .pagerLinkForward {
        position: absolute;
        top: 0;
        right: 0
    }

    .pagerLinkForward .btn-arrow {
        padding-left: 2rem;
        padding-right: 3rem
    }

    .pagerLinkPrev {
        position: absolute;
        top: 0;
        left: 0
    }

    .pagerLinkPrev .btn-arrow-back {
        padding-left: 3rem;
        padding-right: 2rem
    }
}

.sec-header {
    padding-top: 6rem;
    padding-bottom: 3rem;
    text-align: center;
}

.sec-header .h1 {
    position: relative;
    margin-bottom: 3rem;
    font-size: 2.4rem;
}

.sec-header .h1:only-child {
    margin-bottom: 0;
}

@media (min-width:960px) {
    .sec-header {
        padding-bottom: 4rem
    }

    .sec-header .h1 {
        font-size: 3.8rem
    }

    .sec-header .h1:only-child {
        margin-bottom: 2rem
    }

    .sec-header p {
        font-size: 1.8rem
    }
}

@media (min-width:960px) {
    .sec-body {
        font-size: 1.6rem
    }
}

#hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5rem;
    background-color: #e6f6e8;
    text-align: center;
    position: relative;
}

#hero .main-visual {
    width: 100%;
    height: 0;
    padding-top: 53.25%;
    background-image: url(https://magicpod.com/themes/magic-pod/img/home/new_main_visual.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

@media screen and (max-width:480px) {
    #hero .main-visual {
        background-image: url(https://magicpod.com/themes/magic-pod/img/home/new_main_visual_sp.png);
        background-position: center;
        margin-bottom: 12px
    }
}

#hero .hero-heading {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

#hero p.lead {
    font-size: 16px;
    margin-bottom: 25px;
}

@media screen and (min-width:960px) {
    #hero p.lead {
        font-size: 18px
    }
}

@media (max-width:959px) {
    #hero .btn-group .btn {
        margin-left: .2rem;
        margin-right: .2rem
    }

    #hero .btn-group .btn:not(.btn-play) {
        padding: 0 1.5rem
    }
}

@media screen and (min-width:768px) and (max-width:959px) {
    #hero .hero-heading {
        font-size: 3rem
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    #hero .hero-heading {
        font-size: 2.785rem
    }
}

@media screen and (min-width:960px) and (max-width:1200px) {
    #hero .main-visual {
        background-position: center bottom;
        background-size: contain;
        padding-top: 44.5%;
        max-width: 83.5vw;
        margin-bottom: 25px;
        margin-top: 5px
    }

    #hero .hero-heading {
        font-size: 3.5rem
    }
}

@media screen and (min-width:481px) {
    #hero .hero-heading {
        margin-bottom: 25px
    }
}

@media (min-width:1201px) {
    #hero .main-visual {
        background-position: center bottom;
        background-size: contain;
        _padding-top: 31.5%;
        _max-width: 56vw;
        padding-top: 30.5%;
        max-width: 58.5vw;
        margin-bottom: 25px;
        margin-top: 5px
    }

    #hero .hero-heading {
        font-size: 4.4rem
    }

    #hero .btn-group .btn {
        margin-left: .8rem;
        margin-right: .8rem
    }
}

.btn-play {
    padding: 0;
    width: 15rem;
}

.btn-play [class^="icon-"] {
    margin-left: .2rem;
    font-size: 1.65rem;
    vertical-align: -.1rem;
}

@media (min-width:960px) {
    .btn-play {
        width: 15rem
    }

    .btn-play [class^="icon-"] {
        margin-left: .4rem;
        font-size: 1.65rem;
        margin-right: .2rem
    }
}

@media screen and (max-width:767px) {
    #hero p.lead {
        font-size: 15px
    }

    #hero .btn-group .btn-play {
        width: 13rem
    }

    .btn-play [class^="icon-"] {
        font-size: 1.35rem;
        vertical-align: 0
    }
}

@media screen and (max-width:480px) {
    #hero p.lead {
        text-align: left;
        font-size: 14px;
        margin-bottom: 20px
    }

    #hero .btn-group .btn-play {
        margin-top: 12px;
        width: 92%
    }

    #hero .btn-group a {
        width: 45%
    }
}

#customers {
    margin-top: 6rem;
    text-align: center;
}

#customers p {
    font-weight: bold;
}

#customers .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#customers .banner .banner-item {
    padding: 1rem .5rem;
    width: 25%;
}

@media (min-width:960px) {
    #customers p {
        font-size: 2rem
    }

    #customers .banner {
        margin-left: auto;
        margin-right: auto;
        max-width: 86rem
    }

    #customers .banner .banner-item {
        padding: 1rem 1.5rem
    }
}

@media screen and (max-width:959px) {
    #customers p {
        font-size: 1.8rem
    }
}

@media screen and (max-width:767px) {
    #customers p {
        font-size: 1.65rem
    }
}

@media screen and (max-width:480px) {
    #customers p {
        font-size: 1.4rem
    }
}

#top-feature .col-image {
    padding: 1rem .5rem;
}

#top-feature .col-image img {
    -webkit-box-shadow: 0 0 2rem #00000040;
    box-shadow: 0 0 2rem #00000040;
}

@media (max-width:959px) {
    #top-feature .col-image img {
        margin-bottom: 1.5rem
    }

    #top-feature .h2 {
        margin-bottom: 0;
        font-size: 2rem
    }
}

@media (min-width:960px) {
    #top-feature .acms-entry>.row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #top-feature .acms-entry>.row:nth-of-type(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    #top-feature .col-image {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
        text-align: center
    }

    #top-feature .col-image img {
        max-width: 55.6rem
    }

    #top-feature .h2 {
        font-size: 3rem
    }

    #top-feature p {
        font-size: 1.8rem;
        line-height: 1.6667
    }
}

#top-function {
    text-align: center;
}

#top-function .sec-body {
    margin-bottom: 2rem;
}

#top-function .column {
    margin-bottom: 1rem;
}

#top-function .func-icon {
    position: relative;
    margin: 0 auto 2rem;
    width: 7.5rem;
    height: 7.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 87%;
}

#top-function .func-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f0f3f5;
    z-index: -1;
}

#top-function .tab-content {
    display: none;
}

#top-function .tab-content.active {
    display: block;
}

@media (max-width:959px) {
    #top-function .fanc-heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #top-function .fanc-heading .h4 {
        width: calc(100% - 9rem);
        font-size: 1.6rem;
        text-align: left
    }

    #top-function .func-icon {
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 1.5rem
    }
}

@media (min-width:960px) {
    #top-function .column {
        margin-bottom: 3rem
    }
}

.func-buttons {
    display: inline-block;
    margin-bottom: 3rem;
    padding: .9rem 1.1rem;
    background-color: #e6f6e8;
    border-radius: 3.3rem;
    text-align: center;
}

.func-buttons a.btn {
    letter-spacing: normal;
}

@media (max-width:959px) {
    .func-buttons .btn {
        margin: 0 .2rem;
        padding: 0 1rem;
        font-size: 1.3rem
    }
}

@media (min-width:960px) {
    .func-buttons {
        margin-bottom: 6rem
    }

    .func-buttons .btn {
        min-width: 18.8rem
    }

    .func-buttons .btn:not(:first-of-type) {
        margin-left: 1.6rem
    }
}

#tools .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#tools .banner .banner-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .5rem;
    padding: 1.5rem .5rem;
    width: calc(25% - 1rem);
    border: 1px solid #ccc;
    border-radius: 1rem;
    font-size: 1.1rem;
    text-align: center;
}

#tools .banner .banner-item img {
    margin-bottom: .7rem;
    width: 7.6rem;
}

@media (min-width:960px) {
    #tools .banner {
        margin-left: auto;
        margin-right: auto;
        _max-width: 79.2rem
    }

    #tools .banner .banner-item {
        margin: 1.4rem;
        padding: 3rem 1.5rem;
        width: calc(20% - 2.8rem);
        font-size: 1.6rem
    }

    #tools .banner .banner-item img {
        margin-bottom: 2.7rem
    }
}

@media screen and (max-width:959px) {
    #tools .banner .banner-item {
        height: 145px;
        justify-content: center
    }

    #tools .banner .banner-item img {
        max-width: 65px;
        aspect-ratio: 1 / 1;
        object-fit: contain
    }
}

@media screen and (max-width:767px) {
    #tools .banner .banner-item {
        height: 150px
    }

    #tools .banner .banner-item img {
        max-width: 60px
    }
}

@media screen and (max-width:480px) {
    #tools .banner .banner-item img {
        max-width: 52.5px
    }
}

@media screen and (max-width:400px) {
    #tools .banner .banner-item {
        height: 140px
    }

    #tools .banner .banner-item img {
        max-width: 45px
    }
}

#seminar {
    padding-bottom: 18rem;
    background-image: url(https://magicpod.com/themes/magic-pod/img/home/bg_onlineseminar.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 65%;
}

@media (min-width:520px) {
    #seminar {
        padding-bottom: 11rem;
        background-size: auto 90%
    }

    #seminar .sec-header {
        padding-right: 40%
    }
}

@media (min-width:960px) {
    #seminar {
        padding-top: 4rem;
        background-position: right 12% top;
        background-size: contain
    }

    #seminar .sec-header {
        padding-right: 40%
    }
}

#member .member-item {
    margin-bottom: 3rem;
}

#member .h3 {
    margin-bottom: .6rem;
}

#member .job-position {
    margin-bottom: 1.6rem;
    color: var(--main-color-1);
    font-family: 'Roboto', sans-serif;
    font-size: 1.2rem;
}

#member .personal-link [class*="btn-"]:not(:first-of-type) {
    margin-left: 1rem;
}

@media (min-width:960px) {
    #member .row+.row {
        margin-top: 4rem
    }

    #member .job-position {
        font-size: 1.4rem
    }
}

#top-news .index-item:last-child {
    margin-bottom: 7rem;
}

.page-heading {
    margin-bottom: 2rem;
    padding-bottom: 1.4rem;
    font-size: 2.4rem;
    text-align: center;
}

.sub-heading {
    margin-bottom: 5rem;
    font-size: 2.4rem;
    text-align: center;
}

.acms-entry h2,
.acms-entry h3,
.acms-entry h4 {
    font-weight: 500;
}

.acms-entry .h2 {
    margin-bottom: 2rem;
    padding-bottom: 1.4rem;
}

.acms-entry .h2>a {
    text-decoration: none;
}

.acms-entry .h3 {
    margin-top: 3.2rem;
    margin-bottom: 2rem;
    padding-bottom: 1.4rem;
    border-bottom: .2rem solid #ccc;
}

.acms-entry .h4 {
    margin-top: 3.2rem;
    margin-bottom: 2rem;
    padding: .9rem 1rem;
    background-color: #e6f6e8;
}

.acms-entry .h5 {
    font-weight: bold;
}

.acms-entry p {
    margin-bottom: 1.5em;
}

.acms-entry p a:not(.btn):not(.continueLink) {
    padding-left: .4rem;
    padding-right: .4rem;
    text-decoration: underline;
    color: var(--main-color-1);
    overflow-wrap: anywhere;
}

.acms-entry p a:not(.btn):not(.continueLink):hover,
.acms-entry p a:not(.btn):not(.continueLink):focus {
    text-decoration: none;
}

.acms-entry p+h2 {
    margin-top: 5rem;
}

.acms-entry p.lead {
    margin-top: 2rem;
    margin-bottom: 6rem;
    font-size: 2.4rem;
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
}

@media (min-width:768px) {
    .acms-entry p.lead {
        font-size: 2.1rem
    }
}

.acms-entry ul:not(.pager),
.acms-entry ol:not(.breadcrumb) {
    margin-bottom: 2em;
}

.acms-entry dl {
    margin-bottom: 2em;
}

.acms-entry em {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ff0));
    background: linear-gradient(transparent 60%, #ff0 0%);
    font-weight: bold;
    font-style: normal;
}

.acms-entry table {
    margin-bottom: 1.5em;
}

.acms-entry table th {
    font-weight: normal;
}

.acms-entry table th,
.acms-entry table td {
    padding: .8rem;
}

.acms-entry .caption {
    display: inline-block;
    margin-top: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.3;
}

.acms-entry blockquote {
    padding: 2.5rem;
    background-color: #f0f3f5;
    border: 0;
}

.acms-entry .continueLink>.btn {
    white-space: normal;
    word-wrap: break-word;
}

@media (min-width:960px) {

    .acms-entry .h5,
    .acms-entry p,
    .acms-entry ul:not(.pager)>li,
    .acms-entry ol:not(.breadcrumb)>li,
    .acms-entry dl>dt,
    .acms-entry dl>dd,
    .acms-entry table,
    .acms-entry blockquote {
        font-size: 1.6rem;
        line-height: 1.8125
    }
}

.func-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.5rem;
}

.func-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    width: calc(100% - 2rem);
    border-top: .2rem solid var(--main-color-1);
}

.func-item .func-icons {
    text-align: right;
}

.func-item .type-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--main-color-1);
    border-radius: 2.5rem;
    width: 5rem;
    height: 5rem;
    color: #fff;
}

.func-item .type-icon.disabled {
    background-color: #ccc;
}

.func-item .type-icon [class^="icon-"] {
    font-size: 3.3rem;
}

@media (max-width:959px) {
    .func-item {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .func-item p {
        font-size: 1.4rem
    }

    .func-item p.func-name {
        margin-bottom: 1rem;
        padding-right: .8rem;
        font-size: 1.6rem
    }

    .func-item .func-icons {
        position: absolute;
        top: 1.5rem;
        right: 1rem;
        width: auto
    }

    .func-item .type-icon {
        width: 2.9rem;
        height: 2.9rem
    }

    .func-item .type-icon [class^="icon-"] {
        font-size: 2rem
    }
}

.features .function h3:not(:first-of-type) {
    margin-top: 3rem;
}

@media (min-width:960px) {
    .features .function h3:not(:first-of-type) {
        margin-top: 6rem
    }
}

.pricing .func-buttons+.btn-sub {
    margin-top: -1.5rem;
}

.pricing .sec-body {
    margin-top: 5rem;
}

.pricing .sec-body h3 {
    margin-bottom: 2rem;
}

.pricing .tab-content {
    display: none;
}

.pricing .tab-content.active {
    display: block;
}

@media (min-width:960px) {
    .pricing .func-buttons+.btn-sub {
        margin-top: -4rem
    }

    .pricing .sec-body {
        margin-top: 6rem
    }

    .pricing .sec-body h3 {
        margin-bottom: 4rem
    }

    .pricing .tab-content .row .column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .pricing .tab-content .row.mobile-plan {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        width: calc(((100% + 2rem) / 3) * 2.75)
    }

    .pricing .tab-content .row.mobile-plan .plan-heading {
        min-height: 14.6rem
    }

    .pricing .container.mobile-plan {
        max-width: 96rem
    }
}

.plan-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3rem;
    border: .2rem solid #f0f3f5;
    border-radius: .6rem;
}

.plan-item .plan-heading {
    padding: 1.6rem 1rem;
    text-align: center;
}

.plan-item .plan-heading .yen {
    font-size: 2.4rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.plan-item .plan-heading .price {
    font-size: 2.8rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.plan-item dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 0;
    background-color: #fafafa;
    border-bottom: .2rem solid #f0f3f5;
}

.plan-item dt,
.plan-item dd {
    padding: 1rem .8rem;
    border-top: .2rem solid #f0f3f5;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
}

.plan-item dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
}

.plan-item dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    line-height: 1.2;
    text-align: right;
}

.plan-item .num {
    display: contents;
    font-size: 2rem;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.plan-item .font-small {
    font-size: 1.4rem;
}

.plan-item .acms-icon-tooltip {
    vertical-align: -.1rem;
}

.plan-item .plan-cta {
    margin-top: auto;
    padding: 2rem 1.5rem;
    text-align: center;
}

@media (min-width:960px) {
    .plan-item {
        margin-bottom: 4rem
    }

    .plan-item .plan-heading .price {
        font-size: 4rem
    }
}

.script-service .btn-cta {
    margin-top: 5rem;
}

.script-service .btn-cta p {
    font-size: 1.7rem;
    font-weight: bold;
}

@media (min-width:960px) {
    .script-service .row+.row {
        margin-top: 8rem
    }

    .script-service h2 {
        margin-bottom: 1.6rem;
        padding-top: 4rem;
        font-size: 3rem
    }

    .script-service p {
        font-size: 1.8rem
    }

    .script-service img {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .script-service .btn-cta {
        margin-top: 12rem
    }

    .script-service .btn-cta p {
        font-size: 3rem
    }
}

.onlineseminar .btn-cta {
    margin-top: 4rem;
}

.onlineseminar .btn-cta .btn-sub {
    margin-top: 2rem;
}

@media (min-width:960px) {
    .onlineseminar .btn-cta {
        margin-top: 5rem
    }
}

@media (max-width:959px) {
    .consulting h3 {
        font-size: 1.7rem
    }
}

@media (min-width:960px) {
    .consulting h3 {
        margin-bottom: 2.5rem
    }
}

.consult-case {
    margin-bottom: 3rem;
}

.consult-case .case-item {
    position: relative;
    margin-bottom: 5rem;
    padding: 2rem 1.6rem 5.5rem;
    border: .3rem solid #ccc;
}

.consult-case .case-item:before,
.consult-case .case-item:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
}

.consult-case .case-item:before {
    bottom: -26px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
    border-width: 25px 40px 0 0;
    margin-left: -20px;
    z-index: 1;
}

.consult-case .case-item:after {
    bottom: -21px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 21px 33px 0 0;
    margin-left: -17px;
    z-index: 2;
}

.consult-case .case-item.case-item-reverse:before,
.consult-case .case-item.case-item-reverse:after {
    left: 42%;
}

.consult-case .case-item.case-item-reverse:before {
    border-color: transparent #ccc transparent transparent;
    border-width: 0 40px 25px 0;
}

.consult-case .case-item.case-item-reverse:after {
    border-color: transparent #fff transparent transparent;
    border-width: 0 33px 21px 0;
    margin-left: -16px;
}

.consult-case .case-item .illust {
    position: absolute;
    bottom: -3.2rem;
    width: auto;
    height: 8rem;
}

.consult-case .case-item#case1 .illust {
    left: 3rem;
    content: url(https://magicpod.com/themes/magic-pod/img/consulting/illust_consult_case1.png);
}

.consult-case .case-item#case2 .illust {
    right: 2rem;
    content: url(https://magicpod.com/themes/magic-pod/img/consulting/illust_consult_case2.png);
}

.consult-case .case-item#case3 .illust {
    right: 2rem;
    content: url(https://magicpod.com/themes/magic-pod/img/consulting/illust_consult_case3.png);
}

@media (min-width:960px) {
    .consult-case {
        margin-bottom: 6rem
    }

    .consult-case .case-item {
        min-height: 15.6rem;
        font-size: 1.6rem
    }
}

.list-faq {
    margin-bottom: 5rem;
}

.list-faq li {
    position: relative;
    margin-bottom: 1rem;
    padding: .9rem 1.6rem;
    border: 1px solid #ccc;
    border-radius: .5rem;
}

.list-faq dt {
    position: relative;
    padding-left: 2.6rem;
    font-size: 1.6rem;
    font-weight: normal;
    cursor: pointer;
}

.list-faq dt:before,
.list-faq dt:after {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: "";
    width: 1.4rem;
    height: .2rem;
    background: var(--main-color-1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.list-faq dt:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: .5s;
    transition: .5s;
}

.list-faq dd {
    margin-left: 0;
    padding: 1.6rem 0 .8rem;
}

.list-faq dl.is-open dt:after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s;
    transition: .5s;
}

@media (min-width:960px) {
    .list-faq {
        margin-bottom: 6rem
    }

    .list-faq dt {
        padding-left: 3.4rem;
        font-size: 1.8rem
    }

    .list-faq dt:before,
    .list-faq dt:after {
        width: 1.6rem
    }

    .list-faq dd {
        padding: 1.6rem 0 1rem;
        font-size: 1.6rem
    }
}

.index-item {
    margin-top: 2.5rem;
    padding-top: 2.5rem;
}

.index-item a:hover,
.index-item a:focus {
    text-decoration: none;
}

.index-item .column.col-image {
    width: 18rem;
}

.index-item .column.col-body {
    width: calc(100% - 18rem);
}

.index-item .column.col-body p {
    margin-bottom: 0;
}

.index-item .entry-date {
    margin-bottom: 1rem;
    color: #999;
    font-size: 1.6rem;
}

.index-item .index-item-heading {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.4;
}

.index-item .btn-apply {
    margin-top: 4rem;
}

@media (max-width:959px) {
    .index-item .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .index-item .column.col-image {
        width: 10rem
    }

    .index-item .column.col-body {
        width: calc(100% - 10rem);
        padding-left: 1rem
    }

    .index-item .index-item-heading {
        font-size: 1.6rem
    }
}

@media (min-width:960px) {
    .index-item p {
        margin-bottom: 1.5em;
        font-size: 1.6rem;
        line-height: 1.6875
    }
}

.seminar .h2_future,
.seminar .h2_past {
    display: none;
}

.seminar .seminar-accepting {
    padding-bottom: 2.5rem;
}

.seminar .h2_past {
    margin-top: 3rem;
    padding-top: 8rem;
    border-top: .2rem solid #ccc;
}

.seminar .h2_past:only-of-type {
    margin-top: 5rem;
    padding-top: 0;
    border-top: 0;
}

.article-item h4 {
    font-size: 1.7rem;
}

.article-item .h2 {
    margin-top: 1rem !important;
    margin-bottom: 0;
}

.article-item .entry-date {
    position: relative;
    margin-bottom: 3rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
    color: #999;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
}

.article-item .entry-date:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6rem;
    border-top: .2rem solid var(--main-color-1);
}

.article-item .entry-tag {
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
    background-color: #eee;
    border-radius: .4rem;
}

.article-item .entry-tag:before,
.article-item .entry-tag:after {
    display: table;
    content: " ";
}

.article-item .entry-tag:after {
    clear: both;
}

.article-item .entry-tag:after {
    clear: both;
    content: ' ';
    display: table;
}

.article-item .entry-tag dt {
    float: left;
    color: #555;
    font-weight: normal;
    font-size: 1.4rem;
}

.article-item .entry-tag dd {
    float: left;
    margin: 0 0 0 1rem;
    font-size: 1.4rem;
}

@media (min-width:960px) {
    .article-item h2 {
        font-size: 2.7rem
    }

    .article-item h3 {
        font-size: 2.2rem
    }
}