@charset "utf-8";
/*********************************
 index 
**********************************/
.font-blue{
    color: #22448B;
}
a.coinfo{
    color: #22448B;
    border-color: #22448B;
}
#g-nav li.current a{
    background: #22448B;
}
#g-nav li.current a {
    background: #22448B;
}
#g-nav{
    border-color: #22448B;
    background: #333333;
}
#g-nav ul{
    font-size: 16px;
    text-shadow: 0 3px 6px #00000028;
}
a.button{
    border: 1px solid #22448B;
    color: #22448B;
}
a.button:hover{
    border: 1px solid #22448B;
    background: #22448B;
    color: #fff;
}
#sidecv a.contact{
    color: #006EB2 !important;
}
#sidecv a.contact span {
    border: 1px solid #006EB2;
}
#sidecv a.download_blue{
    color: #E56A23;
}
#sidecv a.download_blue span {
    border: 1px solid #E56A23;
}
header {
    border-bottom: 6px solid #22448B;
}
#header .logo{
    font-size: 27px;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 700;
    margin-top: 0;
}
#header .logo a {
    text-decoration: none;
}
#lp main h2{
    border-bottom: none;
    background: none;
    padding: 20px;
    position: relative;
    display: flex;
    position: relative;
    justify-content: center;
    font-size: 26px;
}
#lp main h2::after {
    content: "";
    width: 120px;
    height: 2px;
    background: #27AAC3;
    position: absolute;
    bottom: 0;
}
#lp main h3{
    border: none;
    color: #223969;
    font-size: 20px;
}
#lp main h3::after{
    content: none;
}
/* top_hero
**********************************/
#top_hero{
    background: #00262F;
    background: url(../images/top-millingsystem.png) no-repeat center;
    /*background-size: contain;*/
    background-size: cover;
    height: 490px;
}
#top_hero .container{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#top_hero .container h1{
	font-size:3rem;
	margin: 10px auto;
    font-family: inherit;
    font-weight: 600;
    text-align: left;
    color: #fff;
    line-height: 1.3;
}
#top_hero .hero_message{
    margin: 0 auto;
}
#top_hero a{
    background: #E56A23;
    background-size: 10px;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
#top_hero a{
    background: #28ABC3;
}
.sp-menu{
    display: none;
}
/* 導入事例
**********************************/
.products-even .product-card{
    flex-direction: row-reverse;
}
/* footer
**********************************/
footer .container{
    justify-content: space-around;
}
@media screen and (max-width: 1060px) {
    #top_hero {
        height: auto;
        background-position: 80% 0;
    }
    #header .logo{
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .font-blue {
        font-size: .6rem;
    }
}