@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.nav_global > ul li a {
    font-size: 90%;
}
.header-btn a {
    font-size: 1.5rem;
}
.nav_global > ul li a {
    padding: 17px 0px 17px 40px;
}
.title_05 h3 {
    font-size: 20px;
    font-weight: bold;
    color:#fff;
    background: #ff812d;
    padding:10px;
}

.btn01 a {
	font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    background: #ff8831;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.btn01 a:hover {
    background: #ff5100;
}
.bg_01 {
    background:url(../images/home/bg01_pc.jpg);
}


@media screen and (max-width: 1400px) {
    .nav_global > ul li a {
        padding: 17px 0px 17px 30px;
    }
}
.line_corde {
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 840px) {
.nav_global ul li {
    font-size: 98%;
}
}

@media screen and (max-width: 834px) {
    .nav_global ul li {
    font-size: 100%;
}
}
@media screen and (max-width: 640px) {
.bg_01 {
    background:url(../images/home/bg01_sp.jpg);
}
.title_05 h3 {
    font-size: 15px;
}
}
