@charset "UTF-8";
#brochure_fv {
}
#brochure_sec01 {
    padding-bottom: 11vw;
    padding-top: 4vw;
}
#brochure_sec01 .inbox {
}
#brochure_sec01 .inbox:not(:last-of-type) {
    margin-bottom: 3vw;
}
#brochure_sec01 .inbox h2 {
    font-size: 1.75em;
    font-weight: 500;
    background: linear-gradient(90deg, #00116a 0%, #000001 50%, #00116a 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: slide-color 2s 
linear infinite;
    display: inline-block;
    padding-left: 3vw;
    position: relative;
    z-index: 0;
}
#brochure_sec01 .inbox h2::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 2vw;
    height: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-color: #00116a;
}
#brochure_sec01 .inbox ul {
    margin-top: 2.6vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
}
#brochure_sec01 .inbox ul li {
    width: 23%;
    margin-bottom: 4.2vw;
}
#brochure_sec01 .inbox ul li:not(:nth-of-type(4n+4)) {
    margin-right: 2.66%;
}
#brochure_sec01 .inbox ul li .img {
    box-shadow: 0px 0px 12px #0000001f;
}
#brochure_sec01 .inbox ul li .txt {
    margin-top: 1vw;
}
#brochure_sec01 .inbox ul li .txt h3 {
    font-size: 1.0em;
}
#brochure_sec01 .inbox ul li .txt .download {
    margin-top: 1.2vw;
    text-align: center;
}
#brochure_sec01 .inbox ul li .txt .download a {
    background-color: #000;
    color: #fff;
    display: block;
    width: 14vw;
    margin: 0 auto;
    padding: 0.65vw 0 0.65vw 0.7vw;
    border-radius: 0.25vw;
    text-align: left;
    position: relative;
    z-index: 0;
    font-weight: 500;
  transition: all ease-in-out .2s 0s;
    border: 1px solid #000;
}
#brochure_sec01 .inbox ul li .txt .download a:hover {
    background-color: #fff;
    color: #000;
}
#brochure_sec01 .inbox ul li .txt .download a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1.25vw;
    height: 100%;
    background-image: url(../../img/sub/about/brochure/pdf.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    right: .8vw;
    top: 0;
    bottom: 0;
    margin: auto;
}
#brochure_sec01 .inbox.co2 ul li {
    width: 48.5%;
    margin-bottom: 4.2vw;
}
#brochure_sec01 .inbox.co2 ul li:not(:nth-of-type(4n+4)) {
    margin-right: 0;
}
#brochure_sec01 .inbox.co2 ul li:not(:nth-of-type(2n+2)) {
    margin-right: 3%;
}
#brochure_sec01 .inbox.co2 ul li .txt {
    display: flex
       ;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
#brochure_sec01 .inbox.co2 ul li .txt .download {
    margin-top: 0;
}
@media screen and (max-width:1300px) {
}
@media screen and (max-width:900px) {
}
@media screen and (max-width:768px) {
#brochure_sec01 {
    padding-bottom: 20vw;
    padding-top: 7vw;
}
#brochure_sec01 .inbox h2 {
    font-size: 1.55em;
    padding-left: 4vw;
}
#brochure_sec01 .inbox h2::before {
    width: 3vw;
}
#brochure_sec01 .inbox ul {
    margin-top: 4.6vw;
}
#brochure_sec01 .inbox ul li {
    width: 48.5%;
    margin-bottom: 10.2vw;
}
#brochure_sec01 .inbox ul li:not(:nth-of-type(4n+4)) {
    margin-right: 0;
}
#brochure_sec01 .inbox ul li:not(:nth-of-type(2n+2)) {
    margin-right: 3%;
}
#brochure_sec01 .inbox ul li .txt {
    margin-top: 3vw;
}
#brochure_sec01 .inbox ul li .txt h3 {
    font-size: 1.15em;
}
#brochure_sec01 .inbox ul li .txt .download {
    margin-top: 4.2vw;
}
#brochure_sec01 .inbox ul li .txt .download a {
    width: 100%;
        padding: 2vw 0 2vw 1.5vw;
}
#brochure_sec01 .inbox ul li .txt .download a::before {
    width: 4.25vw;
    right: 1.8vw;
}
#brochure_sec01 .inbox:not(:last-of-type) {
        margin-bottom: 4vw;
}
#brochure_sec01 .inbox.co2 ul li {
    width: 100%;
}
#brochure_sec01 .inbox.co2 ul li:not(:nth-of-type(2n+2)) {
    margin-right: 0;
}
#brochure_sec01 .inbox.co2 ul li .txt .download a {
    width: 35vw;
}
}