@charset "UTF-8";

* {
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    overflow-x: hidden !important;
}

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
    color: #101010;
    background: #F2F9FF url(../img/bg-bg.png) repeat-y 50% 50%;
    overflow-x: hidden !important;
    font-size: 16px;
}


.row {
    margin-left: 0;
    margin-right: 0;
}

/*-- Preloader --*/

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/preloader.gif);
}


p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 200;
}

p a {
    color: #000;
    letter-spacing: 0;
}

p a:hover,
p a:focus {
    color: #4b4b4b;
}

i,
.italic {
    font-style: italic;
}

strong,
b {
    color: #000;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #000;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

li,
a {
    color: #000;
    text-decoration: none;
}

ul {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0px;
}

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

blockquote {
    position: relative;
    margin: 15px 0;
    padding: 40px;
    border-left: none;
    background-color: #f9f9f9;
    color: #4b4b4b;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 28px;
}

blockquote cite {
    display: block;
    margin-top: 20px;
    font-size: 13px;
    color: #604eaf;
    text-transform: uppercase;
    font-style: normal;
}

blockquote cite:before {
    content: '-';
    margin-right: 3px;
}

.blockquote--bordered {
    border: 1px solid #f1f1f1;
    border-top: 3px solid #604eaf;
    background: transparent;
    color: #4b4b4b;
}

.blockquote--bordered:before {
    color: #fff;
    background-color: #604eaf;
}

.blockquote--bordered cite {
    color: #604eaf;
}

.list {
    padding: 0;
    list-style: none;
}

.list li {
    margin-bottom: 15px;
}

/*-- bgs --*/

.bg-blue {
    background-color: #0062ab;
}

.bg-blue a {
    color: #fff !important;
}

.underline {
    position: relative;
    z-index: 1;
    background: linear-gradient(transparent 60%, rgba(0, 145, 57, 0.3) 40%);
}

/*-- margins and paddings --*/

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}

.m-margin {
    margin-top: 70px;
    margin-bottom: 70px;
}

.m-margin-top-no {
    margin-top: 0;
}

/*-- navigation --*/

#navigation {
    z-index: 1001;
    width: 100%;
    border-bottom: 1px solid #E6E6E9;
    background: #F2F9FF;
}

#navigation .brand {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 100% auto;
    position: relative;
}

#navigation .brand a.logo img {
    margin: 10px 0;
    position: relative;
    display: inline-block;
}

#navigation .brand .container {
    position: relative;
}

#navigation .brand .container .top-number {
    position: absolute;
    top: 40px;
    right: 0;
    vertical-align: middle;
}

#navigation .brand .container .top-number .external-link img {
    display: inline-block;
}

#navigation .brand .container .top-number .phone {
    background: #0062AB;
    padding: 10px;
    border-radius: 25px;
}

#navigation .brand .container .top-number a.phone {
    font-size: 15px;
    letter-spacing: 0.03em;
    vertical-align: middle;
    color: #fff;
}

#navigation .brand .container .top-number a.phone:hover {
    color: #F2F9FF;
    background: rgba(0, 98, 171, 0.8);
    transition: background .3s ease-in-out;
}


#navigation .navbar-collapse {
    position: relative;
}

@media (min-width: 768px) {

    /*
   	#navigation ul.navbar-nav {
        position: relative;
        left: 50%;
    }

    #navigation .nav > li {
        position: relative;
        left: -50%;
    }
	*/
    #navigation ul.navbar-nav {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        float: none;
    }

    #navigation .nav > li {
        float: none;
        font-weight: bold;
    }
}

#navigation .navbar {
    margin-bottom: 0px;
    background: transparent;
    border: none;
    border-radius: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.06em;
}

.navbar-default .navbar-nav > li > a.active {
    color: #000;
    background: transparent;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    background: #0062AB;
}

.nav > li > a {
    padding: 15px 38px;
}

#navigation .navbar-brand {
    padding: 5px 10px;
}

#navigation .navbar-brand img {
    height: auto;
}

@media (max-width: 767px) {
    .navbar-header {
        min-height: 100px;
    }

    #menu {
        overflow: scroll !important;
        overflow-x: hidden;
        overflow-y: scroll !important;
        max-height: 200px !important;
        -webkit-overflow-scrolling: touch;
    }

    #navigation .navbar {
        background: #fff;
    }

    #navigation .navbar-collapse {
        background: #fff;
    }

    .navbar-default .navbar-nav > li > a {
        color: #000;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        letter-spacing: 0.1em;
    }

    .nav > li > a {
        padding: 15px 10px;
    }

    #navigation .brand {
        padding-top: 0;
        height: 100px;
        background: transparent;
    }

    #navigation .brand .container .top-number span {
        font-size: 14px;
        color: #fff;
    }

    #navigation .brand .container .top-number a {
        color: #fff;
    }
}

@media (max-width: 840px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        letter-spacing: 0.1em;
    }

    .nav > li > a {
        padding: 15px 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 932px) {
    /*#navigation .brand {
        height: 80px;
    }*/

    .nav > li > a {
        padding: 15px 15px;
    }
}

@media only screen and (min-width: 933px) and (max-width: 1024px) {
    .nav > li > a {
        padding: 15px 28px;
    }
}

.navbar-default .navbar-toggle {
    background-color: transparent;
    border-color: transparent;
}

.navbar-toggle {
    position: absolute;
    right: 10px;
    top: 38px;
    margin: 0;
    padding: 0;

}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-toggle .icon-bar {
    width: 30px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    top: 2px;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
    top: 6px;
    transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
    background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(4) {
    top: -6px;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 320px) and (max-width: 667px) {

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

    #navigation .navbar-brand img {
        display: inline-block;
    }

    #navigation .navbar-brand {
        position: absolute;
        top: 12px;
        left: 10px;
        padding: 0;
    }
}

/*-- call to action --*/

.btn {
    font-size: 14px;
    text-align: center;
    border: 0;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}

.btn i {
    position: absolute;
    line-height: 20px;
    right: 5px;
}

.btn-primary {
    padding: 14px 32px;
    background: #0062AB;
    color: #FFF;
    letter-spacing: 0.1em;
}

.btn-primary:focus {
    outline: none;
}

.btn-primary:hover {
    background-color: rgba(0, 98, 171, 0.8);
    color: #FFF;
    transition: background .3s ease-in-out;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}

.btn-primary-2 {
    padding: 14px 42px;
    background: #ffffff;
    color: #FF8900;
}

.btn-primary-2:focus {
    outline: none;
}

.btn-primary-2:hover {
    background-color: #ffffff;
    color: #ffb35c;
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
}

@media(max-width:500px) {
    .btn-mobile {
        width: 100%
    }
}

/*.homepage > section {
    clear: both;
}*/

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

/*-- slider pro --*/

#header-section {
    position: relative;
    border-bottom: 1px solid #E6E6E9;
}

.slider-pro {
    z-index: 1;
    background: #F2F9FF;
}

/*-- title-section --*/

#title-section {
    padding-bottom: 100px;
    position: relative;
}

#title-section .container {
    position: relative;
}

#title-section .text {
    position: relative;
    z-index: 3;
}

#title-section .slider-sub_text {
    padding: 15px 0;
    opacity: 0;
    -webkit-animation: hero-fade 0.5s 1.5s ease-out forwards;
    animation: hero-fade 0.5s 1.5s ease-out forwards;
}

#title-section .slider-sub_text h1 {
    font-size: 30px;
    font-weight: bold;
    color: #0062AB;
    text-shadow: -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
    letter-spacing: 0.03em;
    line-height: 1.6;
    opacity: 0;
    padding: 0;
    margin: 0;
    -webkit-animation: hero-fade 0.5s 1.5s ease-out forwards;
    animation: hero-fade 0.5s 1.5s ease-out forwards;
}

@-webkit-keyframes hero-fade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes hero-fade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    #title-section .slider-sub_text h1 {
        font-size: 18px;
    }
}

#title-section .text h3 {
    font-size: 30px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}

#title-section .btn-primary {
    position: relative;
    bottom: -5px;
    right: 0;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
}

#title-section .container .ellipse {
    content: "";
    display: block;
    position: absolute;
    width: 570px;
    height: 570px;
    left: -35px;
    bottom: -80px;
    background: url(../img/ellipse.png) no-repeat;
    background-size: 570px 570px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #title-section .btn-primary {
        bottom: 0;
        left: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    #title-section {
        padding-bottom: 60px;
    }

    #title-section .text h3 {
        font-size: 16px;
    }

    #title-section .text-right {
        text-align: left;
    }

    #title-section .btn-primary {
        bottom: 0;
        left: 0;
    }
}

/*-- purifier-section --*/

#purifier-section {
    position: relative;

}

#purifier-section .container {
    position: relative;
    background-color: #0062ab;
    padding: 30px 0;
}

#purifier-section h2 {
    font-size: 26px;
    text-align: center;
    line-height: 1.6;
    color: #0062AB;
    text-shadow: -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    font-weight: bold;
}

#purifier-section p {
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    #purifier-section h2 {
        text-align: left;
        font-size: 16px;
    }

    #purifier-section p {
        font-size: 16px;
        text-align: left;
    }
}

/*-- why-section --*/

#why-section {
    position: relative;
    padding: 50px 0;
}

#why-section .container {
    position: relative;
}

#why-section .blue_bg {
    background-color: #0062ab;
    padding: 30px 0;
}

#why-section h2 {
    font-size: 26px;
    text-align: left;
    line-height: 1.6;
    color: #018E42;
    font-weight: bold;
    letter-spacing: 0.06em;
}

#why-section p {
    font-size: 26px;
    line-height: 2;
    letter-spacing: 0.03em;
}

#why-section h3 {
    font-size: 22px;
    text-align: left;
    line-height: 1.6;
    color: #0062AB;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
}

#why-section img {
    margin: 15px 0;
}

#why-section .blue_bg img {
    margin: 0 auto;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    #why-section h2 {
        font-size: 16px;
    }

    #why-section h3 {
        font-size: 16px;
    }

    #why-section p {
        font-size: 16px;
    }
}

/*-- greeting-section --*/

#greeting-section {
    padding: 50px 0;
    position: relative;
}

#greeting-section .container {
    position: relative;
}

#greeting-section .section-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    color: #0062AB;
    text-shadow: -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
    font-weight: bold;
}

#greeting-section .section-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    height: 2px;
    width: 50px;
    background: #0062AB;
    margin-right: 25px;
}

#greeting-section .section-title:after {
    content: "";
    position: absolute;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    height: 2px;
    width: 50px;
    background: #0062AB;
    margin-left: 15px;
}

#greeting-section .content-img {
    position: relative;
    z-index: 2;
}

#greeting-section .text {
    position: relative;
    padding: 15px 0;
    z-index: 2;
}

#greeting-section .text p {
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.04em;
}

#greeting-section .text .owner-text {
    position: relative;
    color: #0062AB;
    bottom: -20px;
}

#greeting-section .container .blue-bg {
    content: "";
    display: block;
    position: absolute;
    width: 350px;
    height: 350px;
    right: 0px;
    bottom: 0px;
    background: url(../img/blue-bg.jpg) no-repeat;
    background-size: 570px 570px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #greeting-section .container .blue-bg {
        right: 150px;
        bottom: -30px;
    }

    #greeting-section .text .owner-text {
        bottom: -30px;
    }

    #greeting-section .content-img {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    #greeting-section {
        padding-bottom: 60px;
    }

    #greeting-section .section-title {
        margin-bottom: 30px;
    }

    #greeting-section .text .owner-text {
        bottom: -20px;
    }

    #greeting-section .content-img {
        margin-top: 30px;
    }

    #greeting-section .container .blue-bg {
        bottom: -50px;
        right: -50px;
    }
    #greeting-section .text p {
        font-size: 16px;
    }
    #greeting-section .text p span {
        display: inline-block;
    }
}

/*-- news-section --*/

#new-section {
    padding: 100px 0;
    position: relative;
}

#new-section .container {
    position: relative;
}

.news-bg {
    margin-bottom: 30px;
}

#new-section .section-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    color: #0062AB;
    text-shadow: -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
    font-weight: bold;
}

#new-section .section-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    height: 2px;
    width: 50px;
    background: #0062AB;
    margin-right: 25px;
}

#new-section .section-title:after {
    content: "";
    position: absolute;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    height: 2px;
    width: 50px;
    background: #0062AB;
    margin-left: 15px;
}

.news_list--gdpage article:nth-child(odd) {
    background-color: #FFF;
}

.news_list--gdpage article:nth-child(even) {
    background-color: #F2F2F2;
}

.news_list {
    text-align: center;
}

.news_list article {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
    .news_list article {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.news_list article .article_inner {
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media only screen and (max-width: 1000px) {
    .news_list article .article_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news_list article .article_inner .post_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

@media only screen and (max-width: 1000px) {
    .news_list article .article_inner .post_header {
        margin-bottom: 20px;
    }
}

.news_list article .article_inner .post_header .date {
    width: 124px;
    text-align: left;
}

.news_list article .article_inner .post_header .cat {
    width: 80px;
    height: 24px;
    border-radius: 12px;
    text-decoration: none;
    color: #fff;
    line-height: 24px;
    font-size: 12px;
    font-size: 0.92308rem;
    display: block;
    -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news_list article .article_inner .post_header .cat:hover {
    -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news_list article .article_inner .post_content {
    margin-left: 15px;
    display: block;
    color: #000;
    position: relative;
    letter-spacing: 0.12em;
    width: 100%;
    text-align: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media only screen and (max-width: 1000px) {
    .news_list article .article_inner .post_content {
        margin-left: 0;
    }
}

.news_list article .article_inner .post_content span {
    position: relative;
    display: inline-block;
}

.news_list article .article_inner .post_content span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 1px;
    z-index: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news_list article .article_inner .post_content:hover span:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    #new-section {
        padding: 60px 0;
    }
}

/*-- rwd_table-section --*/

#rwd_table-section {
    position: relative;
    padding: 50px 0;
}

#rwd_table-section .section-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    color: #0062AB;
    text-shadow: -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
    font-weight: bold;
}

#rwd_table-section .section-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    height: 2px;
    width: 50px;
    background: #0062AB;
    margin-right: 25px;
}

#rwd_table-section .section-title:after {
    content: "";
    position: absolute;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    height: 2px;
    width: 50px;
    background: #0062AB;
    margin-left: 15px;
}

.rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
}

.rwd-table tr:first-child {
    border-top: none;
    background: #0062ab;
    color: #fff;
}

.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #FFF;
    font-size: 12px;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #F2F2F2;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
    width: 11.11%;
}

.rwd-table td:first-child {
    margin-top: .5em;
}

.rwd-table td:last-child {
    margin-bottom: .5em;
}

.rwd-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 40px;
    display: inline-block;
    color: #000;
}

.rwd-table th,
.rwd-table td {
    text-align: left;
}

.rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

.rwd-table tr {
    border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
    padding: .5em 1em;
}

@media screen and (max-width: 667px) {
    .rwd-table tr:nth-child(2) {
        border-top: none;
    }
}

@media screen and (min-width: 767px) {
    .rwd-table tr:hover:not(:first-child) {
        background-color: #d8e7f3;
    }

    .rwd-table td:before {
        display: none;
    }

    .rwd-table th,
    .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }

    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }

    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    .rwd-table td {
        width: 100%;
    }

    #rwd_table-section .section-title {
        font-size: 22px;
        text-align: left;
    }

    #rwd_table-section .section-title:before,
    #rwd_table-section .section-title:after {
        content: none;
    }
}

/*-- teacher-section --*/

#teacher-section {
    padding: 50px 0;
    position: relative;
}

#teacher-section .container {
    position: relative;
}

#teacher-section .section-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    color: #0062AB;
    text-shadow: -1px -1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        1px 1px 0 #fff;
    margin-top: 0;
    margin-bottom: 50px;
    position: relative;
    font-weight: bold;
}

#teacher-section .content-img {
    position: relative;
    z-index: 2;
}

#teacher-section .text {
    position: relative;
    padding: 15px 0;
    z-index: 2;
}

#teacher-section .text h3 {
    font-size: 24px;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-bottom: 15px;
}

#teacher-section .text p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
}

#teacher-section .text .owner-text {
    position: relative;
    color: #0062AB;
    bottom: -20px;
}

#teacher-section .container .blue-bg {
    content: "";
    display: block;
    position: absolute;
    width: 350px;
    height: 350px;
    right: 0px;
    bottom: 0px;
    background: url(../img/blue-bg.jpg) no-repeat;
    background-size: 570px 570px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #teacher-section .container .blue-bg {
        right: 150px;
        bottom: -30px;
    }

    #teacher-section .text .owner-text {
        bottom: -30px;
    }

    #teacher-section .content-img {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    #teacher-section {
        padding-bottom: 60px;
    }

    #teacher-section .section-title {
        margin-bottom: 30px;
        text-align: left;
        font-size: 20px;
    }

    #teacher-section .text .owner-text {
        bottom: -20px;
    }

    #teacher-section .content-img {
        margin-top: 30px;
    }

    #teacher-section .container .blue-bg {
        bottom: -50px;
        right: -50px;
    }
}


/*-- link-section --*/

#link-section {
    position: relative;
    padding-bottom: 30px;
}

#link-section .container {
    position: relative;
}

#link-section .link-block [class*="col-"] {
    overflow: hidden;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

#link-section .link-block figure {
    position: relative;
    overflow: hidden;
}

#link-section .link-block figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 98, 171, 0.9);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
}

#link-section .link-block figcaption img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 115px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 2;
    transform: translateY(-50%);
}

#link-section .link-block figure:hover figcaption {
    opacity: 0.7;
}

/*-- contact-section --*/

#contact-section {
    position: relative;
    padding-bottom: 30px;
    border-top: 1px solid #E6E6E9;
}

#contact-section .container {
    position: relative;
    padding-top: 30px;
}

#contact-section .contact-logo {
    margin: 50px 0;
    position: relative;
    z-index: 3;
}

#contact-section .contact-logo img {
    display: inline-block;
}

#contact-section .btn {
    margin-top: 50px;
}

#contact-section .text {
    position: relative;
    margin-bottom: 15px;
}

#contact-section .text p,
#contact-section .text a {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
}

#contact-section .text a:hover {
    color: #000;
}

#contact-section .container .ellipse {
    content: "";
    display: block;
    position: absolute;
    width: 500px;
    height: 500px;
    right: 135px;
    bottom: -95px;
    background: url(../img/ellipse.png) no-repeat;
    background-size: 500px 500px;
}


/*-- Footer --*/

#footer {
    position: relative;
    background-color: #0062AB;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 20px 20px, 20px 20px;
    background-position: -1px -1px, -1px -1px;
    overflow: hidden;
    text-align: center;
    padding: 30px 0;
}

#footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15.9%;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .3);
}

#footer:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 12%;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, .3);
}

.footer-navbar {
    margin: 0;
}

.footer-navbar > li,
.footer-navbar > li > a {
    display: inline-block;
}

.footer-navbar > li > a {
    text-decoration: none;
    font-size: 14px;
    color: #FFF;
    margin-right: 15px;
    border-bottom: 1px solid transparent;
}

.footer-navbar > li:nth-last-of-type(1) > a {
    margin-right: 0;
}

.footer-navbar > li > a:hover {
    color: rgba(242, 249, 255, 0.7);
    text-decoration: none;
}

.footer-navbar > li > a:focus {
    color: rgba(242, 249, 255, 0.7);
}

.copyright {
    padding: 0;
    font-size: 14px;
    color: #FFF;
    margin-bottom: 0;
}

.copyright span {
    display: inline-block;
}

.copyright a {
    color: #FFF;
}

.copyright a:hover {
    color: rgba(242, 249, 255, 0.7);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer:before {
        left: 5%;
    }

    #footer .text-left {
        text-align: center;
    }

    .copyright {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    #footer:before {
        left: 5%;
    }

    .footer-navbar > li > a {
        margin-right: 12px;
    }

    .copyright {
        margin-top: 20px;
    }
}

/*-- back to top --*/

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 5px;
    z-index: 10;
    width: 61px;
    height: 61px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-In-Out;
    transition: opacity 0.2s ease-In-Out;
    opacity: 0;
    font-size: 37px;
}

.back-to-top i {
    font-size: 67px;
    color: #3F97F8;
    line-height: 1.6;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top.show:hover {
    color: #F2F9FF;
}

.back-to-top.show:focus {
    color: #fff;
}

/*-- Pages --*/

.hero_content {
    position: relative;
    padding: 60px 0;
    background-color: #0062AB;
    background-image:
        linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
    background-size: 20px 20px, 20px 20px;
    background-position: -1px -1px, -1px -1px;
    overflow: hidden;
}

.hero_content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15.9%;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, .3);
}

.hero_content:after {
    content: "";
    display: block;
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, .3);
}

.hero_title {
    font-size: 26px;
    position: relative;
    text-align: left;
    font-weight: bold;
    color: #fff;
    margin: 0;
    padding-left: 15px;
}

#page_content {
    position: relative;
    padding: 100px 0;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hero_content:before {
        left: 4%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    .hero_content:before {
        left: 5%;
    }

    .hero_title {
        font-size: 18px;
        text-align: center;
    }
}

/*-- menu-naviNav --*/

.menu-naviNav {
    padding-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.menu-naviNav ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-decoration: none;
    list-style: none;
}

.menu-naviNav li {
    position: relative;
    float: left;
    width: 16.666666%;
    margin-bottom: 5px;
}

@media only screen and (min-device-width: 768px) {
    .menu-naviNav li:nth-child(6n+1) {
        clear: left;
        float: left;
    }
}

.menu-naviNav li:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 1px;
    margin: auto;
    background: #F2F9FF;
}

.menu-naviNav li a {
    display: block;
    height: auto;
    width: 100%;
    color: #fff;
    text-decoration: none;
    padding: 5%;
    background: rgba(0, 98, 171, 1);
    text-align: center;
}

.menu-naviNav li a:hover {
    color: #fff;
    background: rgba(0, 98, 171, 0.75);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .menu-naviNav {}

    .menu-naviNav li {
        width: 33.33%;
    }

    .menu-naviNav li a {
        padding: 5%;
    }

    .menu-naviNav li:nth-child(3n+1) {
        clear: left;
        float: left;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .menu-naviNav li {
        float: left;
        width: 100%;
    }

    .menu-naviNav li a {
        padding: 5%;
    }
}


/*--- News page --*/

.news-box {
    position: relative;
    margin: 0 auto;
    margin-bottom: 75px;
}

.news-box:last-child {
    margin-bottom: 0;
}

.news-box img {
    margin-bottom: 50px;
    margin-top: 50px;
}

.news-box .title {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #000;
    border-bottom: 2px solid #000;
}

.news-box .date {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    color: #000;
}

.news-box p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #000;
}

.news-box .p12 {
    padding: 30px 0;
}

.news-box .pagination {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;

}

.news-box .pagination > li > a {
    display: inline-block;
    padding: 10px 18px;
    color: #222;
    border-radius: 0;
    border-color: transparent;
}


.p12 .pagination > li.before a,
.p12 .pagination > li.next a {
    background-color: #0062AB;
    color: #fff;
    font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    .news-box .title {
        font-size: 18px;
    }
}

/*-- about page --*/

.about-box {
    position: relative;
    margin-bottom: 100px;
}

.about-box:last-child {
    margin-bottom: 0;
}

.about-box .cat-title {
    margin-bottom: 50px;
}

.about-box .cat-title h2 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #000;
    border-bottom: 2px solid #000;
}

.about-box .cat-title p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #000;
}

.about-box_item {
    margin-bottom: 50px;
    position: relative;
}

.about-box_item:last-child {
    margin-bottom: 0;
}

.about-box_item img {
    margin: 20px 0;
}

.about-box_item .text {
    position: relative;
}

.about-box_item .text h3 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #000;
}

.about-box_item .text p,
.about-box_item .text a {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #000;
}

/*-- price page --*/

.price-box {
    position: relative;
    margin-bottom: 100px;
}

.price-box:last-child {
    margin-bottom: 0;
}

.price-box .cat-title {
    margin-bottom: 50px;
}

.price-box .cat-title h2 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #000;
    border-bottom: 2px solid #000;
}

.price-box .cat-title p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #000;
}

.price-box .cat-title .text {
    margin-bottom: 20px;
}

.price-box .cat-title .text h3 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #000;
}

.price-box .cat-title .text p,
.price-box .cat-title .text a {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #000;
}

.price-box_item img {
    margin: 50px 0;
}

.price-box_item {
    position: relative;
}

.price-box_item .table > tbody > tr {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.price-box_item .table > tbody > tr > th {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

.price-box_item .table > tbody > tr > td {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

.price-box_item tbody tr th {
    font-weight: 100;
}

.price-box_item tr:nth-of-type(odd) {
    background: transparent;
}

.price-box_item tr:nth-of-type(even) {
    background: transparent;
}

@media only screen and (min-width: 768px) {
    .price-box_item .table > tbody > tr > th {
        width: 25%;
    }

    .price-box_item .table > tbody > tr > td {
        width: 75%;
    }
}

@media only screen and (max-width: 768px) {
    .price-box_item .table > tbody > tr > td {
        text-align: left;
    }
}


/*-- voice page --*/

.voice-box {
    position: relative;
    margin-bottom: 100px;
}

.voice-box:last-child {
    margin-bottom: 0;
}

.voice-box h2 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #000;
    border-bottom: 2px solid #000;
}

.voice-box p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #000;
}

.voice-box img {
    margin: 20px 0;
}

/*-- faq page --*/

.faq-box {
    position: relative;
    margin-bottom: 100px;
}

.faq-box:last-child {
    margin-bottom: 0;
}

.faq-box h2 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: #000;
    border-bottom: 2px solid #000;
}

.faq-box p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #000;
}

.faq-box img {
    margin: 20px 0;
}

/*-- company page --*/

.company-box {
    position: relative;
}

.company-box h4 {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #000;
    border-bottom: 2px solid #000;
}

.company-box p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: normal;
    color: #000;
}

.company-box p span {
    display: inline-block;
}

.company-box tr {
    border-bottom: 1px dotted rgba(20, 27, 65, 0.2);
}

.company-box tr:last-child {
    border-bottom: none;
}

.company-box th {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 2.4;
    color: #000;
}

.company-box td {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 2.4;
    color: #000;
}

.company-box tr:nth-of-type(odd) {
    background: transparent;
}

.company-box tr:nth-of-type(even) {
    background: transparent;
}

@media only screen and (min-width: 768px) {
    .company-box th {
        width: 25%;
    }

    .company-box td {
        width: 75%;
    }
}

/*-- contact page --*/

.contact_box {
    position: relative;
}

.contact-box .form-control {
    position: relative;
    padding-left: 50px;
    border: 1px solid #BDBDBD;
}

.form-group {
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 20px;
    width: 100%;
    border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

textarea,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"],
input.form-control {
    border-radius: 0;
    height: 45px;
    width: 100%;
    font-size: 14px;
    color: #190f27;
    box-shadow: none;
    border: 1px solid #BDBDBD;
    cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
    border: 1px solid #BDBDBD;
    width: 18px;
    height: 18px;
    cursor: pointer;
    font-size: 24px;
}

textarea,
textarea.form-control {
    padding-top: 10px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #BDBDBD;
    height: auto;
    cursor: pointer;
}

textarea:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
.form-control:focus {
    box-shadow: 0px 0px 0px 1px #000;
    border-color: #000;
}

input[type="file"] {
    font-size: 14px;
}

label {
    font-size: 18px;
    line-height: 1.6;
    margin-left: 5px;
    font-weight: normal;
}

option {
    color: #000;
}

.form-control {
    border-radius: 0;
    height: 45px;
    color: #9e9e9e;
}

.input-group-addon {
    position: absolute;
    top: 7px;
    z-index: 1;
    left: 17px;
    background: #fff;
    color: #d9d9d9;
    border: 0;
    border-radius: 0;
}

form .contact-category {
    margin-bottom: 50px;
    position: relative;
}

form .contact-category:last-child {
    margin-bottom: 0;
}

.contact-category h4 {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-left: 15px;
    font-weight: bold;
    position: relative;
    padding-bottom: 20px;
    line-height: 1.6;
}

.contact-category h4 span {
    color: #ff3d00;
}

.form-box {
    padding-top: 20px;
    background: #FFF;
}

.form-box:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
    left: 0;
    right: 0;
}

.form-box h5 {
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    margin-left: 15px;
}

.form-box h5 span {
    font-size: 11px;
    letter-spacing: 0;
    margin-left: 7px;
    color: #ff3d00;
    padding: 2px;
}

.form-box p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    margin-left: 15px;
    color: #000;
}

.form-group > div {
    display: inline-block;
    margin-left: 10px;
}

.contact-title-sub h3 {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    margin-left: 15px;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    .contact-category h4 {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        font-size: 14px;
    }
}

/*-- privacy-policy page --*/

.privacy-box {
    position: relative;
}

.privacy-page-info {
    position: relative;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.privacy-page-info h3 {
    font-size: 16px;
    letter-spacing: 0.06em;
    color: #000;
    line-height: 1.8;
    margin-top: 5px;
}

.privacy-page-info h3 span {
    display: inline-block;
}

.privacy-page-info p {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 2;
    color: #000;
}

.privacy-page-info p span {
    display: inline-block;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {

    .privacy-page-info h3 {
        font-size: 16px;
        letter-spacing: 0;
    }

    .privacy-page-info p {
        font-size: 14px;
    }
}

/*-- sitemap page --*/

.sitemap-box {
    position: relative;
}

.sitemap-box .banner-link {
    margin-top: 100px;
}

.sitemap-box .banner-link img {
    margin-bottom: 30px;
}

.sitemap-box:last-child {
    margin-bottom: 0;
}

.sm-link {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 15px;
    color: #000;
}

.sm-link a {
    color: #000;
}

.sm-link a:hover {
    opacity: 0.8;
}

@media only screen and (min-width: 320px) and (max-width: 667px) {
    .sm-link {
        font-size: 16px;
    }
}

/* tsuzuku */
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #navigation .brand .container {
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 20px;
    }

    .external-link {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 10px 15px;
    }
}



.inoue {
    background-color: #23527c !important;
    color: white !important;
}
