@charset "utf-8";
/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* https://www.webplus.jp/                                       */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/




/* -----------------------------------------------------------

　header

-------------------------------------------------------------- */
.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: center center no-repeat scroll;
    background-size: cover;
}

.carousel-caption {
    margin-bottom: 30px;
}

.carousel-caption h3 {
    margin-bottom: 30px;
}

.carousel-caption p {
    margin-bottom: 0;
    line-height: 1.5rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

@media only screen and (min-width:992px) {

    .carousel-caption h3 {
        font-size: 2.4rem;
    }

}

/* -----------------------------------------------------------

　section

-------------------------------------------------------------- */
section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    color: rgba(0, 67, 124, 1.0);
    font-size: 36px;
    font-weight: 500;
}

section h2.section-heading span {
    display: block;
    border-top: 1px solid rgba(0, 67, 124, 1.0);
    font-size: 50%;
    font-weight: 500;
}

section h3.section-subheading {
    margin-bottom: 75px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
}

::-moz-selection {
    background: rgba(254, 209, 54, 1.0);
    text-shadow: none;
}

::selection {
    background: rgba(254, 209, 54, 1.0);
    text-shadow: none;
}

img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

@media only screen and (min-width:768px) {

    section {
        padding: 150px 0;
    }

    section h2.section-heading span {
        display: inline;
        border-top: none;
    }

    section h2.section-heading span::before {
        content: "｜";
    }

}

/* -----------------------------------------------------------
　News
-------------------------------------------------------------- */
#news h2.section-heading {
    color: rgba(230, 0, 18, 1.0);
}

#news h2.section-heading span {
    border-top-color: rgba(230, 0, 18, 1.0);
}

#news li {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    list-style-type: none;
}

#news li .date {
    display: inline-block;
    width: 130px;
    font-size: 1.4rem;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#news li .category {
    padding: 3px 10px 2px;
    border-radius: 4px;
    text-align: center;
}

#news li .category a,
#news li .category a:visited {
    color: rgba(255, 255, 255, 1.0);
}

#news li .category a:hover {
    color: rgba(51, 51, 51, 1.0);
}

/* カテゴリー別の背景 */
#news li .category.information {
    background: rgba(235, 97, 0, 1.0);
}

#news li .category.information:hover {
    background: rgba(235, 97, 0, 0.7);
}

#news li .category.recent-products {
    background: rgba(0, 150, 70, 1.0);
}

#news li .category.recent-products:hover {
    background: rgba(0, 150, 70, 0.7);
}

#news li .category.staff-blog {
    background: rgba(170, 150, 125, 1.0);
}

#news li .category.staff-blog:hover {
    background: rgba(170, 150, 125, 0.7);
}

#news li .category.other {
    background: rgba(0, 0, 0, 0.3);
}

#news li .category.other:hover {
    background: rgba(0, 0, 0, 0.1);
}

#news li h2 {
    margin-top: 5px;
    font-size: 1.2rem;
    font-weight: 400;
}

#news li h2::after {
    visibility: hidden;
    font-family: "FontAwesome";
    content: "\f061";
    color: rgba(248, 249, 250, 1.0);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}

#news li h2:hover::after {
    visibility: visible;
    padding-left: 10px;
    content: "\f061";
    color: rgba(255, 102, 0, 1.0);
}

#news li h2 .new {
    margin-left: 10px;
    color: rgba(255, 0, 0, 1.0);
    font-size: 0.9rem;
    font-weight: 700;
}

/* -----------------------------------------------------------
　Serrvice
-------------------------------------------------------------- */
section#service {
    padding: 100px 0 0;
}

#service h2 {
    font-weight: 500;
}

#service .service-text {
    padding: 1.5rem;
}

#service .service-text .more {
    margin-top: 20px;
}

#service .service-img {
    min-height: 15.0rem;
    background-size: cover;
}

@media only screen and (min-width:768px) {

    #service .service-text {
        padding: 7.0rem;
    }

    #service .service-img {
        min-height: 20.0rem;
    }

}

@media only screen and (min-width:992px) {

    #service .service-text {
        padding: 3.0rem;
    }

    #service .service-img {
        min-height: 30.0rem;
    }

}

@media only screen and (min-width:1200px) {

    #service .service-text {
        padding: 7.0rem;
    }

}

/* -----------------------------------------------------------
　Company
-------------------------------------------------------------- */
#company {
    padding: 100px 0 0;
}

#company h4 {
    padding: 10px 20px 8px;
    background: rgba(0, 0, 0, 0.05);
    font-weight: 400;
}

#company .tel a {
    color: rgba(51, 51, 51, 1.0);
}

#company ul {
    margin-left: 30px;
}

#company #map {
    padding-top: 50px;
}

#company #map iframe {
    width: 100%;
    height: 400px;
    padding: 25px 0 20px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width:768px) {

    #company #map iframe {
        height: 500px;
    }

}

@media only screen and (min-width:992px) {

    #company p,
    #company ul {
        font-size: 1.2rem;
    }

}

/* -----------------------------------------------------------
　Contact
-------------------------------------------------------------- */
#contact p {
    margin-bottom: 0;
    font-size: 1.2rem;
}

/*　フォーム
/*-------------------------------------------*/
#contact #mailformpro {
    margin-top: 20px;
}

#contact #mailformpro dt {
    padding: 3px 0;
    width: 100%;
    color: rgba(0, 67, 124, 1.0);
    font-size: 1.15rem;
    font-weight: 400;
    text-align: left;
}

#contact #mailformpro dt .must {
    float: right;
    padding: 0 10px;
    background: rgba(255, 0, 0, 0.7);
    border-radius: 4px;
    color: rgba(255, 255, 255, 1.0);
    font-size: 0.8rem;
    font-weight: 400;
}

#contact #mailformpro dd {
    padding-left: 0;
}

#contact #mailformpro dd:last-child {
    border-bottom: 1px solid rgba(204, 204, 204, 1.0);
}

#contact #mailformpro dd span {
    color: rgba(0, 67, 124, 1.0);
    font-weight: 400;
}

#contact #mailformpro dd .att {
    display: block;
    color: rgba(255, 0, 0, 1.0);
    font-size: 0.85rem;
    font-weight: 300;
}

#contact #mailformpro dd.add #post {
    width: 40%;
}

#contact #mailformpro dd.add select {
    width: inherit;
}

#contact #mailformpro dd.lastcheck p a::before {
    margin-left: 10px;
    font-family: "FontAwesome";
    content: "\f105";
}

#contact #mailformpro label.mfp_not_checked em {
    color: rgba(0, 121, 195, 1.0);
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
}

#contact #mailformpro label.mfp_checked em {
    color: rgba(235, 97, 0, 1.0);
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
}

#contact #mailformpro input,
#contact #mailformpro select {
    width: 100%;
    height: 40px;
    color: rgba(0, 0, 0, 1.0);
    font-size: 1.15rem;
    font-weight: 300;
}

#contact #mailformpro textarea {
    width: 100% !important;
    height: 200px !important;
    color: rgba(0, 0, 0, 1.0);
    font-size: 1.15rem;
    font-weight: 300;
}

#contact #mailformpro input.check {
    position: relative;
    top: -4px;
    width: 20px;
    height: 20px;
}

::-webkit-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
}

::-moz-placeholder {
    font-weight: 300;
    opacity: 0.5;
}

:-o-input-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.5;
}

#contact .mfp_buttons button {
    width: 200px;
    height: 60px;
    font-size: 1.4rem;
    cursor: pointer;
}

#contact .mfp_buttons button:first-child {
    margin-bottom: 10px;
}

@media only screen and (min-width:768px) {

    #contact #mailformpro dt {
        width: 240px;
    }

    #contact #mailformpro dd {
        padding-left: 280px
    }

    #contact #mailformpro input {
        width: 90%;
    }

    #contact #mailformpro select {
        margin-bottom: 5px;
    }

    #contact #mailformpro .add li:nth-child(3) input,
    #contact #mailformpro .add li:nth-child(4) input,
    #contact #mailformpro .add li:nth-child(5) input {
        margin-bottom: 5px;
        width: 80%;
    }

    #contact #mailformpro textarea {
        width: 98% !important;
    }

    #contact #mailformpro dd.add #post {
        width: 30%;
    }

}

@media only screen and (min-width:992px) {

    #contact #mailformpro {
        margin-top: 40px;
    }

    #contact #mailformpro dt {
        padding: 5px 0 5px 10px;
        width: 260px;
    }

    #contact #mailformpro dd {
        padding-left: 300px
    }

    #contact #mailformpro input,
    #contact #mailformpro select {
        width: 98%;
    }

    #contact #mailformpro .name input,
    #contact #mailformpro .com input,
    #contact #mailformpro .tele input {
        width: 50%;
    }

    #contact #mailformpro .add li:nth-child(3) input,
    #contact #mailformpro .add li:nth-child(4) input,
    #contact #mailformpro .add li:nth-child(5) input {
        width: 80%;
    }

    #contact #mailformpro dd.add #post {
        width: 28%;
    }

}

@media only screen and (min-width:1200px) {

    #contact #mailformpro dt {
        width: 300px;
    }

    #contact #mailformpro dd {
        padding-left: 360px
    }

    #contact #mailformpro .add li:nth-child(3) input,
    #contact #mailformpro .add li:nth-child(4) input,
    #contact #mailformpro .add li:nth-child(5) input {
        width: 60%;
    }

}