@charset "utf-8";

/*-----------------------------------
	HEADER
-------------------------------------*/
body{
	background:url(/solution/home/special/introduction/top/images/hdr_bgimg.jpg) no-repeat center 51px;
}



@media screen and (max-width: 480px) {
body{
	background: none;
}

}



/*-----------------------------------
	BODY
-------------------------------------*/
/*h2 {
    margin-bottom: 30px;
}
h3 {
    font-size: 3.0rem;
    font-weight: normal;
    margin-bottom: 20px;
}*/



/*@media screen and (max-width: 480px) {
h1 {
    margin-bottom: 30px;
}
h1 img {
    width: 100%;
}
h2 {
    text-align: center;
    font-size: 2.2rem;
}

}*/



/*-----------------------------------
	CONTENTS AREA
-------------------------------------*/
#contBox {
    display: block;
    margin-bottom: 50px;
}
.contents {
    width: 100%;
    -js-display: flex;
    display: flex;
    -webkit-flex-grow: 1; /* Safari */
    flex-grow: 1;
    flex-wrap: wrap;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    border-collapse: collapse;
}
.contents a {
    display: block;
    height: 100%;
}

.contents li {
    width: 20%;
    background:#fff;
    border-right:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.4;
    position: relative;
    display: block;
    box-sizing: border-box;
    border-collapse: collapse;
}

 .contents li span {
    display: inline-block;
    color: #666;
    padding: 5px 0;
    line-height: 1.4;
}
 .contents li .pic {
    width: 140px;
    height: 140px;
    margin-bottom: 2px;
    transition: 0.2s linear;
}


 .contents img {
	filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
}
 .contents img:hover {
	filter: none; /* Applies to FF + IE */
	-webkit-filter: grayscale(0);
}




 .contents li .arrow_ns {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #fd7380;
    border-right: 10px solid #fd7380;
    position: absolute;
    top: 2px;
    right: 2px;
    /*z-index: 10;*/
    padding: 0;
}
 .contents li .arrow_wp {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #4ec488;
    border-right: 10px solid #4ec488;
    position: absolute;
    top: 2px;
    right: 2px;
    /*z-index: 10;*/
    padding: 0;
}
 .contents li .arrow_cs {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #feb739;
    border-right: 10px solid #feb739;
    position: absolute;
    top: 2px;
    right: 2px;
    /*z-index: 10;*/
    padding: 0;
}
 .contents li .arrow_dh {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #d3a1ea;
    border-right: 10px solid #d3a1ea;
    position: absolute;
    top: 2px;
    right: 2px;
    /*z-index: 10;*/
    padding: 0;
}
 .contents li .arrow_cb {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #ccbc31;
    border-right: 10px solid #ccbc31;
    position: absolute;
    top: 2px;
    right: 2px;
    /*z-index: 10;*/
    padding: 0;
}
 .contents li .arrow_os {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 10px solid #44aeea;
    border-right: 10px solid #44aeea;
    position: absolute;
    top: 2px;
    right: 2px;
    /*z-index: 10;*/
    padding: 0;
}

.contents a.ns:hover {
    box-shadow:0px 0px 0px 2px #fd7380 inset;
    -moz-box-shadow:0px 0px 0px 2px #fd7380 inset;
    -webkit-box-shadow:0px 0px 0px 2px #fd7380 inset;
}
.contents a.wp:hover {
    box-shadow:0px 0px 0px 2px #4ec488 inset;
    -moz-box-shadow:0px 0px 0px 2px #4ec488 inset;
    -webkit-box-shadow:0px 0px 0px 2px #4ec488 inset;
}
.contents a.cs:hover {
    box-shadow:0px 0px 0px 2px #feb739 inset;
    -moz-box-shadow:0px 0px 0px 2px #feb739 inset;
    -webkit-box-shadow:0px 0px 0px 2px #feb739 inset;
}
.contents a.dh:hover {
    box-shadow:0px 0px 0px 2px #d3a1ea inset;
    -moz-box-shadow:0px 0px 0px 2px #d3a1ea inset;
    -webkit-box-shadow:0px 0px 0px 2px #d3a1ea inset;
}
.contents a.cb:hover {
    box-shadow:0px 0px 0px 2px #ccbc31 inset;
    -moz-box-shadow:0px 0px 0px 2px #ccbc31 inset;
    -webkit-box-shadow:0px 0px 0px 2px #ccbc31 inset;
}
.contents a.os:hover {
    box-shadow:0px 0px 0px 2px #44aeea inset;
    -moz-box-shadow:0px 0px 0px 2px #44aeea inset;
    -webkit-box-shadow:0px 0px 0px 2px #44aeea inset;
}

.contents a:hover img {
	opacity: 1 !important;
	-moz-opacity:1 !important; /* FF lt 1.5, Netscape */
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}

.contents .category {
    font-size: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.contents .category a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100%;
    height: 100%;
    min-height: 184px;
    text-decoration: none;
}
.category a.ttl_ns {
    background: #fd7380 url(/-/media/Project/Canon/CanonJP/Website/business/solution/home/introduction/share/images/ico_arrow2.png) no-repeat 96% 50%;
    background-size: 10px 20px;
}
.category a.ttl_wp {
    background: #4ec488 url(/-/media/Project/Canon/CanonJP/Website/business/solution/home/introduction/share/images/ico_arrow2.png) no-repeat 96% 50%;
    background-size: 10px 20px;
}
.category a.ttl_cs {
    background: #feb739 url(/-/media/Project/Canon/CanonJP/Website/business/solution/home/introduction/share/images/ico_arrow2.png) no-repeat 96% 50%;
    background-size: 10px 20px;
}
.category a.ttl_dh {
    background: #d3a1ea url(/-/media/Project/Canon/CanonJP/Website/business/solution/home/introduction/share/images/ico_arrow2.png) no-repeat 96% 50%;
    background-size: 10px 20px;
}
.category a.ttl_cb {
    background: #ccbc31 url(/-/media/Project/Canon/CanonJP/Website/business/solution/home/introduction/share/images/ico_arrow2.png) no-repeat 96% 50%;
    background-size: 10px 20px;
}
.category a.ttl_os {
    background: #44aeea url(/-/media/Project/Canon/CanonJP/Website/business/solution/home/introduction/share/images/ico_arrow2.png) no-repeat 96% 50%;
    background-size: 10px 20px;
}
.category a:hover {
	opacity: .60;
	-webkit-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}





@media screen and (max-width: 480px) {
    .contents {
    border-left: none;
    border-top: none;
}

.contents li {
    width: 100%;
    border:solid 1px #ccc !important;
    margin-bottom: 3%;
}
.contents li.category {
    margin-bottom: 0;
}

 .contents li span {
    padding: 12px 20px 0px 10px;
    line-height: 1.4;
     text-align: left !important;
     float: left;
     font-size: 1.4rem;
}
 .contents li .pic {
    width: 60px;
    height: 60px;
    margin-bottom: 2px;
     margin-right: 20px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
     float: right !important;
}

.contents .category {
    font-size: 1.6rem;
}
.contents .category a {
    width: 100%;
    min-height: 0;
    height: auto;
    padding: 8px 0;
}

}



/*-----------------------------------
	ABOUT AREA
-------------------------------------*/
.linkBtn {
    text-align: center;
    margin-bottom: 50px;
    font-size: 2.0rem;
    line-height: 1.4;
}
.linkBtn a {
    color: #000;
    background: url(/solution/home/special/introduction/share/images/ico_arrow.png) no-repeat 96% 50%;
    background-size: 28px 28px;
    border: 2px solid #000;
    padding: 10px 0 10px 20px;
    width: 436px;
    display: inline-block;
    text-decoration: none;
    text-align: left;
    border-radius: 6px;
    font-weight: bold;
}
.linkBtn a:hover {
    background: url(/solution/home/special/introduction/share/images/ico_arrow.png) no-repeat 97% 50%;
    background-size: 28px 28px;
}

#outline {
    border-left: 8px solid #000;
    font-size: 2.0rem;
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
    padding-left: 12px;
    margin: 0 0 20px;
}




@media screen and (max-width: 480px) {
.linkBtn {
    font-size: 1.3rem;
    line-height: 1.4;
}
.linkBtn a {
    padding: 2% 0 2% 5%;
    width: 93.5%;
    background-size: 14px 14px;
}
.linkBtn a:hover {
    background-size: 14px 14px;
}

#outline {
    font-size: 1.5rem;
}
    .sptxt {
        font-size: 1.2rem;
    }
}







