.con_ir_faq_top .inner {
max-width: 1100px;
margin: auto;
}
@media only screen and (max-width: 1024px) {
.con_ir_faq_top .inner {
width: 95%;
}
}
.con_ir_faq_top:after,
.con_faq:after,
.con_faq .acMenu:after,
.con_faq .lst: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);
}
}   .con_article ul.list_article li dt {
padding-bottom: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.con_article ul.list_article li dt {
font-size: 108%;
}
} 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_faq_top {
margin: 60px 0 80px;
}
@media only screen and (max-width: 767px) {
.con_ir_faq_top {
margin: 5% 0 8%;
}
}
.con_ir_faq_top .inner .title {
text-align: center;
margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.con_ir_faq_top .inner .title {
margin-bottom: 40px;
}
}
@media only screen and (max-width: 767px) {
.con_ir_faq_top .inner .title {
margin-bottom: 5%;
}
}
.con_ir_faq_top .inner .title i {
display: block;
margin-bottom: 5px;
}
.con_ir_faq_top .inner .title i img {
width: 36px;
}
.con_ir_faq_top .inner .title h3 {
font-weight: normal;
letter-spacing: 0;
font-size: 139%;
}
.con_ir_faq_top .inner .title h3 span {
display: block;
color: #333333;
}
.con_ir_faq_top .inner .title h3 span.jp {
line-height: 1.2;
}
.con_ir_faq_top .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_faq_top .inner .title h3 {
font-size: 124%;
}
.con_ir_faq_top .inner .title h3 span.en {
font-size: 50%;
}
}
@media only screen and (max-width: 767px) {
.con_ir_faq_top .inner .title h3 {
font-size: 108%;
}
.con_ir_faq_top .inner .title h3 span.en {
font-size: 50%;
}
}
.con_faq .acMenu {
padding: 30px 0;
border-bottom: 1px dotted #dadadb;
}
@media only screen and (max-width: 767px) {
.con_faq .acMenu {
padding: 1.5em 0;
}
}
.con_faq .acMenu dt {
position: relative;
cursor: pointer;
}
.con_faq .acMenu dt:after {
position: absolute;
content: "";
background: url(//geniee.co.jp/wp/wp-content/themes/geniee/ir/faq/images/icon_que_plus.png) no-repeat;
width: 20px;
height: 20px;
right: 0;
top: 50%;
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.con_faq .acMenu dt.active:after {
background: url(//geniee.co.jp/wp/wp-content/themes/geniee/ir/faq/images/icon_que_min.png) no-repeat;
}
.con_faq .acMenu dt img {
display: inline-block;
vertical-align: middle;
padding-right: 15px;
}
@media only screen and (max-width: 767px) {
.con_faq .acMenu dt img {
width: 2.5em;
padding-right: 0.5em;
}
}
.con_faq .acMenu dt span {
display: inline-block;
vertical-align: middle;
}
@media only screen and (max-width: 767px) {
.con_faq .acMenu dt span {
width: 79%;
padding-right: 1em;
}
}
.con_faq .acMenu dd {
display: none;
margin-top: 20px;
}
.con_faq .acMenu dd span {
word-wrap: break-word;
}
.con_faq .lst {
border-bottom: 1px solid #eeeeee;
padding-bottom: 13px;
}
.con_faq .lst li {
float: left;
margin: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.con_faq .lst li {
margin: 0 0.9em;
}
}
@media only screen and (max-width: 767px) {
.con_faq .lst li {
margin: 0 0;
}
}
.con_faq .lst li:first-child {
margin-left: 0;
}
.con_faq .lst li a {
display: block;
text-decoration: none;
color: #1957a0;
padding: 9px 20px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.con_faq .lst li a:hover {
background: #f0eded;
}
@media only screen and (max-width: 767px) {
.con_faq .lst li a {
padding: 9px 10px;
}
}
.con_faq .box_faq {
margin-top: 40px;
}
@media only screen and (max-width: 767px) {
.con_faq .box_faq {
margin-top: 8%;
}
}
.con_faq .box_faq h4 {
background: #1957a0;
color: #fff;
padding: 12px;
font-weight: normal;
font-size: 154%;
}
.con_faq .box_faq .acMenu dt span {
color: #1957a0;
font-size: 139%;
font-weight: bold;
position: relative;
padding-left: 17px;
padding-left: 17px;
}
@media only screen and (max-width: 767px) {
.con_faq .box_faq .acMenu dt span {
padding-left: 0.7em;
}
}
@media only screen and (max-width: 767px) {
.con_faq .box_faq .acMenu dt span {
line-height: 1;
}
}
.con_faq .box_faq .acMenu dt span:before {
position: absolute;
content: "";
width: 5px;
height: 15px;
background: #1957a0;
left: 0;
top: 9px;
}
@media only screen and (max-width: 767px) {
.con_faq .box_faq .acMenu dt span:before {
height: 1em;
}
}
@media only screen and (max-width: 767px) {
.con_faq .box_faq .acMenu dt span:before {
top: 0;
}
}