/* @charset "UTF-8"; */
html {
    -webkit-text-size-adjust: 100%
}
.header {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background: orange;
  position: fixed;
  z-index:999;
  top: 0;
  left: 0;
}
.main{
	padding-top: 100px;
	
	
}
.header__inner {
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

.header__title {
  display: block;
  width: 100%;
}
.lg-custom-thumbnails {
    &.lg-outer {
        width: auto;
        // Set space for the container to occupy thumbnails
        right: 225px;

        // Add some spacing on the left to match with the right hand side spacing
        left: 10px;

        .lg-thumb-outer {
            // Set the position of the thumbnails
            left: auto;
            top: 0;
            width: 225px;
            bottom: 0;
            position: fixed;
            right: 0;

            // Reset max height
            max-height: none;

            // Customize the layout (Optional)
            background-color: #999;
            padding-left: 5px;
            padding-right: 5px;
            margin: 0 -10px;
            overflow-y: auto;

            // Update transition values
            // By default thumbnails animates from bottom to top
            // Change that from right to left.
            // Also, add a tiny opacity transition to look better
            transform: translate3d(30%, 0, 0);
            opacity: 0;
            will-change: transform opacity;
            transition: transform 0.15s cubic-bezier(0, 0, 0.25, 1) 0s, cubic-bezier(
                        0,
                        0,
                        0.25,
                        1
                    ) 0.15s;
        }

        &.lg-thumb-open {
            .lg-thumb-outer {
                transform: translate3d(0, 0, 0);
                opacity: 1;
            }
        }

        // Add hove effect (Optional)
        .lg-thumb-item {
            filter: grayscale(100%);
            will-change: filter;
            transition: filter 0.12s ease-in, border-color 0.12s ease;
            &:hover,
            &.active {
                filter: grayscale(0);
                border-color: #545454;
            }
        }

        .lg-thumb {
            padding: 5px 0;
        }
    }
}

a {
    color: #1B94D4;
	font-weight: 400;
    text-decoration: none
}
/* h1 {
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;

    font-style: normal
} */
.c2{
	
	
}
.c3b {
	font-weight: bold;
	
}
footer {
    border-top: 1px solid #C8C8C8;
    padding-top: 5px;
    padding-bottom: 5px;
   
    padding-right: calc(50% - 560px);
    font-size: 13px;
    background-color: #f5faff;
    width: 100%;
    position: fixed;
	height:5vh;
    text-align:left;
    bottom: 0;
    z-index: 1
}
.header__inner {
  padding-right: 20px;
  padding-left: 20px;
  display: flex
}