* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    min-height: 100vh;
    position: relative;
}

.page-wrap {
    overflow-x: hidden;
}

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

a {
    color: black !important;
    text-decoration: none !important;
}

a:hover {
    color: black !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0 !important;
}

.bg-ecojoule {
    background-color: #00aaee;
}

.bg-paleblue {
    background-color: #DDEEFF;
}

.bg-gray {
    background-color: gray;
}

.text-orange {
    color: #FF6F00;
}

.text-deepblue {
    color: #0068B7;
}

.band {
    border-left: 5px solid #00aaee;
    background-color: #D5F3FF;
    padding: 0.25rem 0;
}

.band h2 {
    font-size: 1.5rem;
}

.band img {
    width: 16%;
    padding-bottom: 12px;
    padding-top: 2px;
}

@media (max-width:768px) {
    .band img {
        width: 22%;
    }
}

@media(max-width:575px) {
    .band h2 {
        font-size: 1.25rem;
    }

    .band img {
        width: 35%;
    }
}

.section{
    font-size: 1.5rem;
    border-left: 5px solid rgb(49, 183, 255);
    background-color: rgb(49, 183, 255);
    padding: 0.25rem 0;
}

.normal-text {
    font-size: 1.125rem;
    letter-spacing: normal;
}

.annotation {
    font-size: 1rem;
}

a,
.min-text {
    font-size: 0.9375rem;
}

.w-80 {
    width: 80% !important;
}

@media(max-width:991px) {
    .normal-text {
        font-size: 1rem;
    }

    .annotation {
        font-size: .875rem;
    }
}

@media(max-width:575px) {
    .normal-text {
        font-size: .875rem;
    }

    .banner-text {
        font-size: 1.125rem;
    }
}

/*header*/
.navbar-brand img {
    max-height: 40px;
}

.navbar-light .navbar-toggler {
    border-color: #ffffff;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

#fixed-header {
    z-index: 999;
    top: -50px;
    height: 40px;
    line-height: 40px;
    transition: .5s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

#fixed-header.is-show {
    top: 0;
}

@media(max-width:1024px) {
    .navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    }

    .navbar .navbar-nav .nav-item .nav-link {
        text-align: left !important;
        border-bottom: 1px solid #dee2e6;
    }

    #fixed-header {
        display: none;
    }
}

@media(min-width:992px) {
    .navbar-brand img {
        max-height: 50px;
    }

    .navbar .navbar-nav .nav-item .nav-link::before,
    #fixed-header .col::before {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 0;
        border-bottom: 2px solid #00aaee;
        transform-origin: left top;
        transition: .5s;
    }

    .navbar .navbar-nav .nav-item .nav-link:hover::before,
    #fixed-header .col:hover::before {
        width: 100%;
    }

    .navbar .navbar-nav .nav-item .navbar-active::before,
    #fixed-header .navbar-active::before {
        position: absolute;
        bottom: 0px;
        left: 0;
        content: '';
        width: 100%;
        border-bottom: 2px solid #00aaee;
    }
}

/*/header*/

/*breadcrumb*/
.breadcrumb a,
.breadcrumb .min-text {
    font-size: 0.875rem;
}

/*/breadcrumb*/

/*TOP*/
.carousel-caption {
    height: fit-content;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}

.carousel-caption img {
    width: 300px;
}

.carousel-caption .sc-text-1 {
    font-size: 2.25rem;
    text-shadow: 0 0 2px #212121;
}

.carousel-caption .sc-text-2 {
    text-shadow: 0 0 2px #212121;
    letter-spacing: 1.3rem;
    font-size: 1.375rem;
}

.carousel-control-next {
    justify-content: right;
    width: 25%;
}

.carousel-control-prev {
    justify-content: left;
    width: 25%;
}

.carousel-control-next-icon {
    background-image: url(../images/slider-next-icon-3.png);
}

.carousel-control-prev-icon {
    background-image: url(../images/slider-prev-icon-3.png);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

@media(max-width:991px) {

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 30px;
        height: 30px;
    }
}

.carousel-indicators .active {
    background-color: #00aaee;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transition: .6s ease;
}

#top-feature h3 {
    font-size: 1.125rem;
}

.ion-android-checkbox-outline {
    font-size: 28px;
}

.ion-android-checkbox-outline::before {
    display: block;
}

.banner a .layer::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    border: 2px solid white;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.banner #banner-left a:hover .layer::after {
    width: 92%;
    height: 90%;
    opacity: .7;
}

.banner #banner-right a:hover .layer::after {
    width: 95%;
    height: 80%;
    opacity: .7;
}

.banner #banner-left a img,
.banner #banner-right a img {
    transform: scale(1);
    transition: .3s;
}

.banner #banner-left a:hover img,
.banner #banner-right a:hover img {
    transform: scale(1.1);
}

.banner .layer img {
    filter: brightness(70%);
}

.banner .layer div {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.banner p {
    font-size: 1.375rem;
}

@media (max-width:1025px) {
    .carousel,
    .page-header {
        margin-top: 92px;
    }
}

@media(max-width:991px) {
    .carousel {
        margin-top: 82.56px;
    }

    .carousel-caption img {
        width: 275px;
    }

    .carousel-caption .sc-text-1 {
        font-size: 2.125rem;
    }

    .carousel-caption .sc-text-2 {
        letter-spacing: 1.15rem;
        font-size: 1.3rem !important;
    }

    .carousel-indicators li {
        width: 12px;
        height: 12px;
    }
}

@media(max-width:767px) {
    .carousel-caption img {
        width: 250px;
    }

    .carousel-caption .sc-text-1 {
        font-size: 2rem;
    }

    .carousel-caption .sc-text-2 {
        letter-spacing: .95rem;
        font-size: 1.25rem !important;
    }
}

@media(min-width:768px) {
    #banner-left .layer img {
        min-height: 211px;
    }
}

@media(max-width:575px) {
    #top-feature h3 {
        font-size: 1rem;
    }

    .banner p {
        font-size: 1.125rem;
    }
}

.ecojouleLOGO_R {
    max-width: 100%;
    height: auto;
}

.ecojoule_R p {
    font-size: 1.1rem;
}

@media(min-width:991px) {
    .ecojouleLOGO_R {
        width: 18%;
        height: auto;
        text-align: end;
    }

    .ecojoule_R span {
        font-size: 1rem;
    }

    .ecojoule_R img {
        margin-bottom: 7px;
    }
}

@media(min-width:768px) {
    .ecojoule_R span {
        font-size: 1rem;
    }

    .ecojoule_R {
        line-height: 1;
    }

    .ecojouleLOGO_R {
        width: 17%;
    }
}

@media(max-width:575px) {
    .ecojouleLOGO_R {
        width: 19%;
        height: auto;
    }

    .ecojoule_R span {
        font-size: 10px;
    }
}

/*/TOP*/

/*feature*/
.page-header {
    background: url(../images/top-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid #00aaee;
    height: 94px;
}

@media (max-width:990px) {
    .page-header {
        height: 77px;
    }
}

.page-header img {
    width: 18%;
    padding-bottom: 17px;
}

@media (max-width:1110px) {
    .page-header img {
        width: 24%;
    }
}


@media (max-width:768px) {
    .page-header img {
        width: 28%;
    }
}

@media (max-width:575px) {
    .page-header img {
        width: 40%;
        padding-bottom: 13px;
    }
}

.matome {
    border: 0px solid gray;
    width: fit-content;
}

.matome h3 {
    font-size: 1.25rem;
}

.matome-tk {
    border: 2px solid gray;
    width: fit-content;
}

.matome-tk h3 {
    font-size: 1.25rem;
}

.ion-checkmark {
    font-size: 32px;
}

.ion-checkmark::before {
    display: block;
    color: #FF6F00;
}

.table-bordered {
    border: 1px solid #dfdfdf;
}

.table th,
.table td {
    font-size: 1.125rem;
}

.table td img {
    max-width: 100%;
}

@media(max-width:575px) {
    .table td {
        padding: 0.1rem;
    }
}

@media(max-width:575px) {
    .w-75 {
        width: 100%;
    }
}

.drum img {
    width: 65%;
}

.gcol-1 {
    width: 15%;
}

.gcol-2 {
    width: 15%;
}

.gcol-3 {
    width: 45%;
}

.gcol-4 {
    width: 25%;
}

@media(max-width:991px) {
    .page-header {
        margin-top: 82.56px;
    }

    .graph img {
        width: 100% !important;
    }
}

@media(max-width:767px) {

    .table th,
    .table td {
        font-size: 1rem;
    }
}

@media(max-width:575px) {
    .matome h3 {
        font-size: 1.125rem;
    }

    .matome-tk h3 {
        font-size: 0.95rem;
    }

    .table th,
    .table td {
        font-size: .875rem;
    }

    #gel-text,
    #drum-text {
        font-size: 0.75rem !important;
    }
}

/*/feature*/

/*usage*/
.usage-border {
    border: 2px solid #00aaee;
}

.usage-border .usage1-3 {
    font-size: 1.25rem;
}

.usage1-3-title {
    font-size: 1.3rem !important;
}

.ribbon {
    padding: 1px;
    width: 140px;
    height: 45px;
}

.ribbon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 45px 30px 0px 0;
}

.ribbon-2 {
    padding: 1px;
    width: 135px;
    height: 40px;
}

.ribbon-2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0px;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 42px 30px 0px 0;
}

#usage4-9 .container {
    padding: 0 .5rem;
}

.inner {
    top: 0;
    left: .5rem;
}

.inner p {
    font-size: 1.25rem;
}

.inner h3 {
    font-size: 1.25rem;
}

@media(max-width:767px) {
    .inner p {
        font-size: 1.125rem;
    }

    .inner h3 {
        font-size: 1.25rem;
    }
}

@media(max-width:575px) {
    .ribbon {
        width: 130px;
        height: 40px;
    }

    .ribbon:after {
        border-width: 40px 30px 0px 0;
    }

    .inner p {
        font-size: 1rem;
    }

    .inner h3 {
        font-size: 1rem;
    }

    .usage-border .usage1-3 {
        font-size: 1.25rem;
    }

    .usage1-3-title {
        font-size: 1.25rem !important;
    }

    .ribbon-2 {
        width: 110px;
        height: 30px;
    }

    .ribbon-2::after {
        border-width: 30px 30px 0px 0;
    }
}

/*/usage*/

/*contact*/
/* #tel {
    font-size: 1.2rem;
}

#tel_num {
    letter-spacing: 0.15rem;
}

#tel_num a {
    font-size: 1.375rem !important;
    letter-spacing: .15rem !important;
    text-decoration: none !important;
    margin-bottom: 0 !important;
} */

#go-form:hover button {
    background-color: #0068B7;
}

#contact-message {
    font-size: 1.625rem;
    line-height: 1.8rem;
}

@media(max-width:767px) {
    #contact-message {
        font-size: 1.25rem;
    }
}

/* @media(max-width:575px) {
    #tel {
        font-size: 1.0rem;
    }
} */

@media(max-width:450px) {
    #contact-message br {
        display: none;
    }
}

/*/contact*/

/*form*/
#form-title {
    font-size: 1.625rem;
}

.separator {
    width: 15%;
    border-bottom: 3px solid #00aaee;
}

.separator::after {
    content: '';
    width: 85%;
    border-bottom: 3px solid black;
    position: absolute;
    top: 0;
    right: 0;
}

@media(max-width:575px) {
    #form-title {
        font-size: 1.25rem;
    }
}

/*/form*/

/*thanks*/
#thanks {
    font-size: 1.625rem;
}

@media(max-width:575px) {
    #thanks {
        font-size: 1.25rem;
    }
}

/*/thanks*/



/*page_top*/
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 5%;
    bottom: 10%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: .5s;
    z-index: 999;
}

#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

#page_top a::before {
    font-family: ionicons;
    content: "\f126";
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after {
    content: "";
    border: 2px solid white;
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/*/page_top*/

/*footer*/
footer {
    bottom: 0;
}

footer img {
    max-width: 289px;
    max-height: 21px;
}

footer .container .col-12 {
    line-height: 1.5;
}

footer .footer-br {
    display: block;
}

@media(min-width:450px) {
    footer .footer-br {
        display: none;
    }
}

/*/footer*/

/* 英語版ページ差分 */

/* /英語版ページ差分 */

.text-red {
    color: red;
}

@media (max-width:1105px) {
    footer a {
        font-size: 0.7375rem;
        ;
    }
}

#fixed-header a {
    font-size: 0.85rem;
    white-space: nowrap;
}

@media (max-width:575px) {
    .drum {
        padding: 0.5rem;
    }

    footer a {
        font-size: 0.65rem;
        ;
    }
}

@media (min-width:426px) {
    .sm-display-on {
        display: none;
    }
}

@media (max-width:426px) {
    .sm-display-off {
        display: none;
    }
}

#example1,
#example2,
#example3 {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

#chemical,
#pcm {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    opacity: .7;
}

.pcmimg {
    height: auto;
    width: 80%;
    max-width: 100%;
    object-fit: cover;
}

.pcmimg2 {
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

@media (max-width:575px) {
    .pcmimg {
        height: auto;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
}

@media (max-width:575px) {
    .pcmimg2 {
        height: auto;
        width: 100%;
        max-width: 100%;
        object-fit: cover;
    }
}

.ls {
    letter-spacing: -0.1px;
}

.subtitle{
    font-size: 1.375rem !important;
}

@media (max-width:575px) {
    .subtitle{
        font-size: 1.125rem !important;
    }
}

.pcmc{
    margin-right: -2px;
}

.contact-text{
    font-size: 1.5rem;
}

@media (max-width:575px) {
    .contact-text{
        font-size: 1.15rem;
    }
}

.midashi {
    display:inline;
    position: relative;
}

.usagebutton-3{
    position: absolute;
    left: 20%;
    top: 17.5%;
}

/* .usagebutton-3{
    position: absolute;
    left: 20%;
    top: 4%;
} */

/* .usagebutton-3{
    position: absolute;
    left: -4%;
    top: 35%;
} */

@media (max-width:1199px){
    .usagebutton-3{
        position: absolute;
        left: 35%;
        top: 18%;
    }
}

@media (max-width:768px){
    .usagebutton-3{
        position: absolute;
        left: 35%;
        top: 22%;
    }
}


@media (max-width:480px){
    .usagebutton-3{
        position: absolute;
        left: 32%;
        top: 23%;
    }
}

.usagebutton:hover{
    color: #ffffff;
    background-color: #97d2e9;
    text-decoration: none;
}

.usagebutton-3:hover{
    color: #ffffff;
    background-color: #97d2e9;
    text-decoration: none;
}

h1.evcarh {
    position: relative;
}

.spanevcarh{
    position: absolute;
    top: 30%;
    left: 38%;
    right: auto;
}

@media (max-width:992px){
    .spanevcarh{
        top: 30%;
        left: 30%;
        right: auto;
    }
}

@media (max-width:575px){
    h1.evcarh {
        font-size: 1.32 !important;
        padding-top: 10px;
    }
    .spanevcarh{
        display: block;
        top: 45%;
        left: 20%;
        right: auto;
    }
}

.usageband{
    font-size: 1.5rem !important;
}

@media (max-width:575px){
    .usageband{
        font-size: 1.25rem !important;
    }
}

/* ゲルパック購入案内 */
.sell-img-pack img {
    width: 70%;
}
@media (max-width:575px){
    .sell-img-pack img {
        width: 100%;
    }
}
.sell-txt01 {
    text-align: left;
    max-width: 630px;
    margin: 0 auto;
}
a.btn-sell-pack {
    width: 90%;
    max-width: 600px;
    color: #fff;
}
a.btn-sell-pack:hover {
    color: #fff !important;
    background-color: #0068B7;
}
@media (max-width:575px){
    a.btn-sell-pack {
    width: 100%;
    max-width:none;
}
}

/* メンテナンス情報 */
.com-mainte {
  border: 3px solid #ff0000;
  padding: 40px 20px 20px;
  margin-bottom: 40px;
  text-align: center;
  color: #ff0000;
}
.com-mainte p {
  margin-bottom: 20px!important;
}