@charset "UTF-8";
  .con_ir_library .inner {
max-width: 1100px;
margin: auto;
}
@media only screen and (max-width: 1024px) {
.con_ir_library .inner {
width: 95%;
}
}
.con_ir_library:after {
content: "";
display: table;
clear: both;
}
@-moz-keyframes view {
0% {
display: block;
opacity: 0;
filter: alpha(opacity=0);
-moz-transform: scale(0.9);
transform: scale(0.9);
}
100% {
opacity: 1;
filter: alpha(opacity=100);
-moz-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes view {
0% {
display: block;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes view {
0% {
display: block;
opacity: 0;
filter: alpha(opacity=0);
-moz-transform: scale(0.9);
-ms-transform: scale(0.9);
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
opacity: 1;
filter: alpha(opacity=100);
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
}   html.lower #contents .con_title {
background: url(//geniee.co.jp/wp/wp-content/themes/geniee/ir/images/bg_header.jpg) center center no-repeat;
color: #333333;
}
@media only screen and (max-width: 767px) {
html.lower #contents .con_title {
background: url(//geniee.co.jp/wp/wp-content/themes/geniee/ir/images/bg_header-sp.jpg) center center no-repeat;
}
}
.con_ir_library {
margin: 60px 0 80px;
}
@media only screen and (max-width: 767px) {
.con_ir_library {
margin: 5% 0 8%;
}
}
.con_ir_library .inner .title {
text-align: center;
margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.con_ir_library .inner .title {
margin-bottom: 40px;
}
}
@media only screen and (max-width: 767px) {
.con_ir_library .inner .title {
margin-bottom: 5%;
}
}
.con_ir_library .inner .title i {
display: block;
margin-bottom: 5px;
}
.con_ir_library .inner .title i img {
width: 36px;
}
.con_ir_library .inner .title h3 {
font-weight: normal;
letter-spacing: 0;
font-size: 139%;
}
.con_ir_library .inner .title h3 span {
display: block;
color: #333333;
}
.con_ir_library .inner .title h3 span.jp {
line-height: 1.2;
}
.con_ir_library .inner .title h3 span.en {
font-family: "Conv_Muli-Light", Sans-Serif;
font-size: 50%;
padding-top: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.con_ir_library .inner .title h3 {
font-size: 124%;
}
.con_ir_library .inner .title h3 span.en {
font-size: 50%;
}
}
@media only screen and (max-width: 767px) {
.con_ir_library .inner .title h3 {
font-size: 108%;
}
.con_ir_library .inner .title h3 span.en {
font-size: 50%;
}
}