@charset "utf-8";
/*--------------------------------------
	copyright : Lampros co.,Ltd.
--------------------------------------*/

@import url(/wp-content/themes/fichahp/_css/normalize.css);
@import url(/wp-content/themes/fichahp/_plugin/fontawesome/css/all.min.css);
@import url(https://unpkg.com/aos@next/dist/aos.css);
/*@import url(../_plugin/OwlCarousel/assets/owl.carousel.min.css); @import url(../_plugin/OwlCarousel/assets/owl.theme.default.css);*/
/*@import url(../_plugin/lightGallery/css/lightgallery.min.css);*/
@import url(/wp-content/themes/fichahp/_css/common_parts.css);
@import url(/wp-content/themes/fichahp/_css/common.css);

/*
 ir
==============================*/

/* mvp ----------*/
#mvp { 
    background-image: url(/ir/img/mv.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

#mvp:before {
    content: none;
}

#mvp {
    margin-top: 8rem !important;
}

/* 既存のCSSファイル
@media (max-width: 768px) { 
    #mvp {
        margin-top: 0 !important; 
    }
}

/* top----------*/
#main .eir-top_sec {
    padding-top: 0rem !important;
}

/* irtop ----------*/
#irtop_top .technology-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#irtop_top .technology-list::after {
    display: none;
}
#irtop_top .technology-list div {
    width: 46%;
}
#irtop_top .technology-list li a {
    padding-top: 65%;
}
#irtop_top .technology-list li.irtop_topcolumn2 a:hover h4 {
    top: calc(10% + 7rem);
}


#irtop_middle {
    background-image: url(/ir/img/irtop_middle1.jpg);
    background-position: center center;
    background-size: cover;
}
#irtop_middle .middle_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#irtop_middle .middle_content::after {
    display: none;
}
#irtop_middle .middle_content_inner {
    width: 30%;
    background-color: #fff;
    padding: 30px;
}
#irtop_middle .middle_icon_wrap {
    text-align: center;
    font-weight: bold;
    color: #333;
}
#irtop_middle .middle_icon_img{
    display: block;
    margin: 0 auto;
}
#irtop_middle .middle_link_box {
    margin-top: 20px;
}
#irtop_middle .middle_link_box a {
    display: flex;
    width: 100%;
    padding-right: 10px;
    position: relative;
    align-items: center;
    color: #333;
    text-decoration: none;
    margin: 5px 0
}
#irtop_middle .middle_link_box a .fa-angle-right {
    right: 0;
    position: absolute;
    bottom: 10px;
}
#irtop_middle .middle_icon_img {
    width: 30%;
}


#irtop_bottom .bottom_banner_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#irtop_bottom .bottom_banner_wrap::after {
    display: none;
}
#irtop_bottom .bottom_banner_inner {
    width: 48%;
    margin-bottom: 50px;
}
#irtop_bottom .bottom_banner_inner a {
    display: flex;
    background-position: center center;
    background-size: cover;
    padding: 12% 0;
    justify-content: space-between;
    position: relative;
    text-decoration: none;
}
#irtop_bottom .bottom_banner_inner:first-child a {
    background-image: url(/ir/img/irtop_bottom1.jpg);
}
#irtop_bottom .bottom_banner_inner:last-child a {
    background-image: url(/ir/img/irtop_bottom2.jpg);
}
#irtop_bottom .bottom_banner_title {
    padding-left: 40px;
    color: #333;
}
#irtop_bottom .bottom_banner_title h3 {
    font-size: 2rem;
}
#irtop_bottom .bottom_banner_title h4 {
    color: #999;
}
#irtop_bottom .bottom_banner_arrow {
    background-color: #333;
    height: 100%;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    justify-content: center;
    align-items: center;
}
#irtop_bottom .bottom_banner_arrow .fa-angle-right {
    color: #fff;
}

#irtop_bottom .bottom_nav *::after {
    display: none;
}
#irtop_bottom .bottom_nav_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#irtop_bottom .bottom_nav_inner {
    display: flex;
    width: 100%;
}
#irtop_bottom .bottom_nav_inner a {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1%;
}
#irtop_bottom .bottom_nav_inner a:last-child {
    margin-right: 0;
}
#irtop_bottom .bottom_nav_inner a .fa-angle-right {
    
}


@media screen and (max-width:1023px) {
    #irtop_top .technology-list div {
        width: 100%;
        margin-bottom: 80px;
    }
}
@media screen and (max-width:768px) {
    #irtop_top .technology-list li.irtop_topcolumn2 a h4 {
        top: calc(10% + 7rem);
    }

    #irtop_middle .middle_content_inner {
        width: 100%;
    }
    #irtop_middle .middle_content_inner:nth-child(2) {
        margin: 30px 0;
    }

    #irtop_bottom .bottom_banner_inner {
        width: 100%;
    }

    #irtop_bottom .bottom_nav_inner {
        width: 100%;
        display: block;
    }
    #irtop_bottom .bottom_nav_inner a {
        width: 100%;
        margin-bottom: 20px;
    }
}





/* page-nav ----------*/
#page-nav {}
#page-nav .sec { padding-top: 0; padding-bottom: 0rem; }
#page-nav .page-nav-list { text-align: center; }
#page-nav .page-nav-list li { display: inline-block; border-bottom: solid 2px #f6f6f6; padding: 3rem 0; width: 17%; }
#page-nav .page-nav-list li a { text-decoration: none; font-weight: normal; font-size: 1.8rem; color: #333; }
#page-nav .page-nav-list li.active { border-bottom: solid 2px #000; }
#page-nav .page-nav-list li.active a { font-weight: bold; }
@media screen and (max-width:768px) { /* iPad 縦 m */
	#page-nav .page-nav-list li { display: block; width: 50%; float: left; margin: 0; padding: 2rem 0; }
}


/* ir-nav ----------*/
#ir-nav .inner {
    padding: 3rem;
}
#ir-nav ul {
    display: flex;
    justify-content: space-around;
}
#ir-nav ul::after {
    display: none;
}
#ir-nav ul li {
    width: 20%;
    min-height: 70px;
    border: solid 1px #fff;
}
#ir-nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #DDD;
    color: #333;
    text-decoration: none;
    height: 100%;
    position: relative;
    padding: 20px;
}
#ir-nav ul li.active,
#ir-nav ul li.active a {
    border-color: #000;
}
#ir-nav ul li.active a {
    font-weight: bold;
}
#ir-nav ul li a .fal {
    position: absolute;
    right: 10px;
}

@media screen and (max-width:768px) {
    #ir-nav ul {
        flex-wrap: wrap;
    }
    #ir-nav ul li {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* 共通 ----------*/
.ir_link {
    color: #000;
}
.center_img {
    text-align: center;
}
.text_right {
    text-align: right;
}

#main .sec {
    padding-top: 4rem;
    padding-bottom: 4rem;
}


/* 株主・投資家の皆様へ ----------*/
.message_content {
    display: flex;
    justify-content: space-between;
}
.message_img {
    min-width: 200px;
}
.message_img::after {
    display: none;
}
.message_img .img_wrap {
    width: 200px;
    margin-bottom: 10px;  
}
.message_img .img_wrap::after {
    display: none;
}
.message_text {
    padding-left: 30px; 
}
.mb20 {
    margin-bottom: 20px;
}
@media screen and (max-width:768px) {
    .message_content {
        flex-wrap: wrap;
    }
    .message_img {
        min-width: auto;
        display: flex;
        margin-bottom: 20px;
    }
    .message_img .img_wrap {
        margin-right: 2%;
        width: 49%;
        height: auto;
    }
    .message_img .img_wrap {
        width: 100%;
    }
    .message_img .img_wrap:last-child {
        margin-right: 0;
    }
    .message_text {
        padding-left: 0;
    }
}


/* 株式情報 ----------*/
.ir-stockTable {
    width: 100%;
}

.ir-stockTable tr {
    border-top: 1px solid #e2e2e2;
    word-break: break-all;
}

.ir-stockTable th {
    width: 30%;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
}

.ir-stockTable td {
    padding: 30px 0;
}


/* よくあるご質問 ----------*/
.irContents_question {
    border-bottom: solid 2px #E6E6E6;
    padding-bottom: 10px;
    text-indent: -2em;
    padding-left: 2em;
    margin-bottom: 10px;
    margin-top: 70px;
}

.irContents_answer {
     /* text-indent: -2em; */
    /* padding-left: 2em; */
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width:768px) {
    .irContents_question {
        margin-top: 30px;
    }

    .irContents_answer {
        margin-bottom: 0;
    }
}