@charset "UTF-8";

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

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "branc";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* icon */
.icon-database:before {
    content: '\e801';
}

.icon-wrench:before {
    content: '\e802';
}

.icon-share:before {
    content: '\e803';
}

.icon-icon-movie:before {
    content: '\e805';
}

.icon-omim:before {
    content: '\e80a';
    font-size: 20px;
}

.icon-orphanet:before {
    content: '\e80b';
    font-size: 20px;
}

.icon-cause:before {
    content: '\e80d';
    font-size: 25px;
}

.icon-users:before {
    content: '\1f465';
    font-size: 20px;
}

.icon-icon-search:before {
    content: '\e810';
}

.icon-icon-symptoms:before {
    content: '\e811';
}

.icon-mail-alt:before {
    content: '\f0e0';
}

.icon-doc-text-inv:before {
    content: '\f15c';
}

.icon-history:before {
    content: '\f1da';
}

.icon-question-circle-o:before {
    content: '\f29c';
}

/* END:fontello */


html {
    overflow: auto;
}


body {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    background: #fff;
    overflow-x: hidden;
}

/*ipad*/
@media screen and (max-width: 1150px) {
    body {
        font-size: 0.9em;
        overflow-x: hidden;
    }
}

/*tablet*/
@media screen and (max-width: 900px) {
    body {
        font-size: 14px;
        overflow-x: hidden;
    }
}

/*mobile*/
@media screen and (max-width: 600px) {
    body {
        font-size: 13px;
        overflow-x: hidden;
    }
}



.search-header {
    z-index: 100;
    position: fixed;
    min-width: 100%;
    background-size: cover;
    background-color: #f0f0f0;
}

.search-header .search-header_wrapper {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #ddd;
}

.search-header .search-header_wrapper .search-header_top {
    display: inline-flex;
    width: 100%;
}

.search-header .search-header_wrapper .search-header_top .search-header_left {
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-header .search-header_wrapper .search-header_top .search-header_left span {
    display: block;
    white-space: nowrap;
}

.search-header .search-header_wrapper .search-header_top .search-header_left .language {
    margin-right: 1.5em;
    white-space: nowrap;
    transition: all 0.5s 0s ease;
    text-align: none;
    line-height: 1.42857;
    height: 3em;
    display: inline-flex;
}


.search-header .search-header_wrapper .search-header_top .search-header_left .site-header_end {
    border: solid 1px #888888;
    border-radius: 5px;
    margin-right: 20px;
    background-color: #fff;
}

.search-header .search-header_wrapper .search-header_top .search-header_left .site-header_end a {
    color: #394466;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px 5px 7px;
    font-weight: 500;
}

.search-header .search-header_wrapper .search-header_top .search-header_left .site-header_end a i {
    color: #394466;
    margin-left: 0.5rem;
    border-left: solid 1px #AEB0B5;
}

@media (max-width: 1150px) {
    .search-header .search-header_wrapper {
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .search-header .search-header_wrapper .search-header_top .brand {
        display: block;
        width: 43%;
        margin: auto 0 auto 1.5em;
        min-width: 170px;
    }

    .search-header .search-header_wrapper .search-header_top {
        margin: 0 auto;
        /* width: 90%; */
    }

    .search-header .search-header_wrapper .search-header_top .search-header_left {
        margin: 0 0 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search-header .search-header_wrapper .search-header_top .search-header_left .nav .nav_toggle {
        color: #000;
    }

    .search-header .search-header_wrapper .search-header_top .search-header_left .nav .nav_wrapper {
        display: none;
    }

    .search-header .search-header_wrapper .search-header_top .search-header_left span {
        display: block;
    }

    .search-header .search-header_wrapper .search-header_top .search-header_left .site-header_end {
        border: solid 1px #AEB0B5;
        border-radius: 5px;
        background-color: #fff;
        margin-right: 0;
    }

    .search-header .search-header_wrapper .search-header_top .search-header_left .site-header_end a {
        color: #484848;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px 0px 5px 7px;
    }

    .search-header .search-header_wrapper .search-header_top .search-header_left .site-header_end a i {
        margin-left: 0.5rem;
        border-left: solid 1px #AEB0B5;
    }

    .search-header .search-header_wrapper .search-box_wrapper {
        width: 90%;
        margin: 8px auto 0;
        min-width: 620px;
    }

    .search-header .search-header_wrapper .search-advanced .search-box-advanced_wrapper {
        width: 90%;
        min-width: 620px;
    }

    .content-wrapper {
        width: 90%;
        min-width: 620px;
    }
}

.change-color {
    background-color: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
}

.content {
    margin: 0 auto;
    width: 65%;
}

.brand {
    display: block;
    width: 35%;
    min-width: 170px;
    margin-left: 1.5em;
}

@media (max-width: 1150px) {
    .content {
        min-width: 620px;
    }
}

.tabs {
    margin: 10px auto;
    position: relative;
}

.tab-buttons span {
    color: #394466;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    display: flex;
    width: 25%;
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    align-items: center;
}

.tab-buttons span i {
    margin-right: 0.2em;
}

.tab-content {
    padding-top: 1em;
    display: inline-block;
    color: #000;
    width: 100%;
}

#lamp {
    width: 25%;
    height: 3px;
    background: #394466;
    display: block;
    position: absolute;
    top: 40px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

#lamp.content2 {
    left: 25%;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

#lamp.content3 {
    left: 50%;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

#lamp.content4 {
    left: 75%;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

#lamp.content1 {
    left: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

/*症状一覧*/
.list-header {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: flex;
    padding: 1em 0;
}

.list-header .list-results {
    color: #555555;
}

.list-header .list-tag_sample {
    margin: 0 0 0 auto;
}

.list-header .list-tag_sample .list-tag_blue {
    color: #067ABC;
    border: 1.5px solid #067ABC;
    border-radius: 5px;
    padding: 3px;
}

.list-header .list-tag_sample .list-tag_green {
    color: #2F9145;
    border: 1.5px solid #2F9145;
    border-radius: 5px;
    padding: 3px;
}

.list-header .list-tag_sample .list-tag_gray {
    color: #777777;
    border: 1.5px solid #777777;
    border-radius: 5px;
    padding: 3px;
}

.list-header .list-tag_sample .list-tag_red {
    color: #d9534f;
    border: 1.5px solid #d9534f;
    border-radius: 5px;
    padding: 3px;
}

.list-content {
    display: flex;
    margin: 15px 0 0 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.list-content .list-content_left {
    margin-right: 2em;
    width: 120px;
    text-align: right;
}

.list-content .list-content_left .rank {
    text-align: center;
    display: inline-block;
}

.list-content .list-content_left span {
    display: block;
    margin-bottom: 1em;
    color: #707070;
}

.list-content .list-content_left .list-content_left_bt {
    float: right;
}

.list-content .list-content_left .list-content_left_bt a {
    color: #707070;
    display: flex;
    justify-content: flex-end;
}

.list-content .list-content_left .list-content_left_bt a:hover {
    color: #0431B4;
}

.list-content .list-content_left .list-content_left_bt a i {
    font-size: 1.2em;
    margin-bottom: 1em;
    margin-left: 0.1em;
}

.list-content .list-content_right h3 {
    font-size: 1.3em;
    margin-bottom: 0.1em;
}

.list-content .list-content_right h2 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}

.list-content .list-content_right .list-query {
    display: flex;
    margin-bottom: 0.3em;
}

.list-content .list-content_right .list-query .list-tag_blue {
    color: #067ABC;
    border: 1.5px solid #067ABC;
    border-radius: 5px;
    padding: 3px;
    margin-right: 0.3em;
}

.list-content .list-content_right .list-query .list-tag_blue:hover {
    color: #fff;
    background-color: #067ABC;
    transition: 0.5s;
}

.list-content .list-content_right .list-heredity-disease {
    display: flex;
    margin-bottom: 0.3em;
}

.list-content .list-content_right .list-heredity-disease .list-tag_green {
    color: #2F9145;
    border: 1.5px solid #2F9145;
    border-radius: 5px;
    padding: 3px;
    margin-right: 0.3em;
}

.list-content .list-content_right .list-heredity-disease .list-tag_green:hover {
    color: #fff;
    background-color: #2F9145;
    transition: 0.5s;
}

.list-content .list-content_right .list-heredity-disease .list-tag_gray {
    color: #777777;
    border: 1.5px solid #777777;
    border-radius: 5px;
    padding: 3px;
    margin-right: 0.3em;
}

.list-content .list-content_right .list-heredity-disease .list-tag_gray:hover {
    color: #fff;
    background-color: #777777;
    transition: 0.5s;
}

.list-content .list-content_right .list-heredity-disease .list-tag_gray:active {
    color: #fff;
    background-color: #777777;
    transition: 0.5s;
}

.list-content .list-content_right .list-heredity-diseasename {
    display: flex;
    margin-bottom: 0.3em;
}

.list-content .list-content_right .list-heredity-diseasename .list-tag_red {
    color: #d9534f;
    border: 1.5px solid #d9534f;
    border-radius: 5px;
    padding: 3px;
    margin-right: 0.3em;
}

.list-content .list-content_right .list-heredity-diseasename .list-tag_red:hover {
    color: #fff;
    background-color: #d9534f;
    transition: 0.5s;
}

.list-content .list-content_right .list-heredity-diseasename .list-tag_red:active {
    color: #fff;
    background-color: #d9534f;
    transition: 0.5s;
}

.list-content .list-content_right p {
    padding: 0.2em 0;
    line-height: 1.5em;
}

.list-content .list-content_right p a {
    color: #0431B4;
}

.list-content .list-content_right .list-link {
    margin-top: 0.4em;
    margin-bottom: 0.9em;
}

.list-content .list-content_right .list-link a {
    color: #0431B4;
    margin-right: 0.7em;
    text-decoration: underline;
}

.list-content .list-content_right .list-show {
    display: flex;
}

.list-content .list-content_right .list-show a {
    display: inline-flex;
    margin-right: 0.7em;
}

.list-content .list-content_right .list-show a .list-show_click {
    display: flex;
}

.list-content .list-content_right .list-show a .list-show_click i {
    font-size: 1.2em;
    color: #394466;
}

.list-content .list-content_right .list-show a .list-show_click span {
    color: #394466;
}

.list-footer {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: flex;
    padding: 1em 0;
}

.list-footer .list-results {
    color: #555555;
    margin: auto 0;
}

.list-footer button {
    display: inline-flex;
    margin: 0 auto;
}

.list-footer button span {
    width: 2.5em;
    height: 2.5em;
    border-radius: 20px;
    background-color: #f73859;
    padding-top: 7px;
}

.list-footer button span i {
    font-size: 1.5em;
    font-weight: 600;
    color: #fff;
}

.list-footer button p {
    font-weight: 500;
    margin: auto 0;
    padding-left: 0.3em;
}

.list-footer a {
    text-decoration: underline;
    margin: 0 0 0 auto;
    margin: auto 0;
    color: #555555;
}




.footer_img {
    width: 100%;
    margin-top: 20px;
}

.v_line_left {
    border-left: 1px solid #d6d6d6;
    padding-left: 0.7em;
}

/*fontello*/
.icon-omim:before {
    content: '\e80a';
    font-size: 1.2em;
}

.icon-orphanet:before {
    content: '\e80b';
    font-size: 1.2em;
}

.icon-cause:before {
    content: '\e80d';
    font-size: 1.5em;
}

.icon-users:before {
    content: '👥';
    font-size: 1.2em;
}

/* 親メニュー - Parent nav */
.nav-sp>ul>li {
    position: relative;
    float: left;
}

.nav-sp a {
    text-decoration: none;
}

.nav-sp ul a:hover {
    color: #394466;
}

/* 子メニュー - .sub-menu */
.nav-sp .sub-menu {
    position: absolute;
    max-width: 180px;
    background: #394466;
    top: 38px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    right: -17px;
}

.nav-sp .sub-menu a {
    color: #fff;
    padding: 10px 15px;
    display: block;
}

.nav-sp .sub-menu a:hover {
    color: #fff;
}

/* ホバーで子メニュー表示 */
.nav-sp .menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
}

.nav-sp li.menu-item-has-children li a:hover {
    background: #121a36;
}

.global-header {
    top: 24px;
}

.search-box_wrapper {
    width: 65%;
    min-width: 685px;
    margin: 0 auto;
}

@media (max-width: 1150px) {
    .search-box_wrapper {
        min-width: 630px;
    }
}

.search-brand {
    width: 60%;
    margin: 30px auto 20px auto;
}

.search-brand p {
    text-align: center;
    color: #13295A;
}

.search {
    padding-top: 4em;
    padding-bottom: 6em;
}


.search-ex {
    color: #0431B4;
    text-align: center;
    display: block;
    padding-top: 1.5rem;
}

.section-useful {
    padding: 3em 0;
}

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

.section-useful .text-center h6 {
    font-size: 1.1em;
}

.section-useful .text-center h1 {
    color: #13295A;
    font-size: 2em;
    font-weight: 600;
}

@media (max-width: 1150px) {
    .section-useful {
        max-width: 650px;
        margin: 0 auto;
    }
}

#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    max-width: 960px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}

a.card-link {
    text-decoration: none;
}

#cardlayout-wrap img {
    display: block;
    max-width: 100%;
    height: 220px;
    margin: 0 auto;
}

@media (max-width: 1150px) {
    #cardlayout-wrap img {
        height: 200px;
    }
}

.card-figure {
    margin: 0;
    padding: 0;
}

.card-title {
    margin: 0.6em 0 0;
    color: #337AB7;
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
}

.card-text-tax {
    margin: 0;
    padding: 0.5em;
    line-height: 1.5em;
    text-align: center;
}

.card-list {
    margin: 0 auto;
    padding: 0;
    width: 50%;
    padding-top: 2em;
}

@media all and (min-width: 768px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2);
    }
}

@media all and (min-width: 992px) {
    .card-list {
        width: calc(96% / 3);
    }

    /* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after {
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}

.section-movie {
    background-color: #13295A;
    margin: 0 calc(50% - 50vw);
    margin-top: 3em;
}

.section-movie .movie-wrapper {
    display: flex;
    width: 65%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-movie .movie-wrapper .movie-text {
    margin: auto 0;
}

.section-movie .movie-wrapper .movie-text .text-left {
    width: 100%;
}

.section-movie .movie-wrapper .movie-text .text-left h6 {
    color: #fff;
    font-size: 1em;
    padding-bottom: 0.3em;
}

.section-movie .movie-wrapper .movie-text .text-left h1 {
    color: #fff;
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 0.3em;
}

.section-movie .movie-wrapper .movie-text .text-left .movie-button {
    color: #fff;
    padding-top: 1em;
}

.section-movie .movie-wrapper .movie-text .text-left .movie-button a {
    border: solid 1px #fff;
    border-radius: 5px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    transition: 1.0s;
}

.section-movie .movie-wrapper .movie-text .text-left .movie-button a:hover {
    border: solid 1px #fff;
    background-color: #fff;
    color: #13295A;
}

.section-movie .movie-wrapper .movie-img {
    width: 40vw;
}

.section-movie .movie-wrapper .movie-img img {
    position: relative;
    width: 80%;
    min-width: 400px;
    margin-left: 8em;
    margin-top: -4em;
}

@media (max-width: 1150px) {
    .section-movie .movie-wrapper .movie-img img {
        margin-left: 0;
        min-width: 370px;
        margin-top: -3em;
    }
}

@media (max-width: 1150px) {
    .section-movie .movie-wrapper {
        max-width: 650px;
    }
}

.section-statistics {
    padding: 3em 0 6em;
}

.section-statistics .text-center {
    text-align: center;
    padding-bottom: 1em;
}

.section-statistics .text-center h1 {
    color: #13295A;
    font-size: 2em;
    font-weight: 600;
}

.section-citation {
    background-color: #F4F6FC;
    margin-bottom: 0.5em;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-top: 6em;
    padding-bottom: 6em;
}

.section-citation .text-center {
    text-align: center;
    padding-bottom: 1em;
    max-width: 930px;
    margin: 0 auto;
}

.section-citation .text-center h1 {
    color: #13295A;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0.6em;
}

.section-citation .text-center .Citation-box {
    background-color: #fff;
    border-radius: 10px;
}

.section-citation .text-center .Citation-box .decoration1 img {
    width: 2em;
    display: block;
    margin: 0 auto 0 2em;
    position: relative;
    top: -15px;
}

.section-citation .text-center .Citation-box .decoration2 img {
    width: 2em;
    display: block;
    margin: 0 2em 0 auto;
    position: relative;
    top: 15px;
}

.section-citation .text-center .Citation-box h5 {
    margin: 0.6em 0 0;
    color: #13295A;
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
}

.section-citation .text-center .Citation-box p {
    text-align: center;
    padding: 0.5em 2em 0 2em;
    line-height: 1.5em;
}

.section-citation .text-center .Citation-box .Citation-button {
    color: #F73859;
}

@media (max-width: 1150px) {
    .section-citation .text-center {
        max-width: 650px;
    }
}

.section-specialThanks {
    padding-top: 6em;
    padding-bottom: 3em;
}

.section-specialThanks .text-center {
    text-align: center;
    padding-bottom: 1em;
}

.section-specialThanks .text-center h1 {
    color: #13295A;
    font-size: 2em;
    font-weight: 600;
}

/* .section-memberships {
    padding-bottom: 6em;
} */

.section-memberships .text-center {
    text-align: center;
    padding-bottom: 1em;
}

.section-memberships .text-center h1 {
    color: #13295A;
    font-size: 2em;
    font-weight: 600;
}

.grid-w {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.grid-w h1 {
    color: #F73859;
    font-size: 3em;
}

@media (max-width: 1150px) {
    .grid-w h1 {
        font-size: 2em;
    }
}

.grid-w p {
    text-align: center;
}

.grid-w span {
    font-size: large;
    font-size: 1.5em;
}

/*tablet*/
@media screen and (max-width: 1030px) {
    .grid-w {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}

.grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    padding-bottom: 3em;
}

.grid h1 {
    font-size: 3em;
}

.grid p {
    text-align: center;
    padding: 0.5em 0 1em 0;
}

.grid span {
    font-size: large;
    font-size: 1.5em;
}

.item-w {
    border-radius: 10px;
    background: #fff;
    border: #D9D9D9 solid 1px;
    padding: 2em;
    text-align: center;
    /*追加 20220403 */
    display: flex;
    flex-direction: column;
}

.item {
    border-radius: 10px;
    background: #fff;
    border: #D9D9D9 solid 1px;
    padding: 1em;
    text-align: center;
}

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

p {
    text-align: left;
}

/*tablet*/
@media screen and (max-width: 970px) {
    .grid {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}

.swiper-container {
    margin: 3em 0;
}

.swiper-container {
    width: 100%;
    height: 290px;
    background-color: #F6F7FA;
    box-shadow: 0 0 0.7em #d1d1d1;
}

.swiper-slide {
    display: flex;
}

.swiper-slide img {
    max-height: 300px;
}

.swiper-slide .slider_text {
    padding: 2em 3em 2em 2em;
    margin: auto 0;
}

.swiper-slide .slider_text h6 {
    color: #13295A;
    font-size: 1.7em;
    font-weight: 600;
}

.swiper-slide .slider_text p {
    padding-top: 0.3em;
    line-height: 1.5em;
}

.swiper-slide .slider_text .btn {
    border: solid 1px #AEB0B5;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    margin-top: 0.7em;
    transition: 1.0s;
}

.swiper-slide .slider_text .btn:hover {
    color: #fff;
    background: #13295A;
    border: solid 1px #13295A;
}

.swiper-button-prev {
    background: url(https://malg7.com/wp-content/uploads/2019/06/arrow_left.png) no-repeat center !important;
    background-size: 25px 25px !important;
}

.swiper-button-next {
    background: url(https://malg7.com/wp-content/uploads/2019/06/arrow_right.png) no-repeat center !important;
    background-size: 25px 25px !important;
}

/*アニメーション*/
.animation-box {
    animation: fadeIn 1s ease 1s 1 normal backwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*tablet*/
@media screen and (max-width: 900px) {
    .nav-sp {
        visibility: hidden;
    }

    .nav-sp .nav_toggle {
        color: #000;
    }

    .nav-sp .nav_wrapper {
        display: none;
    }
}

.nav-pc {
    visibility: visible;
}

.nav-pc ul {
    display: flex;
    margin-top: inherit;
    margin-bottom: inherit;
}

.nav-pc ul li {
    margin-left: 1.5em;
    display: inline-block;
    white-space: nowrap;
}

.nav-pc ul li a {
    transition: all 0.5s 0s ease;
}

.nav-pc ul li a:hover {
    color: #0056b3;
}

.nav-sp {
    visibility: hidden;
}

/*tablet*/
@media screen and (max-width: 970px) {
    .nav-pc {
        visibility: hidden;
        display: none;
    }

    .nav-sp {
        visibility: visible;
    }
}


/*Checkboxes styles開始*/
input[type="checkbox"] {
    position: relative;
    color: black;
    border: 1px solid gray;
    border-radius: 4px;
    margin-bottom: 0.5em;
}

input[type="checkbox"]:checked~label::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

label {
    position: relative;
    font-size: 1.2em;
    padding-left: 0.25em;
    user-select: none;
}

/*Checkboxes styles終了*/




.fh5co-nav {
    position: fixed;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 1001;
    background: transparent;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .fh5co-nav {
        padding: 25px 0;
    }
}

.fh5co-nav #fh5co-logo {
    font-size: 24px;
    padding: 0;
    margin: 0;
    text-transform: none;
    font-weight: bold;
    width: 225px;
    height: 50px;
    display: block;
    background: url(../images/logo_white.svg) no-repeat;
    margin-top: -4px;
    position: relative;
    z-index: 1;
}

.fh5co-nav #fh5co-logo a {
    width: 225px;
    height: 50px;
    display: block;
    text-indent: -9999px;
}

@media screen and (max-width: 768px) {
    .fh5co-nav #fh5co-logo {
        margin-bottom: 0;
    }
}

.fh5co-nav #fh5co-logo a>span {
    color: #F73859;
}

.fh5co-nav a {
    padding: 5px 10px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fh5co-nav .menu-1 {
        display: none;
    }
}

.fh5co-nav ul {
    padding: 0;
    margin: 7px 0 0 0;
}

.fh5co-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.fh5co-nav ul li a {
    font-size: 16px;
    padding: 30px 10px;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
    color: white;
}

.fh5co-nav ul li.has-dropdown {
    position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
    width: 130px;
    -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
    z-index: 1002;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
    margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
    padding: 2px 0;
    display: block;
    color: #999999;
    line-height: 1.2;
    text-transform: none;
    font-size: 15px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #000;
}

.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
    color: #fff;
}

.fh5co-nav ul li.btn-cta a {
    color: #F73859;
}

.fh5co-nav ul li.btn-cta a span {
    background: #f35f55;
    color: #fff;
    padding: 4px 20px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.fh5co-nav ul li.btn-cta a:hover span {
    background: #f14034 !important;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active>a {
    color: #fff;
    position: relative;
}

.scrolled .fh5co-nav {
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}

.scrolled .fh5co-nav #fh5co-logo {
    background-image: url(../images/logo_color.svg);
}

.scrolled .fh5co-nav a {
    color: #000;
}

.scrolled .fh5co-nav ul li a:hover,
.scrolled .fh5co-nav ul li a:focus,
.scrolled .fh5co-nav ul li a:active {
    color: #F73859 !important;
}

.scrolled .fh5co-nav ul li.active a {
    color: #F73859;
}

.scrolled .fh5co-nav ul li.has-dropdown:hover>a,
.scrolled .fh5co-nav ul li.has-dropdown:focus>a {
    color: #F73859;
}

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.fh5co-bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    float: left;
    position: relative;
}

#fh5co-header a {
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#fh5co-header a:hover {
    color: white;
    border-bottom: 1px solid white;
}

.fh5co-cover {
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    width: 100%;
}

.fh5co-cover .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(42, 51, 86, 0.9);
}

.fh5co-cover>.fh5co-container {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .fh5co-cover {
        height: 600px;
    }
}

.fh5co-cover .display-t,
.fh5co-cover .display-tc {
    z-index: 9;
    height: 100px;
    display: table;
    width: 100%;
}

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

    .fh5co-cover .display-t,
    .fh5co-cover .display-tc {
        height: 600px;
    }
}

.fh5co-cover.fh5co-cover-sm {
    height: 600px;
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover-sm {
        height: 400px;
    }
}

.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
    height: 600px;
    display: table;
    width: 100%;
}

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

    .fh5co-cover.fh5co-cover-sm .display-t,
    .fh5co-cover.fh5co-cover-sm .display-tc {
        height: 400px;
    }
}

.fh5co-staff {
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    float: left;
    width: 100%;
}

.fh5co-staff img {
    width: 100px;
    margin-bottom: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.fh5co-staff h3 {
    font-size: 24px;
    margin-bottom: 5px;
}

.fh5co-staff p {
    margin-bottom: 30px;
}

.fh5co-staff .role {
    color: #bfbfbf;
    margin-bottom: 30px;
    font-weight: normal;
    display: block;
}

.pagination a {
    background: none;
    border: none !important;
    color: gray !important;
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active {
    background: none !important;
}

.pagination>li>a {
    margin: 0 2px;
    font-size: 18px;
    padding: 0 !important;
    background: none;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.pagination>li>a:hover {
    color: #000;
    background: #e6e6e6 !important;
}

.pagination>li.disabled>a {
    background: none;
}

.pagination>li.active>a {
    background: #F73859 !important;
    -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
    color: #fff !important;
}

.pagination>li.active>a:hover {
    cursor: pointer;
    background: #f96982 !important;
}

.fh5co-social-icons {
    margin: 0;
    padding: 0;
}

.fh5co-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.fh5co-social-icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #F73859;
    padding-left: 10px;
    padding-right: 10px;
}

.fh5co-social-icons li a i {
    font-size: 20px;
}

.fh5co-contact-info ul {
    padding: 0;
    margin: 0;
}

.fh5co-contact-info ul li {
    padding: 0 0 0 70px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}

.fh5co-contact-info ul li:before {
    color: #ccddea;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fh5co-contact-info ul li.address:before {
    font-size: 30px;
    content: "\e9d1";
}

.fh5co-contact-info ul li.phone:before {
    font-size: 23px;
    content: "\e9f4";
}

.fh5co-contact-info ul li.email:before {
    font-size: 23px;
    content: "\e9da";
}

.fh5co-contact-info ul li.url:before {
    font-size: 23px;
    content: "\e9af";
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
}

#fh5co-header .display-tc h1,
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
    margin: 0;
    padding: 0;
    color: white;
}

#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
    margin-bottom: 0px;
    margin-top: 0;
    font-size: 60px;
    line-height: 1.3;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 300;
}

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

    #fh5co-header .display-tc h1,
    #fh5co-counter .display-tc h1,
    .fh5co-cover .display-tc h1 {
        font-size: 40px;
    }
}

#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: uppercase;
}

#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
    padding: 15px 30px;
    background: #F73859;
    color: #fff;
    border: none !important;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
    background: #f6163c !important;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-header .display-tc .or,
#fh5co-counter .display-tc .or,
.fh5co-cover .display-tc .or {
    color: rgba(255, 255, 255, 0.3);
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 20px;
}

#fh5co-header .display-tc .link-watch,
#fh5co-counter .display-tc .link-watch,
.fh5co-cover .display-tc .link-watch {
    border-bottom: none;
}

#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}

#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
    width: 100%;
    background: #fff;
    border: none;
}

.fh5co-bg-section {
    background: #F0F5F9;
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-project,
#fh5co-about,
#fh5co-team,
#fh5co-contact,
#fh5co-footer {
    padding: 7em 0;
    clear: both;
}

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

    #fh5co-services,
    #fh5co-started,
    #fh5co-testimonial,
    #fh5co-blog,
    #fh5co-project,
    #fh5co-about,
    #fh5co-team,
    #fh5co-contact,
    #fh5co-footer {
        padding: 3em 0;
    }
}

#fh5co-testimonial {
    background: #F0F5F9;
}

#fh5co-testimonial .testimonial {
    background: #fff;
    padding: 30px;
    position: relative;
    margin-bottom: 4em;
    bottom: 0;
}

#fh5co-testimonial .testimonial blockquote {
    border-left: none;
    padding: 0;
    margin: 0;
}

#fh5co-testimonial .testimonial p {
    color: #666666;
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
}

#fh5co-testimonial .testimonial p.author {
    color: #b3b3b3;
}

#fh5co-testimonial .testimonial p.author img {
    width: 60px;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-testimonial .testimonial p.author cite {
    font-style: normal;
    font-size: 13px;
    font-family: "Open Sans", Arial, sans-serif;
}

#fh5co-testimonial .testimonial p:last-child {
    margin-bottom: 0;
}

#fh5co-testimonial .testimonial:after {
    position: absolute;
    left: 11%;
    bottom: -30px;
    display: block;
    width: 0;
    content: "";
    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: #fff transparent;
}

#fh5co-testimonial .testimonial.fh5co-selected {
    background: #F73859;
    bottom: 10px;
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

#fh5co-testimonial .testimonial.fh5co-selected p {
    color: #fff;
}

#fh5co-testimonial .testimonial.fh5co-selected p.author cite {
    color: rgba(255, 255, 255, 0.7);
}

#fh5co-testimonial .testimonial.fh5co-selected:after {
    border-color: #F73859 transparent;
}

@media screen and (max-width: 768px) {
    #fh5co-testimonial .testimonial.fh5co-selected {
        bottom: 0;
    }
}

#fh5co-blog .fh5co-post {
    background: #fff;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    -webkit-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
    box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
    position: relative;
    bottom: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-blog .fh5co-post h3 {
    margin-bottom: 20px;
}

#fh5co-blog .fh5co-post h3 a {
    color: #F73859;
}

#fh5co-blog .fh5co-post h3 a:hover {
    color: #f35f55;
}

#fh5co-blog .fh5co-post .fh5co-date {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #cccccc;
    letter-spacing: .07em;
}

#fh5co-blog .fh5co-post p.author {
    color: #b3b3b3;
}

#fh5co-blog .fh5co-post p.author img {
    width: 50px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#fh5co-blog .fh5co-post p.author cite {
    font-style: normal;
    font-size: 13px;
}

#fh5co-blog .fh5co-post p:last-child {
    margin-bottom: 0;
}

#fh5co-blog .fh5co-post:hover,
#fh5co-blog .fh5co-post:focus {
    bottom: 10px;
}

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

    #fh5co-blog .fh5co-post:hover,
    #fh5co-blog .fh5co-post:focus {
        bottom: 0;
    }
}

#fh5co-counter {
    background: #fff;
    padding: 7em 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #fh5co-counter {
        padding: 3em 0;
    }
}

#fh5co-counter .counter {
    font-size: 50px;
    margin-bottom: 10px;
    color: #F73859;
    font-weight: 100;
    display: block;
}

#fh5co-counter .counter-label {
    margin-bottom: 0;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: .1em;
}

#fh5co-counter .feature-center:hover .counter {
    color: #fff;
}

@media screen and (max-width: 768px) {
    #fh5co-counter .feature-center {
        margin-bottom: 30px;
    }
}

#fh5co-counter .icon {
    width: 70px;
    text-align: center;
    margin-bottom: 20px;
    background: none !important;
    border: none !important;
}

#fh5co-counter .icon i {
    height: 70px;
}

#fh5co-counter .icon i:before {
    color: #cccccc;
    display: block;
    text-align: center;
    margin-left: 3px;
}

#fh5co-project .fh5co-project {
    margin-bottom: 30px;
}

#fh5co-project .fh5co-project>a {
    display: block;
    color: #000;
    position: relative;
    bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-project .fh5co-project>a img {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-project .fh5co-project>a:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-project .fh5co-project>a .fh5co-copy {
    z-index: 12;
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#fh5co-project .fh5co-project>a .fh5co-copy h3 {
    margin: 0 0 5px 0;
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

#fh5co-project .fh5co-project>a .fh5co-copy p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

#fh5co-project .fh5co-project>a .fh5co-copy p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #fh5co-project .fh5co-project>a .fh5co-copy {
        position: relative;
        visibility: visible;
        opacity: 1;
        bottom: 0;
        color: #000;
        padding: 20px;
        background: #fff;
    }
}

#fh5co-project .fh5co-project>a:hover {
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 768px) {
    #fh5co-project .fh5co-project>a:hover {
        bottom: 0;
    }
}

#fh5co-project .fh5co-project>a:hover:after {
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width: 768px) {
    #fh5co-project .fh5co-project>a:hover:after {
        opacity: 0;
        visibility: hidden;
    }
}

#fh5co-project .fh5co-project>a:hover .fh5co-copy {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

@media screen and (max-width: 768px) {
    #fh5co-project .fh5co-project>a:hover .fh5co-copy {
        bottom: 0;
        padding: 20px;
        background: #fff;
    }
}

#fh5co-project .fh5co-project>a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width: 768px) {
    #fh5co-project .fh5co-project>a:hover img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

#fh5co-services.border-bottom {
    border-bottom: 1px solid #dae6ef;
    -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10;
}

.feature-center {
    padding: 30px;
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
    margin-bottom: 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .feature-center {
        margin-bottom: 50px;
    }
}

.feature-center .desc {
    padding-left: 180px;
}

.feature-center .icon {
    margin-bottom: 20px;
    display: block;
}

.feature-center .icon i {
    font-size: 40px;
    color: rgba(42, 54, 59, 0.2);
}

.feature-center .icon2 {
    float: left;
}

.feature-center .icon2 i {
    font-size: 100px;
}

.feature-center p:last-child {
    margin-bottom: 0;
}

.feature-center p,
.feature-center h3 {
    margin-bottom: 30px;
}

.feature-center h3 {
    font-size: 22px;
    color: #5d5d5d;
}

.feature-center:hover,
.feature-center:focus {
    background: #F73859;
    bottom: 10px;
    -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}

.feature-center:hover p:last-child,
.feature-center:focus p:last-child {
    margin-bottom: 0;
}

.feature-center:hover .icon i,
.feature-center:focus .icon i {
    color: rgba(255, 255, 255, 0.7);
}

.feature-center:hover p,
.feature-center:hover h3,
.feature-center:focus p,
.feature-center:focus h3 {
    color: #fff !important;
}

.feature-center:hover a,
.feature-center:focus a {
    color: rgba(255, 255, 255, 0.7);
}

.feature-center:hover a:hover,
.feature-center:focus a:hover {
    color: #fff;
}

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

    .feature-center:hover,
    .feature-center:focus {
        bottom: 0;
    }
}

.project-grid {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: 350px;
    margin-bottom: 40px;
}

.project-grid:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.project-grid .desc {
    background: rgba(247, 56, 89, 0.9);
    padding: 10px 20px;
    position: absolute;
    bottom: -93px;
    left: 0;
    right: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.project-grid .desc h3 a {
    color: white;
}

.project-grid .desc span {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .project-grid .desc {
        bottom: 0;
    }
}

.project-grid:hover:before,
.project-grid:focus:before {
    opacity: 1;
}

.project-grid:hover .desc,
.project-grid:focus .desc {
    bottom: 0;
}

.project-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    padding: 7em 0;
}

@media screen and (max-width: 768px) {
    .project-content {
        padding: 3em 0;
    }
}

.project-content .col-half {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 480px) {
    .project-content .col-half {
        width: 100%;
    }
}

.project-content .col-half .project,
.project-content .col-half .project-grid {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.project-content .col-half .project:before,
.project-content .col-half .project-grid:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.project-content .col-half .project:hover:before,
.project-content .col-half .project:focus:before,
.project-content .col-half .project-grid:hover:before,
.project-content .col-half .project-grid:focus:before {
    opacity: 1;
}

.project-content .col-half .project:hover .desc,
.project-content .col-half .project:focus .desc,
.project-content .col-half .project-grid:hover .desc,
.project-content .col-half .project-grid:focus .desc {
    bottom: 0;
}

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

    .project-content .col-half .project,
    .project-content .col-half .project-grid {
        height: 340px !important;
        margin-bottom: 20px;
    }
}

.project-content .col-half .project {
    height: 800px;
}

.project-content .col-half .project-grid {
    height: 390px;
    margin-bottom: 20px;
}

.project-content .col-half .project-grid:last-child {
    margin-bottom: 0;
}

.project-content .desc {
    background: rgba(247, 56, 89, 0.9);
    padding: 10px 20px;
    position: absolute;
    bottom: -93px;
    left: 0;
    right: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.project-content .desc h3 {
    color: white;
}

.project-content .desc span {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .project-content .desc {
        bottom: 0;
    }
}

.fh5co-heading {
    margin-bottom: 2em;
}

.fh5co-heading.fh5co-heading-sm {
    margin-bottom: 2em;
}

.fh5co-heading h2 {
    font-size: 55px;
    margin-bottom: 0px;
    line-height: 1.5;
    font-weight: 300;
    color: #000;
}

.fh5co-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #828282;
}

.fh5co-heading span {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #cccccc;
}

#fh5co-started {
    background: rgba(42, 51, 86, 0.9);
}

#fh5co-started .fh5co-heading h2 {
    color: #fff;
    margin-bottom: 20px !important;
    font-weight: 300;
}

#fh5co-started .fh5co-heading p {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-started .form-control {
    background: rgba(255, 255, 255, 0.2);
    border: none !important;
    color: #fff;
    font-size: 16px !important;
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-started .form-control::-webkit-input-placeholder {
    color: #fff;
}

#fh5co-started .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

#fh5co-started .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

#fh5co-started .form-control:-ms-input-placeholder {
    color: #fff;
}

#fh5co-started .form-control:focus {
    background: rgba(255, 255, 255, 0.3);
}

#fh5co-started .btn {
    height: 54px;
    border: none !important;
    background: #F73859;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 30px;
    padding-right: 30px;
}

#fh5co-started .btn:hover {
    background: #f6163c !important;
    -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-started .form-inline .form-group {
    width: 100% !important;
    margin-bottom: 10px;
}

#fh5co-started .form-inline .form-group .form-control {
    width: 100%;
}

#fh5co-footer .fh5co-footer-links {
    padding: 0;
    margin: 0;
}

#fh5co-footer .fh5co-footer-links li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#fh5co-footer .fh5co-footer-links li a {
    color: #000;
    text-decoration: none;
}

#fh5co-footer .fh5co-footer-links li a:hover {
    text-decoration: underline;
}

#fh5co-footer .fh5co-widget {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #fh5co-footer .fh5co-widget {
        text-align: left;
    }
}

#fh5co-footer .fh5co-widget h3 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#fh5co-footer .copyright .block {
    display: block;
}

#fh5co-offcanvas {
    position: fixed;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #fh5co-offcanvas {
        display: block;
    }
}

.offcanvas #fh5co-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#fh5co-offcanvas a {
    color: rgba(255, 255, 255, 0.5);
}

#fh5co-offcanvas a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
}

#fh5co-offcanvas ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#fh5co-offcanvas ul li>ul {
    padding-left: 20px;
    display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a {
    display: block;
    position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown>a:after {
    position: absolute;
    right: 0px;
    font-family: 'icomoon';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e921";
    font-size: 20px;
    color: rgba(255, 255, 255, 0.2);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.uppercase {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
    text-decoration: none;
    outline: none;
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #444;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 2px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white>i {
    color: #fff;
    background: #fff;
}

.fh5co-nav-toggle.fh5co-nav-white>i::before,
.fh5co-nav-toggle.fh5co-nav-white>i::after {
    background: #fff;
}

.fh5co-nav-toggle i::before {
    top: -7px;
}

.fh5co-nav-toggle i::after {
    bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: transparent;
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
    position: fixed;
    right: 0px;
    top: 18px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
}

.scrolled .fh5co-nav-toggle {
    top: 5px;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
    }
}

.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn.btn-default {
    color: #333;
    background-color: #fff;
}


.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    background: #F73859;
    color: #fff;
    border: 2px solid #F73859;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #f8516d !important;
    border-color: #f8516d !important;
}

.btn-primary.btn-outline {
    background: transparent;
    color: #F73859;
    border: 2px solid #F73859;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #F73859;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: none;
}

.btn.with-arrow {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.btn.with-arrow:hover {
    padding-right: 50px;
}

.btn.with-arrow:hover i {
    color: #fff;
    right: 18px;
    visibility: visible;
    opacity: 1;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #F73859;
}

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

.row-pb-md {
    padding-bottom: 4em !important;
}

.row-pb-sm {
    padding-bottom: 2em !important;
}

.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
    opacity: 0;
}

#fh5co-header-subscribe #email {
    padding-right: 9em;
}

#fh5co-header-subscribe button {
    position: absolute;
    top: 0;
    right: 10px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.description-container {
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.description-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-movie {
    width: 40vw;
}

.img-movie img {
    position: relative;
    width: 100%;
    min-width: 500px;
    margin-left: 15px;
}

.fh5co-bg-section {
    background: #E5F2FF;
    height: 350px;
}

.icon-icon-symptoms {
    margin-right: 3px;
}

.icon-icon-search {
    margin-right: 3px;
}

.modal-header {
    display: flex;
}

.modal-header button {
    margin: 0 0 0 auto;
}

.fh5co-nav-toggle {
    z-index: 1002;
}

.left-wrapper {
    width: 580px;
}


.top-wrapper {
    overflow: hidden;
}

a {
    color: inherit;
}

label {
    position: relative;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 600;
    padding: 0 0.25em 0;
    user-select: none;
}


/*map*/
.map_area {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}

.map_area .map_link {
    position: absolute;
}

.map_area .map {
    position: relative;
    width: 1000px;
    display: block;
    margin: 0 auto;
}

.map_area .map img {
    width: 100%;
}

/*flipCard*/
.hover_image_wrap {
    position: relative;
    justify-content: space-between;
}

.hover_image_wrap .hover_image {
    width: 40%;
}

.hover_image_wrap .hover_image button {
    display: block;
    position: relative;
}

.hover_image_wrap .hover_image button .rotate_image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    backface-visibility: hidden;
}

.hover_image_wrap .hover_image button .rotate_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateY(180deg);
    transition: transform .5s;
    z-index: 1;
}

.hover_image_wrap .hover_image button .rotate_txt .caption_txt {
    width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
}

@media screen and (max-width: 480px) {
    .hover_image_wrap {
        flex-direction: column;
    }

    .hover_image {
        width: 100%;
        margin: 0 0 1em;
    }

    .hover_image:last-child {
        margin: 0;
    }

    .hover_image button:hover .rotate_image {
        transform: rotateY(0);
    }
}

/*モーダル*/
.modal_open {
    display: inline-block;
    float: none;
}

.modal_box {
    position: fixed;
    z-index: 10000;
    display: none;
    width: 80%;
    max-width: 840px;
    margin: 0;
    padding: 30px 4vw;
    border: 5px solid #293255;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    border-radius: 30px;
}

.modal_box .modal_img img {
    height: 150px;
}

.modal_box .modal_img h2 {
    padding-top: 0.5em;
    text-align: center;
    color: #337AB7;
    font-weight: 500;
    font-size: 1.4em;
    font-weight: bold;
}

.modal_box .modal_img p {
    text-align: center;
    line-height: 1.3em;
    margin-top: 0.3em;
    padding-bottom: 2em;
    border-bottom: 1px dashed #293255;
}

.modal_box .modal_list {
    padding-top: 1.5em;
}

.modal_box .modal_list img {
    display: block;
    width: 20em;
    float: left;
    margin-right: 2em;
}

.modal_box .modal_list h3 {
    text-align: left;
    color: #293255;
    font-weight: 500;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.modal_box .modal_list iframe {
    height: 150px;
    float: left;
    margin-right: 2em;
    border-radius: 7px;
}

.modal_box .modal_list p {
    line-height: 1.3em;
}

.modal_box .modal_list button {
    margin-top: 0.5em;
    background-color: #F73859;
    color: #fff;
    border: 0px none;
    transition: 1.0s;
    border-radius: 5px;
    padding: 10px;
    float: left;
    margin-right: 5px;
}

.modal_box .modal_list button:hover {
    border: solid 1px #cf1f3d;
    background-color: #cf1f3d;
    color: #fff;
    border: 0px none;
}

.modal_close {
    position: absolute;
    top: -30px;
    right: -30px;
    display: block;
    width: 60px;
    font-size: 35px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #293255;
    border-radius: 30px;
}

.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}

.modal_bg {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.5);
}

.link_area {
    position: absolute;
    text-align: center;
    top: 14em;
}

.link_area .modal_link {
    display: block;
}

.link_area .modal_link a {
    display: inline-block;
    color: #fff;
    line-height: 2.5;
    text-decoration: none;
    background: #293255;
    border-radius: 30px;
    width: 35px;
}

.link-area ul li.modal_link:first-child a {
    float: left;
}

.link-area ul li.modal_link:last-child a {
    float: right;
}

@media screen and (max-width: 769px) {
    .modal_box {
        padding: 40px 4vw 35px;
    }

    .modal_box .modal_list img {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .modal_box .modal_list p {
        margin-top: 0.5em;
    }

    .modal_close {
        width: 40px;
        line-height: 40px;
        font-size: 30px;
        top: -10px;
        right: -10px;
    }

    .modal_close i {
        line-height: 44px;
    }
}

/*map位置*/
.map_link01 {
    left: 230px;
    top: 67px;
}

.map_link02 {
    left: 368px;
    top: -61px;
}

.map_link03 {
    left: 554px;
    top: -84px;
}

.map_link04 {
    left: 846px;
    top: -63px;
}

.map_link05 {
    left: 842px;
    top: -11px;
}

.map_link06 {
    left: 653px;
    top: 26px;
}

.map_link07 {
    left: 533px;
    top: 174px;
}

.map_link08 {
    left: 319px;
    top: 54px;
}

.map_link09 {
    left: 133px;
    top: -180px;
}

@media screen and (max-width: 1280px) {
    .map_area {
        margin-left: -110px;
    }
}

@media screen and (max-width: 1000px) {
    .map_area {
        margin-left: -170px;
    }
}

@media screen and (max-width: 970px) {
    .map_area {
        margin-left: -185px;
    }
}

/*tablet*/
@media screen and (max-width: 900px) {
    .map_area .map {
        width: 770px;
        left: 128px;
    }

    .map_area {
        margin-left: -205px;
    }

    .map_link01 {
        left: 302.5px;
        top: 39px;
    }

    .map_link02 {
        left: 406.5px;
        top: -71px;
    }

    .map_link03 {
        left: 548.5px;
        top: -100px;
    }

    .map_link04 {
        left: 765.5px;
        top: -100px;
    }

    .map_link05 {
        left: 768.5px;
        top: -59px;
    }

    .map_link06 {
        left: 630.5px;
        top: -44px;
    }

    .map_link07 {
        left: 533.5px;
        top: 60px;
    }

    .map_link08 {
        left: 364px;
        top: -52px;
    }

    .map_link09 {
        left: 226px;
        top: -241px;
    }
}

/*tablet*/
@media screen and (max-width: 750px) {
    .map_area .map {
        width: 670px;
        left: 170px;
    }

    .map_link01 {
        left: 322.5px;
        top: 29px;
    }

    .map_link02 {
        left: 409.5px;
        top: -78px;
    }

    .map_link03 {
        left: 534.5px;
        top: -110px;
    }

    .map_link04 {
        left: 730.5px;
        top: -104px;
    }

    .map_link05 {
        left: 718.5px;
        top: -84px;
    }

    .map_link06 {
        left: 603.5px;
        top: -76px;
    }

    .map_link07 {
        left: 515.5px;
        top: 8px;
    }

    .map_link08 {
        left: 372px;
        top: -101px;
    }

    .map_link09 {
        left: 251px;
        top: -271px;
    }
}

/*modal追記*/
.modal_box {
    position: fixed;
    display: none;
    width: 80%;
    max-width: 840px;
    margin: 0;
    /* padding: 50px 3vw 50px; */
    border: 2px solid #293255;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
}

.modal_box iframe {
    border-radius: 7px;
}

.modal_close {
    position: absolute;
    top: -20px;
    right: -20px;
    display: block;
    width: 62px;
    font-size: 46px;
    color: #fff;
    line-height: 62px;
    text-align: center;
    background: #293255;
    cursor: pointer;
}

.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}

.link_area {
    overflow: hidden;
    max-width: 410px;
    margin: 0 auto;
    text-align: center;
    position: static;
}

.link_area .modal_link {
    display: inline;
}

.link_area .modal_link a {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 2.5;
    text-decoration: none;
    background: #293255;
}

.link_area .modal_link a span {
    margin-top: 0.5em;
}

.btn_prev {
    position: absolute;
    left: -20px;
    cursor: pointer;
}

.btn_next {
    position: absolute;
    right: -20px;
    cursor: pointer;
}

.link-area ul li.modal_link:first-child a {
    float: left;
}

.link-area ul li.modal_link:last-child a {
    float: right;
}

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

    /*  ウィンドウサイズ769px以下の時のスタイル  */
    .modal_box {
        padding: 50px 2vw 40px;
    }

    .modal_close {
        width: 50px;
        line-height: 50px;
        font-size: 30px;
    }

    .modal_close i {
        line-height: 44px;
    }

    .link_area {
        margin: 0 auto;
    }

    .link_area .modal_link a {
        margin: 15px auto 0;
    }

    .link_area ul li.modal_link:first-child a {
        float: none;
        margin-top: 0;
    }

    .link_area ul li.modal_link:last-child a {
        float: none;
    }
}

@media screen and (max-width: 769px) {
    .modal_list h3 {
        text-align: center !important;
    }

    .modal_list iframe {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 0.5em;
    }

    .modal_list button {
        float: none !important;
        margin-right: 0;
    }
}

.howtobtn {
    border: solid 1px #fff;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    transition: 1.0s;
}

.howtobtn:hover {
    background-color: #fff;
    color: #13295A;
}

.howto_movie {
    width: 100%;
}

.help-wrapper .content h1 {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    border-bottom-style: solid;
    border-color: #13295A;
    padding-bottom: 0.2em;
    margin-top: 4em;
    margin-bottom: 0.8em;
}

.help-wrapper .content .column-wrapper .column-left {
    width: 25%;
    float: left;
}

.help-wrapper .content .column-wrapper .column-left .sidenav li {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.help-wrapper .content .column-wrapper .column-left .sidenav li a {
    white-space: nowrap;
    display: block;
    margin: 0;
    text-decoration: none;
    background-color: #13295A;
    padding: 0.7em;
    margin-bottom: 0.2em;
    display: table;
    position: relative;
    padding: 0.8em 1em;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
    width: 100%;
}

.help-wrapper .content .column-wrapper .column-left .sidenav li a:hover {
    background-color: #6B7791;
    transition: 0.5s;
}

.help-wrapper .content .column-wrapper .column-left .sidenav li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}

.help-wrapper .content .column-wrapper .column-right {
    width: 75%;
    float: right;
    padding-left: 2em;
}

.help-wrapper .content .column-wrapper .column-right .right-wrap h2 {
    margin-bottom: 1.1em;
    padding: 1em 1em;
    font-size: 1.2em;
    border-left: 5px solid #13295A;
    font-weight: bold;
    background-color: #fafafa;
    line-height: 1.42857;
}

.help-wrapper .content .column-wrapper .column-right .right-wrap h3 {
    color: #13295A;
    font-size: 1.1em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-width: 0 0 2px 0;
    border-style: solid;
    font-weight: bold;
    border-color: #EFEFEF;
}

.help-wrapper .content .column-wrapper .column-right .right-wrap h4 {
    padding: 0.3em 0.3em;
    font-weight: bold;
    font-size: 1.1em;
    border-left: 4px solid #13295A;
    margin-bottom: 1.1em;
}

.help-wrapper .content .column-wrapper .column-right .right-wrap span img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
    margin-bottom: 1.1em;
}

.help-wrapper .content .column-wrapper .column-right .right-wrap img {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1.1em;
}

.help-wrapper .content .column-wrapper .column-right .right-wrap .dot-list {
    margin-bottom: 1.1em;
}

.help-wrapper .content .column-wrapper .column-right .right-wrap .dot-list li {
    margin-bottom: 0.5em;
}

.help-wrapper .content .column-wrapper .column-right .right-wrap .dot-list li::before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    background-color: #337AB7;
    border-radius: 50%;
    position: relative;
    margin: 0 0.3em 0.1em 0;
}

.help-wrapper .content .column-wrapper .column-right .right-wrap p {
    margin-bottom: 3em;
    line-height: 1.5em;
}

.help-wrapper .content .column-wrapper .column-right .right-wrap p a {
    color: #067ABC;
    border-bottom: 1px solid;
}

.tab_panel {
    display: none;
}

.tab_panel.active {
    display: block;
}

@media screen and (max-width: 650px) {
    .help-wrapper .content {
        min-width: 400px;
    }

    .help-wrapper .content .column-wrapper .column-left {
        width: 100%;
        float: none;
    }

    .help-wrapper .content .column-wrapper .column-right {
        width: 100%;
        padding-left: 0;
        padding-top: 3em;
    }
}

@media screen and (max-width: 405px) {
    .help-wrapper .content {
        min-width: 350px;
    }
}

.help-wrapper {
    overflow: hidden;
}

.dataset-wrapper {
    margin: 0 auto;
}

.dataset-wrapper h1 {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    margin-bottom: 1em;
    margin-top: 4em;
    margin-bottom: 1.3em;
    text-align: center;
}

.dataset-wrapper h1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.5em;
    display: inline-block;
    width: 3em;
    height: 0.1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #13295A;
}

.dataset-wrapper h2 {
    font-size: 1.3em;
    font-weight: bold;
    color: #13295A;
    margin-bottom: 0.3em;
}

.dataset-wrapper .tbl-dataset-wrap {
    overflow-x: scroll;
    margin-bottom: 3em;
}

.dataset-wrapper .tbl-dataset-wrap .tbl-dataset {
    width: 100%;
    border-collapse: collapse;
}

.dataset-wrapper .tbl-dataset-wrap .tbl-dataset thead tr th {
    background: #13295A;
    color: #fff;
    padding: 10px;
    font-weight: 500;
}

.dataset-wrapper .tbl-dataset-wrap .tbl-dataset tbody tr td {
    border-bottom: solid 1px #EEEEEE;
    padding: 10px;
}

.dataset-wrapper .tbl-dataset-wrap .tbl-dataset tbody tr td a {
    color: #F73859;
}

.dataset-wrapper .tbl-dataset-wrap .tbl-dataset tbody .last td {
    border-bottom: solid 1px #13295A;
}

@media screen and (max-width: 650px) {
    .dataset-wrapper {
        margin: 0 auto;
    }

    .dataset-wrapper .content {
        min-width: 400px;
    }
}

@media screen and (max-width: 405px) {
    .dataset-wrapper {
        margin: 0 auto;
    }

    .dataset-wrapper .content {
        min-width: 350px;
    }
}

.history-wrapper {
    margin: 0 auto;
}

.history-wrapper .content h1 {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    margin-bottom: 1em;
    margin-top: 4em;
    margin-bottom: 1.3em;
    text-align: center;
}

.history-wrapper .content h1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.5em;
    display: inline-block;
    width: 3em;
    height: 0.1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #13295A;
}

.history-wrapper .content .topics {
    border-top: 1px solid #EBEBEB;
    display: inline-block;
    margin-bottom: 3em;
}

.history-wrapper .content .topics ul {
    width: 100%;
    padding: 1.3em 0;
    border-bottom: 1px solid #EBEBEB;
    display: inline-flex;
}

.history-wrapper .content .topics ul .topics-title {
    color: #13295A;
    font-weight: 500;
    padding-right: 1em;
}

.history-wrapper .content .topics ul li {
    line-height: 1.5em;
}

.history-wrapper .content .topics ul li a {
    color: #F73859;
}

@media screen and (max-width: 650px) {
    .history-wrapper .content {
        min-width: 400px;
    }

    .history-wrapper .content .topics ul {
        display: block;
    }

    .history-wrapper .content .topics ul .topics-title {
        padding-right: 0;
        padding-bottom: 0.3em;
    }
}

@media screen and (max-width: 405px) {
    .history-wrapper .content {
        min-width: 350px;
    }
}

.term-wrapper {
    margin: 0 auto;
}

.term-wrapper .content h1 {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    margin-bottom: 1em;
    margin-top: 4em;
    margin-bottom: 1.3em;
    text-align: center;
}

.term-wrapper .content h1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.5em;
    display: inline-block;
    width: 3em;
    height: 0.1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #13295A;
}

.term-wrapper .content h3 {
    text-align: center;
    margin-bottom: 1.3em;
}

.term-wrapper .content h3 a {
    color: #F73859;
}

.term-wrapper .content .rules-wrap {
    margin-bottom: 3em;
}

.term-wrapper .content .rules-wrap h4 {
    color: #13295A;
    padding: 0.5em 0;
    border-bottom: 2px solid #13295A;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.6em;
}

.term-wrapper .content .rules-wrap p {
    line-height: 1.6em;
}

.term-wrapper .content .rules-wrap p a {
    color: #F73859;
}

@media screen and (max-width: 650px) {
    .term-wrapper .content {
        min-width: 400px;
    }
}

@media screen and (max-width: 405px) {
    .term-wrapper .content {
        min-width: 350px;
    }
}

.api-wrapper {
    margin: 0 auto;
}

.api-wrapper .content h1 {
    color: #000;
    font-size: 2em;
    font-weight: bold;
    position: relative;
    margin-bottom: 1em;
    margin-top: 4em;
    margin-bottom: 1.3em;
    text-align: center;
}

.api-wrapper .content h1:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -0.5em;
    display: inline-block;
    width: 3em;
    height: 0.1em;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #13295A;
}

.api-wrapper .content h3 {
    text-align: center;
    margin-bottom: 1.3em;
}

.api-wrapper .content h3 a {
    color: #F73859;
}

.api-wrapper .content .rules-wrap {
    margin-bottom: 3em;
}

.api-wrapper .content .rules-wrap h4 {
    color: #13295A;
    padding: 0.5em 0;
    border-bottom: 2px solid #13295A;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.6em;
}

.api-wrapper .content .rules-wrap p {
    line-height: 1.6em;
}

.api-wrapper .content .rules-wrap p a {
    color: #F73859;
}

.api-wrapper .content .rules-wrap p mark {
    background-color: #D0D4DD;
    padding: 0.2em;
}

.api-wrapper .content .rules-wrap .bookmark {
    background-color: #F5F5F5;
    padding: 0.9em;
    margin-top: 0.5em;
}

.api-wrapper .content .rules-wrap .rules-wrap-cover h5 {
    font-weight: bold;
    font-size: 1.1em;
    border-left: 3px solid #13295A;
    border-bottom: 1px solid #EFEFEF;
    margin: 1.3em 0 0.6em;
    padding: 0.3em;
}

.api-wrapper .content .rules-wrap .rules-wrap-cover pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.api-wrapper .content .rules-wrap .rules-wrap-cover pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.api-wrapper .content .rules-wrap .rules-wrap-cover ul li {
    margin-top: 0.6em;
    margin-bottom: 0.4em;
}

.api-wrapper .content .rules-wrap .rules-wrap-cover ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #337AB7;
    border-radius: 50%;
    position: relative;
    margin: 0 0.3em 0.1em 0;
}

@media screen and (max-width: 650px) {
    .api-wrapper .content {
        min-width: 400px;
    }
}

@media screen and (max-width: 405px) {
    .api-wrapper .content {
        min-width: 350px;
    }
}

/* 新規追加 20220403 */
.item-w button {
    width: 100%;
    margin-top: auto;
}

.Statistics-btn {
    border-radius: 5px;
    padding: 10px;
    background-color: #13295A;
    color: #fff;
}

#dbcls-common-footer .footer__common {
    clear: both;
}




/*lan*/
.language {
    position: relative;
    border-radius: 2em;
    background-color: #fafafa;
    padding: 10px 10px 10px 40px;
    max-width: 110px;
    cursor: pointer;
}

.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-radius: 2em;
    cursor: pointer;
}

/* Remove focus */
.select-text:focus {
    outline: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

/* Use custom arrow */
.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
    color: rgba(0, 0, 0, 0.26);
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 10px;
    transition: 0.2s ease all;
}

/* active state */
.select-text:focus~.select-label,
.select-text:valid~.select-label {
    color: #2F80ED;
    transition: 0.2s ease all;
    padding-left: 12px;
}

/* BOTTOM BARS ================================= */
.select-bar {
    position: relative;
    display: block;
    width: 100px;
}

.select-bar:before,
.select-bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #2F80ED;
    transition: 0.2s ease all;
}



@media (max-width: 970px) {
    .search-header .search-header_wrapper .search-header_top .search-header_left .language {
        margin-left: 1em;
        margin-right: 1em;
    }
}



/*アコーディオン全体*/
.tab_accordion {
    width: 100%;
}

.tab_accordion input {
    display: none;
}

.tab_accordion label {
    cursor: pointer;
    white-space: nowrap;
    display: block;
    margin: 0;
    text-decoration: none;
    background-color: #13295A;
    padding: 0.7em;
    display: table;
    position: relative;
    padding: 0.8em 1em;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    box-sizing: border-box;
    transition: 0.5s;
    width: 100%;
    margin-bottom: 0.2em;
}

.tab_accordion label:hover {
    background-color: #6B7791;
    transition: 0.5s;
}

.tab_accordion ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
}

.tab_accordion li {
    cursor: pointer;
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s;
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}



.menu_bar:checked~.links li {
    height: auto;
    opacity: 1;
    background: #f1f1f1;
    padding: 0.8em 1em !important;
    margin-bottom: 0.2em;
}

.help-wrapper .content .column-wrapper .column-left .sidenav li .accordion_list {
    color: initial;
    margin-bottom: 0;
    padding: 0;
    background-color: #f1f1f1;
    font-size: inherit;
}

.help-wrapper .content .column-wrapper .column-left .sidenav li .accordion_list:hover {
    background-color: initial;
}

.menu_bar:checked~.links li:last-child {
    margin-bottom: 20px;
}

.tab_accordion label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 15%;
    margin: auto 0.7em auto 0;
}

/*開いた状態の矢印描画*/
.tab_accordion input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    top: 7%;
    bottom: 0;
    margin: auto 0.7em auto 0;
}

.help-wrapper .content .column-wrapper .column-left .sidenav li .accordion_list:after {
    right: 0;
}


.modal-open {
    overflow: hidden;
    /*overflow-y:hidden;*/
    padding-right: 0 !important;
}


.img_rarediseaseday {
    max-width: 250px;
    margin: 1em auto 0;
    border-radius: 2ch;
    box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
    cursor: pointer;
}

.img_rarediseaseday:hover {
    opacity: 0.5;
    transition: 0.2s;
}

.section-service {
    padding-top: 6em;
    padding-bottom: 6em;
}


.section-service .text-center h1 {
    color: #13295A;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0.5em;
    white-space: nowrap;
}

.section-service .grid-w .item-w img {
    margin: 0 auto;
    width: 90px;
}

.section-service .grid-w .item-w h1 {
    font-size: 1.5em;
    color: #13295A;
}

.section-service .grid-w .item-w a {
    border-radius: 5px;
    padding: 10px;
    background-color: #13295A;
    color: #fff;
    width: 100%;
    margin-top: auto;
    text-decoration: none;
}

/* floating-banner */

.floating-banner {
    position: fixed;
    left: 20px;
    bottom: -30px;
    width: 230px;
    height: 100px;
    background-color: #fff;
    transition: transform 0.3s ease;
    border-radius: 7px 7px 0 0;
    box-shadow: 0 2px 15px 1px rgba(163, 163, 163, 0.5);
    padding: 7px 10px;
    display: flex;
    justify-content: center;
    z-index: 9999;
    text-decoration: none;
}

.floating-banner a {
    text-decoration: none !important;
}

.floating-banner a img {
    width: 200px;
    text-decoration: none;
    height: 35px;
    margin: 0 auto 2px;
    display: block;
}

.floating-banner a p {
    font-size: 0.8em;
    color: #13295A;
    text-align: center;
}

.floating-banner:hover {
    transform: translate(0, -10px);
    text-decoration: none;
    color: #13295A;
}

.floating-PanelSearch {
    left: 260px;
    bottom: -30px;
    height: 100px;
}


.floating-PanelSearch a img {
    width: 170px;
}

#modal-karte .tab-wrap .show .form-table tbody tr td.section-area-td{
padding-bottom: 2.5em;
}

#modal-karte .tab-wrap .show .form-table tbody tr th.section-header{
    margin-bottom: 8px !important;
}

#guide_beginner_ul{

}

#guide_beginner_ul li {
  margin-bottom: 0.1em;
}
