@charset "utf-8";
body {
    font-family: 'Source Sans Pro', 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    color: rgb(13%, 13%, 13%)
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #10161a
}

h1 {
    font-size: 54px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

a {
    color: #389ec3;
    text-decoration: none;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

a:focus, a:hover {
    text-decoration: underline;
    outline: 0;
    opacity: .8;
    color: #389ec3
}

.main-color {
    color: #389ec3
}

.white-text {
    color: #fff
}

::-moz-selection {
    background-color: #389ec3;
    color: #fff
}

::selection {
    background-color: #389ec3;
    color: #fff
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.section {
    position: relative
}

.md-padding {
    padding-top: 120px;
    padding-bottom: 120px
}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px
}

.bg-grey {
    background-color: #f0f0f0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.bg-dark {
    background-color: #1c1d21
}

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #1c1d21
}

.img-box {
  position: relative;
  padding-bottom: 10px
}
.img-box .active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s; 
}
.img-box:hover .active {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
    .bg-img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-position: 100%;
        background-size: cover;
        background-attachment: local
    }

    .bg-img .overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: .8;
        background: #fff
    }
}

.section-header {
    position: relative;
    margin-bottom: 60px
}

.title:after {
    content: "";
    display: block;
    height: 4px;
    width: 40px;
    background-color: #389ec3;
    margin-top: 20px
}

.text-center .title:after {
    margin: 20px auto 0
}

.main-btn, .outline-btn, .white-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.main-btn {
    background: #389ec3;
    color: #fff
}

.white-btn {
    background: #fff;
    color: #10161a !important
}

.outline-btn {
    background: 0 0;
    color: #389ec3 !important;
    border-color: #389ec3
}

.main-btn:hover, .outline-btn:hover, .white-btn:hover {
    opacity: .8
}

.main-btn-sm {
    display: inline-block;
    padding: 2px 10px;
    margin: 8px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity
}

.main-btn-sm {
    background: #389ec3;
    color: #fff
}

.navbar-brand {
    padding: 0
}

.logo-a, .logo-a:focus, .logo-a:hover {
    text-decoration: none
}

.navbar-brand .logo {
    max-height: 60px;
    display: block;
    max-width: 250px;
    position: relative;
    margin-top: 40px;
    font-size: 36px;
    color: #000
}

.navbar-brand .logo-alt {
    max-height: 60px;
    display: block;
    max-width: 250px;
    position: relative;
    margin-top: 40px;
    font-size: 36px;
    color: #000
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
    display: none
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
    display: none
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none
}

@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
        margin-top: 10px
    }

    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
        margin-top: 10px
    }
}

#nav {
    padding: 10px 0;
    background: #fff;
    -webkit-transition: .2s padding;
    transition: .2s padding;
    z-index: 999
}

#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0
}

#nav.fixed-nav {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0 0;
    background-color: #fff !important;
    border-bottom: 1px solid #eee
}

#nav.nav-transparent {
    background: rgba(255, 255, 255, .9)
}

.nav-col-12 {
    position: relative;
    min-height: 0;
    padding-right: 0;
    padding-left: 0
}

@media only screen and (min-width: 768px) {
    .main-nav li {
        padding: 0 15px
    }

    .main-nav li a {
        font-size: 14px;
        -webkit-transition: .2s color;
        transition: .2s color;
        font-weight: 700
    }

    .main-nav > li > a {
        color: #10161a;
        padding: 15px 0
    }

    .main-nav-btn li button {
        margin-left: 0
    }

    #nav.nav-transparent:not(.fixed-nav) .main-nav > li > a {
        color: #10161a
    }

    .main-nav > li.active > a, .main-nav > li > a:focus, .main-nav > li > a:hover {
        background: 0 0;
        color: #389ec3
    }

    .main-nav > li > a:after {
        content: "";
        display: block;
        background-color: #389ec3;
        height: 2px;
        width: 0;
        -webkit-transition: .2s width;
        transition: .2s width
    }

    .main-nav > li.active > a:after, .main-nav > li > a:hover:after {
        width: 100%
    }

    .nav-collapse {
        display: none
    }

    .news-column-col-md-6 {
/*
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
*/
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    #nav {
        padding: 0 0
    }

    #nav.nav-transparent {
        background: #fff
    }

    .navbar-brand {
        padding: 5px
    }

    .navbar-brand .logo, .navbar-brand .logo-alt {
        max-height: 50px;
        display: block
    }

    .main-nav {
        position: fixed;
        right: 0;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0 80px 0 0 #1c1d21;
        box-shadow: 0 80px 0 0 #1c1d21;
        max-width: 50%;
        width: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #1c1d21;
        -webkit-transition: .2s all;
        transition: .2s all
    }

    #nav.open .main-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 100%
    }

    .main-nav li {
        border-top: 1px solid rgba(250, 250, 250, .1)
    }

    .main-nav li a {
        display: block;
        color: #fff;
        -webkit-transition: .2s all;
        transition: .2s all
    }

    .main-nav > li.active {
        border-left: 6px solid #389ec3
    }

    .main-nav li a:focus, .main-nav li a:hover {
        background-color: #389ec3;
        color: #fff;
        opacity: 1
    }

    .main-nav-btn {
        position: fixed;
        right: 50%;
        height: calc(100vh - 80px);
        -webkit-box-shadow: 0 80px 0 0 #fff;
        box-shadow: 0 80px 0 0 #fff;
        max-width: 100%;
        width: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        margin: 0;
        overflow-y: auto;
        background: #fff;
        text-align: center
    }

    .main-nav-btn button {
        width: 200px;
        max-width: 90%
    }

    #nav.open .main-nav-btn {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: .1s all;
        transition: .1s all;
        width: 50%
    }

    .news-column-col-md-6 {
/*
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
*/
        max-width: 90%;
        height: auto;
    }
}

.nav-collapse {
    position: relative;
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 5px;
    margin-right: 5px;
    cursor: pointer;
    z-index: 99999
}

.nav-collapse span {
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px
}

.nav-collapse span:after, .nav-collapse span:before {
    content: "";
    display: block
}

.nav-collapse span, .nav-collapse span:after, .nav-collapse span:before {
    height: 4px;
    background: #10161a;
    -webkit-transition: .2s all;
    transition: .2s all
}

.nav-collapse span:before {
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px)
}

.nav-collapse span:after {
    -webkit-transform: translate(0, -14px);
    -ms-transform: translate(0, -14px);
    transform: translate(0, -14px)
}

#nav.open .nav-collapse span {
    background: 0 0
}

#nav.open .nav-collapse span:before {
    -webkit-transform: translateY(0) rotate(-135deg);
    -ms-transform: translateY(0) rotate(-135deg);
    transform: translateY(0) rotate(-135deg)
}

#nav.open .nav-collapse span:after {
    -webkit-transform: translateY(-4px) rotate(135deg);
    -ms-transform: translateY(-4px) rotate(135deg);
    transform: translateY(-4px) rotate(135deg)
}

header {
    position: relative
}

#home {
    height: 100vh
}

.information {
    margin-top: 30px;
    font-weight: 100
}

#home .home-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left
}

.home-content h1 {
    text-transform: uppercase
}

.home-content button {
    margin-top: 20px
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0
}


.whatsnew {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    margin: 15px 0;
/*
    background-color: #f0f0f0;
*/
background-color: white;
}

.whatsnew_child{
/*
    border: solid 2px #eee;
*/
    border: solid 1px #43A3C6;
    padding: 40px 20px;
    margin: 15px 0;
}

.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: solid 2px #eee;
    margin: 15px 0;
    background-color: #fff
}

.about i {
    font-size: 36px;
    color: #389ec3;
    margin-bottom: 20px
}

.about img {
    text-align: center;
    margin-bottom: 20px
}

#about .about-btn {
    text-align: center;
    margin-top: 50px
}

.about h3 {
    -webkit-transition: .2s color;
    transition: .2s color
}

#function .img-fun {
    margin-left: 15px
}

#function #info-fun p {
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    #function .img-fun {
        margin: 0
    }
}

.function {
    position: relative;
    padding: 40px 20px 40px;
    margin: 15px 0;
    border: solid 2px #eee;
    background-color: #fff
}

.function i {
    position: absolute;
    left: 20px;
    text-align: left;
    font-size: 20px;
    color: #389ec3;
    border-radius: 50%
}

.function img {
    position: absolute;
    left: 20px;
    text-align: center;
    border-radius: 50%
}

.function h4 {
    -webkit-transition: .2s color;
    transition: .2s color;
    position: relative;
    left: 40px
}

.function h3 {
    -webkit-transition: .2s color;
    transition: .2s color;
    position: relative;
    text-align: center
}

.function p {
    position: relative;
    margin-left: 20px
}

.function .faq-fun {
    color: #000;
    margin-left: -40px;
    font-size: 80%
}

.function .faq-fun span {
    display: block;
    text-align: center;
    margin: 0
}

#function .faqs dt {
    padding: 10px 10px 0 30px;
    position: relative;
    color: #000;
    font-weight: 100;
    margin-bottom: 10px
}

#function .faqs dt span {
    position: relative;
    margin-left: 20px
}

#function .faqs dt .blank {
    display:block;
}

#function .faqs dt:hover {
    cursor: pointer;
    font-weight: 700
}

#function .faqs dd {
    padding: 10px 15px 10px 80px;
    position: relative;
    color: #000
}

#function .faqs .hover {
    color: #389ec3
}

#function .faq-top {
    padding-top: 50px
}

.qanda {
    margin: 15px 0
}

.qanda p {
    color: #fff
}

.qanda i {
    float: left;
    padding: 3px;
    color: #fff;
    margin-right: 10px
}

.qanda .ans p {
    margin-left: 50px;
    color: #fff
}

.qanda .ans i {
    float: left;
    color: #fff;
    margin-right: 10px
}

#faq .faqs dt {
    padding: 0 15px 10px 30px;
    position: relative;
    color: #fff
}

#faq .faqs dt:hover {
    cursor: pointer
}

#faq .faqs dd {
    padding: 0 15px 15px 80px;
    position: relative;
    color: #fff
}

#faq .faqs .hover {
    color: #6091d3
}

#faq .faq-btn-top {
    margin-top: 20px
}

#faq .faq-foot-top {
    padding-top: 50px
}

.bg-faqimg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.bg-faqimg .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .3;
    background: #000
}

@media only screen and (max-width: 767px) {
    .bg-faqimg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-position: 80%;
        background-size: cover;
        background-attachment: local
    }

    .bg-faqimg .overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: .7;
        background: #000
    }
}

.pricing {
    position: relative;
    text-align: center;
    border: solid 2px #eee;
    background-color: #fff;
    z-index: 11;
    margin: 15px 0
}

.pricing::after {
    content: "";
    background-color: #1c1d21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    z-index: -1;
    -webkit-transition: .2s height;
    transition: .2s height
}

.pricing:hover:after {
    height: 100%
}

.pricing .price-head {
    position: relative;
    margin-bottom: 20px
}

.pricing .price-title {
    display: block;
    padding: 40px 0 20px;
    text-transform: uppercase;
    -webkit-transition: .2s color;
    transition: .2s color
}

.pricing:hover .price-title {
    color: #389ec3
}

.pricing .price {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #389ec3
}

.pricing .price h3 {
    font-size: 32px;
    margin: 0;
    -webkit-transition: .2s color;
    transition: .2s color;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0
}

.pricing:hover .price h3 {
    color: #fff
}

.pricing .duration {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #10161a;
    -webkit-transition: .2s color;
    transition: .2s color
}

.pricing:hover .duration {
    color: #fff
}

.pricing-form {
    background: #fff;
    padding: 40px 40px 40px 40px
}

.pricing-form p {
    margin-top: 50px
}

.pricing-form a {
    margin-top: 50px
}

#pricing .light-plan {
    padding-top: 100px;
    margin-top: -100px
}

.light-plan b {
    font-size: 60px
}

.light-plan .font-header b {
    font-size: 20px
}

#pricing .red-star {
    font-size: 100%;
    color: red
}

#pricing .pricing-footer p {
    margin-top: 10px
}

#pricing h1 {
    font-size: 30px
}

#pricing table {
    margin-bottom: 50px
}

#pricing .pricing-free {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px
}

#pricing .pricing-free .font-strong {
    font-size: 40px
}

#pricing .number-strong {
    font-size: 30px;
    margin-right: 5px
}

#pricing .pricing-img {
    margin-bottom: 10px
}

.blog {
    position: relative;
    padding: 40px 20px;
    border: solid 2px #eee;
    margin: 15px 0
}

.blog:after {
    content: "";
    background-color: #f0f0f0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: -1;
    -webkit-transition: .2s width;
    transition: .2s width
}

.blog .blog-content {
    padding: 20px 20px 40px
}

.blog .blog-meta {
    margin-bottom: 20px
}

.blog .blog-meta li {
    display: inline-block;
    font-size: 14px;
    color: #10161a;
    margin-right: 10px
}

.blog .blog-meta li i {
    color: #389ec3;
    margin-right: 5px
}

.blog .phrases {
    padding-top: 20px;
    padding-left: 20px
}

.blog .phrases h5 {
    margin: 30px 0 30px 0
}

.blog .phrases i {
    color: #389ec3;
    margin-right: 10px
}

#introduction h3 {
    margin-top: 50px
}

#introduction .logo {
    margin: 10px 0 10px 0
}

#introduction .logo-dyna {
    margin: 30px 0 30px 0
}

.blog .brand-logo {
    height: 82px
}

.blog .brand-logo-dyna {
    height: 42px
}

.blog .scene-header {
    margin-bottom: 10px
}

#main .blog .blog-content {
    padding: 20px 0 0
}

#main .blog {
    margin-top: 0
}

#footer {
    position: relative
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px
}

.footer-logo > a > img {
    max-height: 50px
}

.footer-logo p {
    color: #fff;
    font-size: 40px
}

.footer-copyright p {
    text-align: center;
    font-weight: 100;
    font-size: 12px;
    margin: 0;
    color: #fff
}

.footer-copyright a {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .section-header h2.title {
        font-size: 31px
    }

    .default-btn, .main-btn, .outline-btn, .white-btn {
        padding: 8px 22px;
        font-size: 14px
    }

    .main-btn-sm {
        padding: 8px 22px;
        font-size: 10px
    }

    .home-content h1 {
        font-size: 36px
    }

    .header-wrapper h2 {
        margin-bottom: 20px;
        text-align: center;
        display: block
    }

    .header-wrapper .breadcrumb {
        float: none;
        text-align: center
    }
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #389ec3;
    border-radius: 10px;
    color: #fff;
    z-index: 9999;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    cursor: pointer
}

#back-to-top:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

#back-to-top:hover {
    opacity: .8
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader span {
    display: inline-block;
    background-color: #389ec3;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
    animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes preload {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

.btn-faq {
    width: 270px
}

.blue-btn {
    color: #389ec3;
    background: #fff;
    border: solid 3px #389ec3;
    border-radius: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 700
}

.blue-btn2 {
    color: #fff;
    background: #389ec3;
    border: solid 3px #389ec3;
    border-radius: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 700
}

.grey-btn {
    color: #389ec3;
    background: #d6d4d4;
    border: solid 3px #389ec3;
    border-radius: 10px;
    font-weight: 700
}

.nav-btn-font {
    font-size: 12px;
    vertical-align: middle;
    line-height: 26px;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 4px
}

.btn-padding {
    padding: .5em 1em
}

.blue-btn2:hover, .blue-btn:hover, .grey-btn:hover {
    opacity: .8
}

table {
    width: 100%;
    border-collapse: collapse
}

table td, table th {
    color: #fff;
    border: solid 1px #d8e9f8;
    text-align: center;
    padding: 5px 0;
    background: #389ec3
}

.lite-cell, .premium-cell {
    color: #389ec3;
    background: #fff
}

.white-cell {
    color: #389ec3;
    background: #fff;
    padding: 20px 0
}

.borderless-cell {
    border: solid 0 #d8e9f8
}

.cell-sm {
    padding: 3px
}

.text-blue {
    color: #389ec3
}

.btn-150 {
    width: 150px
}

.weight-blod {
    font-weight: 700
}

.brand {
    font-size: 54px;
    font-family: 'Source Sans Pro Light', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    color: #10161a;
    font-weight: 100
}

.brand strong {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900
}

.font-strong {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900
}

.font-thin {
    font-family: 'Source Sans Pro Light', sans-serif;
    font-weight: 100
}

.left-no-padding {
    margin-left: 15px
}

#flow .flow-top {
    margin-top: 50px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .hide-in-mobile {
        display: none !important
    }
}

@media only screen and (min-width: 767px) {
    .hide-in-pc {
        display: none !important
    }
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.image_box {
    width:auto;
    height:auto;
    max-width:80%;
    max-height:80%;
}

.br_col{display: none;}

@media (min-width:992px){
    .col-md-offset-half{margin-left:4%;}
    .br_col{display: block;}
}

.about1 {
    position: relative;
    text-align: center;
    padding: 10px 5px;
    border: solid 2px #eee;
    margin: 5px 0;
    background-color: #fff
}

.about1 h3{
    display: inline-block;
    text-align: center;
}

.about1 img {
    text-align: center;
}

.menue_box{
    width: 330px;
    display: inline-block;
    padding: 15px;
    margin: 5px;
    border: 2px solid #eee;
    text-align: center;
}

.menue_box .menue_text{
    width: 100%;
    height: 140px;
    text-align: left;
    overflow:hidden;
    overflow:auto;
}

.white_table{
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.white_table td, table th {
    color: black;
    border: solid 2px #eee;
    text-align: center;
    padding: 5px 0;
    background: white;
}

.explanatory_text{
    display: inline-block;
    text-align: left;
}

.md-padding_half {
    padding-top: 60px;
    padding-bottom: 60px
}

.impress_box{
    width: 330px;
    display: inline-block;
    padding: 15px;
    margin: 5px;
    border: solid 2px #eee;
    text-align: center;
    background-color:#FF5252;
}



.impress_box p{
    color:white;
}

.impress_box button{
    color: #FF5252;
    background: white;
    border-radius: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 700
}

.impress_blue_text{
    color:#389EC3;
}


.infobox {
    height: 2em;     /* 高さを制限(※) */
    overflow: auto;  /* スクロールバーを表示(※) */
    border: blue 1px dashed;    /* 枠線を追加 */
    background-color: #eee; /* 背景色を追加 */
 }


ul.slides li {
	display:none;
	position:relative;
	list-style:none;
}
ul.slides li img {
	width:600px;
}
ul.slides li p {
	position:absolute;
	top:1em;
	left:1em;
	color:white;
	font-size:1.2em;
}

@media only screen and (max-width: 767px){
    .impress_box{
        width: 95%;
    }
    .menue_box{
        width:95%;
    }
    .explanatory_text{
        margin: 2em;
    }
    .menue_box .menue_text{
        height: auto;
    }
}
